Skip to content

Commit 9762c6d

Browse files
committed
Add repo to pom (newly separated from parent)
1 parent 792da88 commit 9762c6d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@
2121
<developerConnection>scm:git:[email protected]:nativelibs4java/maven-velocity-plugin.git</developerConnection>
2222
<url>http://github.com/nativelibs4java/maven-velocity-plugin</url>
2323
</scm>
24+
25+
<repositories>
26+
<repository>
27+
<id>sonatype</id>
28+
<name>Sonatype OSS Snapshots Repository</name>
29+
<url>http://oss.sonatype.org/content/groups/public</url>
30+
</repository>
31+
</repositories>
32+
33+
<pluginRepositories>
34+
<pluginRepository>
35+
<id>sonatype</id>
36+
<name>Sonatype OSS Snapshots Repository</name>
37+
<url>http://oss.sonatype.org/content/groups/public</url>
38+
</pluginRepository>
39+
</pluginRepositories>
40+
2441

2542
<dependencies>
2643

0 commit comments

Comments
 (0)