Added distributionManagement into pom.xml
This commit is contained in:
parent
e1ef288db4
commit
18a44cf704
13
pom.xml
13
pom.xml
@ -51,5 +51,16 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>nanoboot-releases-repository</id>
|
||||||
|
<url>https://maven.nanoboot.org/releases</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nanoboot-snapshots-repository</id>
|
||||||
|
<url>https://maven.nanoboot.org/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user