File tree Expand file tree Collapse file tree 3 files changed +117
-0
lines changed
service/tests/maven-plugin/src/it/projects Expand file tree Collapse file tree 3 files changed +117
-0
lines changed Original file line number Diff line number Diff line change 27
27
<version >@project.version@</version >
28
28
<name >Test Inject Maven Plugin 1</name >
29
29
30
+ <properties >
31
+ <maven .compiler.release>21</maven .compiler.release>
32
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34
+ <surefire .argLine>-Xmx1024m -Dfile.encoding=UTF-8</surefire .argLine>
35
+ </properties >
36
+
30
37
<dependencies >
31
38
<dependency >
32
39
<groupId >io.helidon.service</groupId >
36
43
</dependencies >
37
44
38
45
<build >
46
+ <pluginManagement >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-resources-plugin</artifactId >
51
+ <version >2.7</version >
52
+ </plugin >
53
+ <plugin >
54
+ <groupId >org.apache.maven.plugins</groupId >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <version >3.13.0</version >
57
+ </plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-jar-plugin</artifactId >
61
+ <version >2.4</version >
62
+ </plugin >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-install-plugin</artifactId >
66
+ <version >2.4</version >
67
+ </plugin >
68
+ <plugin >
69
+ <groupId >org.apache.maven.plugins</groupId >
70
+ <artifactId >maven-surefire-plugin</artifactId >
71
+ <version >2.12.4</version >
72
+ <configuration >
73
+ <argLine >${surefire.argLine} </argLine >
74
+ </configuration >
75
+ </plugin >
76
+ </plugins >
77
+ </pluginManagement >
39
78
<plugins >
40
79
<plugin >
41
80
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 27
27
<version >@project.version@</version >
28
28
<name >Test Inject Maven Plugin 2</name >
29
29
30
+ <properties >
31
+ <maven .compiler.release>21</maven .compiler.release>
32
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34
+ <surefire .argLine>-Xmx1024m -Dfile.encoding=UTF-8</surefire .argLine>
35
+ </properties >
36
+
30
37
<dependencies >
31
38
<dependency >
32
39
<groupId >io.helidon.service</groupId >
36
43
</dependencies >
37
44
38
45
<build >
46
+ <pluginManagement >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-resources-plugin</artifactId >
51
+ <version >2.7</version >
52
+ </plugin >
53
+ <plugin >
54
+ <groupId >org.apache.maven.plugins</groupId >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <version >3.13.0</version >
57
+ </plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-jar-plugin</artifactId >
61
+ <version >2.4</version >
62
+ </plugin >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-install-plugin</artifactId >
66
+ <version >2.4</version >
67
+ </plugin >
68
+ <plugin >
69
+ <groupId >org.apache.maven.plugins</groupId >
70
+ <artifactId >maven-surefire-plugin</artifactId >
71
+ <version >2.12.4</version >
72
+ <configuration >
73
+ <argLine >${surefire.argLine} </argLine >
74
+ </configuration >
75
+ </plugin >
76
+ </plugins >
77
+ </pluginManagement >
39
78
<plugins >
40
79
<plugin >
41
80
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 27
27
<version >@project.version@</version >
28
28
<name >Test Inject Maven Plugin 3</name >
29
29
30
+ <properties >
31
+ <maven .compiler.release>21</maven .compiler.release>
32
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34
+ <surefire .argLine>-Xmx1024m -Dfile.encoding=UTF-8</surefire .argLine>
35
+ </properties >
36
+
30
37
<dependencies >
31
38
<dependency >
32
39
<groupId >io.helidon.service</groupId >
36
43
</dependencies >
37
44
38
45
<build >
46
+ <pluginManagement >
47
+ <plugins >
48
+ <plugin >
49
+ <groupId >org.apache.maven.plugins</groupId >
50
+ <artifactId >maven-resources-plugin</artifactId >
51
+ <version >2.7</version >
52
+ </plugin >
53
+ <plugin >
54
+ <groupId >org.apache.maven.plugins</groupId >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <version >3.13.0</version >
57
+ </plugin >
58
+ <plugin >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-jar-plugin</artifactId >
61
+ <version >2.4</version >
62
+ </plugin >
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-install-plugin</artifactId >
66
+ <version >2.4</version >
67
+ </plugin >
68
+ <plugin >
69
+ <groupId >org.apache.maven.plugins</groupId >
70
+ <artifactId >maven-surefire-plugin</artifactId >
71
+ <version >2.12.4</version >
72
+ <configuration >
73
+ <argLine >${surefire.argLine} </argLine >
74
+ </configuration >
75
+ </plugin >
76
+ </plugins >
77
+ </pluginManagement >
39
78
<plugins >
40
79
<plugin >
41
80
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments