File tree 1 file changed +26
-11
lines changed
1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 16
16
<version >1.9-SNAPSHOT</version >
17
17
<relativePath >../nativelibs4java/libraries</relativePath >
18
18
</parent >
19
+
20
+ <scm >
21
+ <
connection >scm:git:
[email protected] :nativelibs4java/maven-velocity-plugin.git</
connection >
22
+ <
developerConnection >scm:git:
[email protected] :nativelibs4java/maven-velocity-plugin.git</
developerConnection >
23
+ <url >http://github.com/nativelibs4java/maven-velocity-plugin</url >
24
+ </scm >
19
25
20
26
<dependencies >
27
+
28
+ <dependency >
29
+ <groupId >junit</groupId >
30
+ <artifactId >junit</artifactId >
31
+ <version >4.12</version >
32
+ <scope >test</scope >
33
+ </dependency >
34
+
21
35
<dependency >
22
- <groupId >org.apache.velocity</groupId >
23
- <artifactId >velocity</artifactId >
24
- <version >1.7</version >
25
- </dependency >
36
+ <groupId >org.apache.velocity</groupId >
37
+ <artifactId >velocity</artifactId >
38
+ <version >1.7</version >
39
+ </dependency >
26
40
27
- <dependency >
41
+ <dependency >
28
42
<groupId >org.apache.maven</groupId >
29
43
<artifactId >maven-plugin-api</artifactId >
30
44
<version >3.3.1</version >
31
45
</dependency >
32
46
33
- <dependency >
47
+ <dependency >
34
48
<groupId >org.apache.maven</groupId >
35
49
<artifactId >maven-project</artifactId >
36
50
<version >3.0-alpha-2</version >
37
51
</dependency >
38
52
</dependencies >
53
+
39
54
<build >
40
- <plugins >
41
- <plugin >
42
- <groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-javadoc-plugin</artifactId >
44
- <configuration >
55
+ <plugins >
56
+ <plugin >
57
+ <groupId >org.apache.maven.plugins</groupId >
58
+ <artifactId >maven-javadoc-plugin</artifactId >
59
+ <configuration >
45
60
<tags >
46
61
<tag >
47
62
<name >description</name >
You can’t perform that action at this time.
0 commit comments