File tree 13 files changed +16
-12
lines changed
antrun-rename-unknown-dir
multimodule-archetype-example
13 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ See wildfly-maven-plugin-example.
11
11
12
12
13
13
--
14
- devel/java/github/example-maven-project-setups@7872 (dirty)
14
+ devel/java/github/example-maven-project-setups@7881
Original file line number Diff line number Diff line change 11
11
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
12
12
<artifactId >github-maven-examples</artifactId >
13
13
<version >1.0-SNAPSHOT</version >
14
+ <relativePath >..</relativePath >
14
15
</parent >
15
16
16
17
<artifactId >antrun-rename-unknown-dir</artifactId >
22
23
<plugin >
23
24
<groupId >com.googlecode.maven-download-plugin</groupId >
24
25
<artifactId >download-maven-plugin</artifactId >
25
- <version >1.3.0</version >
26
26
<executions >
27
27
<execution >
28
28
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 30
30
<plugin >
31
31
<groupId >com.googlecode.maven-download-plugin</groupId >
32
32
<artifactId >download-maven-plugin</artifactId >
33
- <version >1.3.0 </version >
33
+ <version >1.6.3 </version >
34
34
<executions >
35
35
<execution >
36
36
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 10
10
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
11
11
<artifactId >github-maven-examples</artifactId >
12
12
<version >1.0-SNAPSHOT</version >
13
+ <relativePath >..</relativePath >
13
14
</parent >
14
15
15
16
<artifactId >download-plugin-example</artifactId >
25
26
<plugin >
26
27
<groupId >com.googlecode.maven-download-plugin</groupId >
27
28
<artifactId >download-maven-plugin</artifactId >
28
- <version >1.3.0</version >
29
29
<executions >
30
30
<execution >
31
31
<phase >integration-test</phase >
Original file line number Diff line number Diff line change 81
81
</plugin >
82
82
<plugin >
83
83
<artifactId >maven-deploy-plugin</artifactId >
84
- <version >3.0.0-M1 </version >
84
+ <version >2.7 </version >
85
85
</plugin >
86
86
<plugin >
87
87
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 40
40
<plugin >
41
41
<groupId >com.googlecode.maven-download-plugin</groupId >
42
42
<artifactId >download-maven-plugin</artifactId >
43
- <version >1.3.0 </version >
43
+ <version >1.6.3 </version >
44
44
<executions >
45
45
<execution >
46
46
<phase >integration-test</phase >
Original file line number Diff line number Diff line change 10
10
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
11
11
<artifactId >github-maven-examples</artifactId >
12
12
<version >1.0-SNAPSHOT</version >
13
+ <relativePath >..</relativePath >
13
14
</parent >
14
15
15
16
<artifactId >hbase-example</artifactId >
27
28
<plugin >
28
29
<groupId >com.googlecode.maven-download-plugin</groupId >
29
30
<artifactId >download-maven-plugin</artifactId >
30
- <version >1.3.0</version >
31
31
<executions >
32
32
<execution >
33
33
<id >hbase-dist-unpack</id >
Original file line number Diff line number Diff line change 10
10
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
11
11
<artifactId >github-maven-examples</artifactId >
12
12
<version >1.0-SNAPSHOT</version >
13
+ <relativePath >..</relativePath >
13
14
</parent >
14
15
15
16
<artifactId >hdfs-example</artifactId >
29
30
<plugin >
30
31
<groupId >com.googlecode.maven-download-plugin</groupId >
31
32
<artifactId >download-maven-plugin</artifactId >
32
- <version >1.3.0</version >
33
33
<executions >
34
34
<execution >
35
35
<id >hadoop-dist-unpack</id >
Original file line number Diff line number Diff line change 11
11
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
12
12
<artifactId >github-maven-examples</artifactId >
13
13
<version >1.0-SNAPSHOT</version >
14
+ <relativePath >..</relativePath >
14
15
</parent >
15
16
16
17
<artifactId >launch4j-bundled-example</artifactId >
68
69
<plugin >
69
70
<groupId >com.googlecode.maven-download-plugin</groupId >
70
71
<artifactId >download-maven-plugin</artifactId >
71
- <version >1.3.0</version >
72
72
<executions >
73
73
<execution >
74
74
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 226
226
<plugin >
227
227
<groupId >com.googlecode.maven-download-plugin</groupId >
228
228
<artifactId >download-maven-plugin</artifactId >
229
- <version >1.3.0</version >
230
229
<executions >
231
230
<execution >
232
231
<goals >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.jjYBdx4IL.maven.examples</groupId >
7
7
<artifactId >multimodule-archetype-example</artifactId >
8
- <version >1.0</version >
8
+ <version >1.0-SNAPSHOT </version >
9
9
<packaging >jar</packaging >
10
10
<name >Maven Examples :: Multimodule Archetype Example</name >
11
11
Original file line number Diff line number Diff line change 136
136
<artifactId >maven-antrun-plugin</artifactId >
137
137
<version >1.8</version >
138
138
</plugin >
139
+ <plugin >
140
+ <groupId >com.googlecode.maven-download-plugin</groupId >
141
+ <artifactId >download-maven-plugin</artifactId >
142
+ <version >1.6.3</version >
143
+ </plugin >
139
144
</plugins >
140
145
</pluginManagement >
141
146
</build >
Original file line number Diff line number Diff line change 31
31
<plugin >
32
32
<groupId >com.googlecode.maven-download-plugin</groupId >
33
33
<artifactId >download-maven-plugin</artifactId >
34
- <version >1.3.0 </version >
34
+ <version >1.6.3 </version >
35
35
<executions >
36
36
<execution >
37
37
<id >solr-dist-unpack</id >
You can’t perform that action at this time.
0 commit comments