File tree 9 files changed +60
-49
lines changed
released-version-existing-asset
released-version-existing-asset-issue-108
reserve-ports-with-min-root-range
reserve-ports-with-random
reserve-ports-with-sequence
9 files changed +60
-49
lines changed Original file line number Diff line number Diff line change 31
31
</executions >
32
32
</plugin >
33
33
<plugin >
34
+ <groupId >org.apache.maven.plugins</groupId >
34
35
<artifactId >maven-antrun-plugin</artifactId >
36
+ <version >@maven-antrun-plugin.version@</version >
35
37
<executions >
36
38
<execution >
37
39
<id >mk-target-dir</id >
40
42
<goal >run</goal >
41
43
</goals >
42
44
<configuration >
43
- <tasks >
45
+ <target >
44
46
<mkdir dir =" ${project.build.directory}" />
45
- </tasks >
47
+ </target >
46
48
</configuration >
47
49
</execution >
48
50
53
55
<goal >run</goal >
54
56
</goals >
55
57
<configuration >
56
- <tasks >
58
+ <target >
57
59
<echo >myReleasedVersion.version=${myReleasedVersion.version} </echo >
58
60
<echo >myReleasedVersion.majorVersion=${myReleasedVersion.majorVersion} </echo >
59
61
<echo >myReleasedVersion.minorVersion=${myReleasedVersion.minorVersion} </echo >
60
62
<echo >myReleasedVersion.incrementalVersion=${myReleasedVersion.incrementalVersion} </echo >
61
- </tasks >
63
+ </target >
62
64
</configuration >
63
65
</execution >
64
66
</executions >
Original file line number Diff line number Diff line change 29
29
</executions >
30
30
</plugin >
31
31
<plugin >
32
+ <groupId >org.apache.maven.plugins</groupId >
32
33
<artifactId >maven-antrun-plugin</artifactId >
34
+ <version >@maven-antrun-plugin.version@</version >
33
35
<executions >
34
36
<execution >
35
37
<id >mk-target-dir</id >
38
40
<goal >run</goal >
39
41
</goals >
40
42
<configuration >
41
- <tasks >
43
+ <target >
42
44
<mkdir dir =" ${project.build.directory}" />
43
- </tasks >
45
+ </target >
44
46
</configuration >
45
47
</execution >
46
48
51
53
<goal >run</goal >
52
54
</goals >
53
55
<configuration >
54
- <tasks >
56
+ <target >
55
57
<echo >myReleasedVersion.version=${myReleasedVersion.version} </echo >
56
58
<echo >myReleasedVersion.majorVersion=${myReleasedVersion.majorVersion} </echo >
57
59
<echo >myReleasedVersion.minorVersion=${myReleasedVersion.minorVersion} </echo >
58
60
<echo >myReleasedVersion.incrementalVersion=${myReleasedVersion.incrementalVersion} </echo >
59
- </tasks >
61
+ </target >
60
62
</configuration >
61
63
</execution >
62
64
</executions >
Original file line number Diff line number Diff line change 26
26
</executions >
27
27
</plugin >
28
28
<plugin >
29
+ <groupId >org.apache.maven.plugins</groupId >
29
30
<artifactId >maven-antrun-plugin</artifactId >
31
+ <version >@maven-antrun-plugin.version@</version >
30
32
<executions >
31
33
<execution >
32
34
<id >mk-target-dir</id >
35
37
<goal >run</goal >
36
38
</goals >
37
39
<configuration >
38
- <tasks >
40
+ <target >
39
41
<mkdir dir =" ${project.build.directory}" />
40
- </tasks >
42
+ </target >
41
43
</configuration >
42
44
</execution >
43
45
48
50
<goal >run</goal >
49
51
</goals >
50
52
<configuration >
51
- <tasks >
53
+ <target >
52
54
<echo >myReleasedVersion.version=${myReleasedVersion.version} </echo >
53
55
<echo >myReleasedVersion.majorVersion=${myReleasedVersion.majorVersion} </echo >
54
56
<echo >myReleasedVersion.minorVersion=${myReleasedVersion.minorVersion} </echo >
55
57
<echo >myReleasedVersion.incrementalVersion=${myReleasedVersion.incrementalVersion} </echo >
56
- </tasks >
58
+ </target >
57
59
</configuration >
58
60
</execution >
59
61
</executions >
Original file line number Diff line number Diff line change 43
43
</plugin >
44
44
45
45
<plugin >
46
-
47
- <artifactId >maven-antrun-plugin</artifactId >
48
- <executions >
46
+ <groupId >org.apache.maven.plugins</groupId >
47
+ <artifactId >maven-antrun-plugin</artifactId >
48
+ <version >@maven-antrun-plugin.version@</version >
49
+ <executions >
49
50
<execution >
50
51
<id >mk-target-dir</id >
51
52
<phase >compile</phase >
52
53
<goals >
53
54
<goal >run</goal >
54
55
</goals >
55
56
<configuration >
56
- <tasks >
57
+ <target >
57
58
<mkdir dir =" ${project.build.directory}" />
58
- </tasks >
59
+ </target >
59
60
</configuration >
60
61
</execution >
61
62
66
67
<goal >run</goal >
67
68
</goals >
68
69
<configuration >
69
- <tasks >
70
+ <target >
70
71
<echo >port1=${port1} </echo >
71
72
<echo >port2=${port2} </echo >
72
73
<echo >port3=${port3} </echo >
73
- </tasks >
74
+ </target >
74
75
</configuration >
75
76
</execution >
76
77
</executions >
Original file line number Diff line number Diff line change 72
72
</plugin >
73
73
74
74
<plugin >
75
-
76
- <artifactId >maven-antrun-plugin</artifactId >
77
- <executions >
75
+ <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-antrun-plugin</artifactId >
77
+ <version >@maven-antrun-plugin.version@</version >
78
+ <executions >
78
79
<execution >
79
80
<id >mk-target-dir</id >
80
81
<phase >compile</phase >
81
82
<goals >
82
83
<goal >run</goal >
83
84
</goals >
84
85
<configuration >
85
- <tasks >
86
+ <target >
86
87
<mkdir dir =" ${project.build.directory}" />
87
- </tasks >
88
+ </target >
88
89
</configuration >
89
90
</execution >
90
91
95
96
<goal >run</goal >
96
97
</goals >
97
98
<configuration >
98
- <tasks >
99
+ <target >
99
100
<echo >port1=${port1} </echo >
100
101
<echo >port2=${port2} </echo >
101
102
<echo >port3=${port3} </echo >
105
106
<echo >port7=${port7} </echo >
106
107
<echo >port8=${port8} </echo >
107
108
<echo >port9=${port9} </echo >
108
- </tasks >
109
+ </target >
109
110
</configuration >
110
111
</execution >
111
112
</executions >
Original file line number Diff line number Diff line change 44
44
</plugin >
45
45
46
46
<plugin >
47
-
47
+ < groupId >org.apache.maven.plugins</ groupId >
48
48
<artifactId >maven-antrun-plugin</artifactId >
49
- <version >1.8 </version >
49
+ <version >@maven-antrun-plugin.version@ </version >
50
50
<executions >
51
51
<execution >
52
52
<id >mk-target-dir</id >
55
55
<goal >run</goal >
56
56
</goals >
57
57
<configuration >
58
- <tasks >
58
+ <target >
59
59
<mkdir dir =" ${project.build.directory}" />
60
- </tasks >
60
+ </target >
61
61
</configuration >
62
62
</execution >
63
63
68
68
<goal >run</goal >
69
69
</goals >
70
70
<configuration >
71
- <tasks >
71
+ <target >
72
72
<echo >port1=${port1} </echo >
73
73
<echo >port2=${port2} </echo >
74
74
<echo >port3=${port3} </echo >
75
- </tasks >
75
+ </target >
76
76
</configuration >
77
77
</execution >
78
78
</executions >
Original file line number Diff line number Diff line change 44
44
</plugin >
45
45
46
46
<plugin >
47
-
47
+ < groupId >org.apache.maven.plugins</ groupId >
48
48
<artifactId >maven-antrun-plugin</artifactId >
49
- <version >1.8 </version >
49
+ <version >@maven-antrun-plugin.version@ </version >
50
50
<executions >
51
51
<execution >
52
52
<id >mk-target-dir</id >
55
55
<goal >run</goal >
56
56
</goals >
57
57
<configuration >
58
- <tasks >
58
+ <target >
59
59
<mkdir dir =" ${project.build.directory}" />
60
- </tasks >
60
+ </target >
61
61
</configuration >
62
62
</execution >
63
63
68
68
<goal >run</goal >
69
69
</goals >
70
70
<configuration >
71
- <tasks >
71
+ <target >
72
72
<echo >port1=${port1} </echo >
73
73
<echo >port2=${port2} </echo >
74
74
<echo >port3=${port3} </echo >
75
- </tasks >
75
+ </target >
76
76
</configuration >
77
77
</execution >
78
78
</executions >
Original file line number Diff line number Diff line change 43
43
</executions >
44
44
</plugin >
45
45
<plugin >
46
+ <groupId >org.apache.maven.plugins</groupId >
46
47
<artifactId >maven-antrun-plugin</artifactId >
48
+ <version >@maven-antrun-plugin.version@</version >
47
49
<executions >
48
50
<execution >
49
51
<id >mk-target-dir</id >
52
54
<goal >run</goal >
53
55
</goals >
54
56
<configuration >
55
- <tasks >
57
+ <target >
56
58
<mkdir dir =" ${project.build.directory}" />
57
- </tasks >
59
+ </target >
58
60
</configuration >
59
61
</execution >
60
62
65
67
<goal >run</goal >
66
68
</goals >
67
69
<configuration >
68
- <tasks >
70
+ <target >
69
71
<echo >port1=${port1} </echo >
70
72
<echo >port2=${port2} </echo >
71
73
<echo >port3=${port3} </echo >
72
- </tasks >
74
+ </target >
73
75
</configuration >
74
76
</execution >
75
77
</executions >
Original file line number Diff line number Diff line change 56
56
</plugin >
57
57
58
58
<plugin >
59
-
60
- <artifactId >maven-antrun-plugin</artifactId >
61
- <executions >
59
+ <groupId >org.apache.maven.plugins</groupId >
60
+ <artifactId >maven-antrun-plugin</artifactId >
61
+ <version >@maven-antrun-plugin.version@</version >
62
+ <executions >
62
63
<execution >
63
64
<id >mk-target-dir</id >
64
65
<phase >compile</phase >
65
66
<goals >
66
67
<goal >run</goal >
67
68
</goals >
68
69
<configuration >
69
- <tasks >
70
+ <target >
70
71
<mkdir dir =" ${project.build.directory}" />
71
- </tasks >
72
+ </target >
72
73
</configuration >
73
74
</execution >
74
75
79
80
<goal >run</goal >
80
81
</goals >
81
82
<configuration >
82
- <tasks >
83
+ <target >
83
84
<echo >port1=${port1} </echo >
84
85
<echo >port2=${port2} </echo >
85
86
<echo >port3=${port3} </echo >
86
- </tasks >
87
+ </target >
87
88
</configuration >
88
89
</execution >
89
90
</executions >
You can’t perform that action at this time.
0 commit comments