Added distributionManagement into pom.xml
This commit is contained in:
parent
326f813f99
commit
bbb0ab4800
14
pom.xml
14
pom.xml
@ -119,7 +119,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>${maven-jar-plugin.version}</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
@ -140,4 +139,17 @@
|
|||||||
<version>${nanoboot-checks.version}</version>
|
<version>${nanoboot-checks.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<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