summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ce379d3..ae16ad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,15 @@
<description>
This plugin compiles native code and publishes native artifacts in the for of nar files.
</description>
- <url>http://java.freehep.org/freehep-nar-plugin/intro.html</url>
+ <url>http://duns.github.com/maven-nar-plugin/</url>
+
+ <!-- temporarily until we have a fixed site -->
+ <distributionManagement>
+ <site>
+ <id>local</id>
+ <url>file:///Users/duns/sonatype/git/maven-nar-plugin-site</url>
+ </site>
+ </distributionManagement>
<prerequisites>
<maven>2.0.6</maven>
@@ -117,6 +125,15 @@
<defaultGoal>install</defaultGoal>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
<profiles>
<profile>
<id>run-its</id>