[RANDOM] Move repository for deployment to the other pom.

This commit is contained in:
asofold 2015-07-30 11:33:50 +02:00
parent 7da874ad66
commit 865779d5d8
2 changed files with 11 additions and 11 deletions

View File

@ -18,6 +18,17 @@
</dependency> </dependency>
</dependencies> </dependencies>
<distributionManagement>
<repository>
<id>md_5-releases</id>
<url>http://repo.md-5.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>md_5-snapshots</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<!-- Building --> <!-- Building -->
<build> <build>
<defaultGoal>clean package</defaultGoal> <defaultGoal>clean package</defaultGoal>

11
pom.xml
View File

@ -76,15 +76,4 @@ TODO: Better place for descriptions like this?</description>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>md_5-releases</id>
<url>http://repo.md-5.net/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>md_5-snapshots</id>
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project> </project>