summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0d70977..c55d48b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>