File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
flapi-build-test-producer Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 66
66
</executions >
67
67
</plugin >
68
68
69
+ <!-- specify the default compiler settings -->
70
+ <plugin >
71
+ <groupId >org.apache.maven.plugins</groupId >
72
+ <artifactId >maven-compiler-plugin</artifactId >
73
+ <version >2.5.1</version >
74
+ <configuration >
75
+ <source >1.6</source >
76
+ <target >1.6</target >
77
+ </configuration >
78
+ </plugin >
79
+
69
80
<!-- create a source jar at the end -->
70
81
<plugin >
71
82
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 39
39
<flapi .includeRuntime>true</flapi .includeRuntime>
40
40
</properties >
41
41
42
- <build >
43
- <plugins >
44
- <plugin >
45
- <groupId >org.apache.maven.plugins</groupId >
46
- <artifactId >maven-compiler-plugin</artifactId >
47
- <version >2.5.1</version >
48
- <configuration >
49
- <source >1.6</source >
50
- <target >1.6</target >
51
- </configuration >
52
- </plugin >
53
- </plugins >
54
- </build >
55
-
56
42
<dependencies >
57
43
<dependency >
58
44
<groupId >unquietcode.tools.flapi</groupId >
You can’t perform that action at this time.
0 commit comments