File tree 17 files changed +35
-25
lines changed
MCOMPILER-275_separate-moduleinfo
setup_annotation-verify-plugin
17 files changed +35
-25
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
invoker.goals = clean compile -T4
19
- invoker.maven.version = 3.0+
Original file line number Diff line number Diff line change 17
17
18
18
invoker.java.version = 1.8+
19
19
invoker.toolchain.jdk.version =1.9
20
- # Due to toolchain support
21
- invoker.maven.version = 3.3.1+
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
- invoker.java.version = 1.8+
19
18
invoker.goals = test
Original file line number Diff line number Diff line change 35
35
<plugin >
36
36
<groupId >org.apache.maven.plugins</groupId >
37
37
<artifactId >maven-jar-plugin</artifactId >
38
- <version >3.3.0 </version >
38
+ <version >@version.maven-jar-plugin@ </version >
39
39
</plugin >
40
40
<plugin >
41
41
<groupId >org.apache.maven.plugins</groupId >
42
42
<artifactId >maven-antrun-plugin</artifactId >
43
- <version >3.1.0 </version >
43
+ <version >@version.maven-antrun-plugin@ </version >
44
44
<executions >
45
45
<execution >
46
46
<id >touch</id >
Original file line number Diff line number Diff line change 17
17
18
18
invoker.goals = clean compile
19
19
invoker.buildResult = failure
20
- invoker.java.version = 1.6+
Original file line number Diff line number Diff line change 35
35
<plugins >
36
36
<plugin >
37
37
<artifactId >maven-assembly-plugin</artifactId >
38
- <version >3.1.0 </version >
38
+ <version >@version.maven-assembly-plugin@ </version >
39
39
<configuration >
40
40
<appendAssemblyId >false</appendAssemblyId >
41
41
<descriptors >
Original file line number Diff line number Diff line change 39
39
<plugin >
40
40
<groupId >org.apache.maven.plugins</groupId >
41
41
<artifactId >maven-surefire-plugin</artifactId >
42
- <version >2.21.0 </version >
42
+ <version >@version.maven-surefire@ </version >
43
43
</plugin >
44
44
</plugins >
45
45
</pluginManagement >
Original file line number Diff line number Diff line change 92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-dependency-plugin</artifactId >
95
- <version >3.1.0</version >
96
95
<executions >
97
96
<execution >
98
97
<id >add-java9-supplement</id >
Original file line number Diff line number Diff line change 35
35
<artifactId >maven-compiler-plugin</artifactId >
36
36
<version >@project.version@</version >
37
37
</plugin >
38
+ <plugin >
39
+ <groupId >org.apache.maven.plugins</groupId >
40
+ <artifactId >maven-dependency-plugin</artifactId >
41
+ <version >@version.maven-dependency-plugin@</version >
42
+ </plugin >
43
+ <plugin >
44
+ <groupId >org.apache.maven.plugins</groupId >
45
+ <artifactId >maven-jar-plugin</artifactId >
46
+ <version >@version.maven-jar-plugin@</version >
47
+ </plugin >
38
48
<plugin >
39
49
<groupId >org.apache.maven.plugins</groupId >
40
50
<artifactId >maven-surefire-plugin</artifactId >
41
- <version >2.22.0 </version >
51
+ <version >@version.maven-surefire@ </version >
42
52
</plugin >
43
53
</plugins >
44
54
</pluginManagement >
Original file line number Diff line number Diff line change 33
33
<plugin >
34
34
<groupId >org.apache.maven.plugins</groupId >
35
35
<artifactId >maven-surefire-plugin</artifactId >
36
- <version >2.21.0 </version >
36
+ <version >@version.maven-surefire@ </version >
37
37
<configuration >
38
38
<!-- this shows that the Java 9 code isn't tested -->
39
39
<testFailureIgnore >true</testFailureIgnore >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-failsafe-plugin</artifactId >
59
- <version >2.21.0 </version >
59
+ <version >@version.maven-surefire@ </version >
60
60
<executions >
61
61
<execution >
62
62
<goals >
Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- invoker.java.version = 1.8+
18
17
invoker.goals = verify
Original file line number Diff line number Diff line change 38
38
<target >1.8</target >
39
39
</configuration >
40
40
</plugin >
41
+ <plugin >
42
+ <groupId >org.apache.maven.plugins</groupId >
43
+ <artifactId >maven-jar-plugin</artifactId >
44
+ <version >@version.maven-jar-plugin@</version >
45
+ </plugin >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-failsafe-plugin</artifactId >
49
+ <version >@version.maven-surefire@</version >
50
+ </plugin >
41
51
<plugin >
42
52
<groupId >org.apache.maven.plugins</groupId >
43
53
<artifactId >maven-surefire-plugin</artifactId >
44
- <version >2.21.0 </version >
54
+ <version >@version.maven-surefire@ </version >
45
55
<configuration >
46
56
<!-- this shows that the Java 9 code isn't tested -->
47
57
<testFailureIgnore >true</testFailureIgnore >
54
64
<plugin >
55
65
<groupId >org.apache.maven.plugins</groupId >
56
66
<artifactId >maven-failsafe-plugin</artifactId >
57
- <version >2.21.0</version >
58
67
<executions >
59
68
<execution >
60
69
<goals >
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
invoker.goals = verify -Pmulti-jar
18
18
invoker.toolchain.jdk.version =1.9
19
- # Due to toolchain support
20
- invoker.maven.version = 3.3.1+
Original file line number Diff line number Diff line change 44
44
<plugin >
45
45
<groupId >org.apache.maven.plugins</groupId >
46
46
<artifactId >maven-toolchains-plugin</artifactId >
47
- <version >1.1 </version >
47
+ <version >3.1.0 </version >
48
48
<executions >
49
49
<execution >
50
50
<goals >
114
114
<plugin >
115
115
<groupId >org.apache.maven.plugins</groupId >
116
116
<artifactId >maven-failsafe-plugin</artifactId >
117
- <version >2.21.0 </version >
117
+ <version >@version.maven-surefire@ </version >
118
118
<executions >
119
119
<execution >
120
120
<goals >
200
200
<!-- Run the unit tests with the JVM used to run maven -->
201
201
<plugin >
202
202
<artifactId >maven-surefire-plugin</artifactId >
203
- <version >2.21.0 </version >
203
+ <version >@version.maven-surefire@ </version >
204
204
<configuration >
205
205
<jvm >${env.JAVA_HOME} /bin/java</jvm >
206
206
<!-- this shows that the Java 9 code isn't tested -->
245
245
<plugin >
246
246
<groupId >org.apache.maven.plugins</groupId >
247
247
<artifactId >maven-jar-plugin</artifactId >
248
- <version >2.4 </version >
248
+ <version >@version.maven-jar-plugin@ </version >
249
249
<configuration >
250
250
<archive >
251
251
<manifestEntries >
Original file line number Diff line number Diff line change 43
43
<plugin >
44
44
<groupId >org.apache.maven.plugins</groupId >
45
45
<artifactId >maven-compiler-plugin</artifactId >
46
- <version >@pom .version@</version >
46
+ <version >@project .version@</version >
47
47
<configuration >
48
48
<fork >false</fork >
49
49
<showWarnings >true</showWarnings >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >org.apache.maven.plugin-tools</groupId >
34
34
<artifactId >maven-plugin-annotations</artifactId >
35
- <version >3.3 </version >
35
+ <version >@version.maven-plugin-tools@ </version >
36
36
<scope >provided</scope >
37
37
</dependency >
38
38
<dependency >
Original file line number Diff line number Diff line change 44
44
<plugin >
45
45
<groupId >org.apache.maven.plugins</groupId >
46
46
<artifactId >maven-jar-plugin</artifactId >
47
- <version >3.0.2 </version >
47
+ <version >@version.maven-jar-plugin@ </version >
48
48
<configuration >
49
49
<archive >
50
50
<manifestEntries >
You can’t perform that action at this time.
0 commit comments