summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 14:54:42 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 14:54:42 +0200
commit4a71a9ba0e7e921e81c2ce8341258e4fdb5eb9f1 (patch)
tree81dcdb111e9b4a006365c85a17386a8e951da5e8 /pom.xml
parent2c387d5dab6e85a1c5d1c1f4e0e8f6a177491081 (diff)
downloadmaven-nar-plugin-4a71a9ba0e7e921e81c2ce8341258e4fdb5eb9f1.tar.gz
maven-nar-plugin-4a71a9ba0e7e921e81c2ce8341258e4fdb5eb9f1.tar.bz2
maven-nar-plugin-4a71a9ba0e7e921e81c2ce8341258e4fdb5eb9f1.tar.xz
maven-nar-plugin-4a71a9ba0e7e921e81c2ce8341258e4fdb5eb9f1.zip
Added site to github (for now)
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>