|
|
@@ -6,7 +6,16 @@ |
|
|
|
|
|
|
|
<groupId>de.moddylp</groupId> |
|
|
|
<artifactId>simplecommentconfig</artifactId> |
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
<version>20180316</version> |
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|
<repository> |
|
|
|
<id>m4taiori.internal</id> |
|
|
|
<name>Internal Release Repository</name> |
|
|
|
<url>http://repos.m4taiori.io/repository/SimpleCommentConfig/</url> |
|
|
|
</repository> |
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
@@ -17,28 +26,6 @@ |
|
|
|
<target>1.8</target> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-install-plugin</artifactId> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<id>install-external</id> |
|
|
|
<phase>install</phase> |
|
|
|
<configuration> |
|
|
|
<file>${basedir}/target/simplecommentconfig-1.0-SNAPSHOT.jar</file> |
|
|
|
<repositoryLayout>default</repositoryLayout> |
|
|
|
<groupId>de.moddylp</groupId> |
|
|
|
<artifactId>simplecommentconfig</artifactId> |
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
<packaging>jar</packaging> |
|
|
|
<generatePom>true</generatePom> |
|
|
|
</configuration> |
|
|
|
<goals> |
|
|
|
<goal>install-file</goal> |
|
|
|
</goals> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
<dependencies> |
|
|
|