|
|
@ -36,6 +36,9 @@
|
|
|
|
<pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>maven-public</id>
|
|
|
|
<id>maven-public</id>
|
|
|
|
<url>https://nas.xit.co.kr:8888/repository/maven-public/</url>
|
|
|
|
<url>https://nas.xit.co.kr:8888/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
|
@ -189,6 +192,7 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>cokr.xit.maven.plugins</groupId>
|
|
|
|
<groupId>cokr.xit.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-sgg-plugin</artifactId>
|
|
|
|
<artifactId>maven-sgg-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<executions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>copy-execute</id>
|
|
|
|
<id>copy-execute</id>
|
|
|
|