From 274bf5888778c4e6f2af27bd4978dbd5d98e52e5 Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Mon, 2 May 2011 19:42:01 +0200 Subject: Added javadoc generation, thanks lukegb --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index bf7df695..111341e5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,21 @@ UTF-8 http://www.bukkit.org + + scm:git:git@github.com:Bukkit/Bukkit.git + scm:git:git://github.com/Bukkit/Bukkit.git + https://github.com/Bukkit/Bukkit/tree/master/ + + + jenkins + http://ci.bukkit.org + + + + jd.bukkit.org + file:///home/javadocs/public_html/ + + @@ -32,6 +47,32 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.0-beta-3 + + + + org.codehaus.mojo + jxr-maven-plugin + 2.0-beta-1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + + javadoc + + + + + + + -- cgit v1.2.3