diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | pom.xml | 14 |
2 files changed, 16 insertions, 2 deletions
@@ -13,6 +13,10 @@ SCM: - http://github.com/duns/maven-nar-plugin - http://github.com/duns/cpptasks-parallel +Repository: + +- http://duns.github.com/maven-snapshots (until it moves to maven central) + Old: - http://java.freehep.org/freehep-nar-plugin/intro.html @@ -19,7 +19,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> @@ -36,8 +35,19 @@ </description> <url>http://duns.github.com/maven-nar-plugin/</url> - <!-- temporarily until we have a fixed site --> + <!-- to avoid MDEPLOY-50 and to deploy to duns' github repository --> <distributionManagement> + <repository> + <id>duns-maven-releases</id> + <name>Duns' Maven Releases</name> + <url>file:///Users/duns/sonatype/git/maven-releases</url> + </repository> + <snapshotRepository> + <id>duns-maven-snapshots</id> + <name>Duns' Maven Snapshots</name> + <url>file:///Users/duns/sonatype/git/maven-snapshots</url> + </snapshotRepository> + <!-- temporarily until we have a fixed site --> <site> <id>local</id> <url>file:///Users/duns/sonatype/git/maven-nar-plugin-site</url> |