summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-11 21:50:06 +1100
committerChris Ward <chris@chrisgward.com>2013-12-11 21:50:06 +1100
commit7bb9c352dd19386d0518d486bc40c90d09b7f2e2 (patch)
tree0e20aec05a3299a3d46801720f21d1b2094753d2 /pom.xml
parentf10df04f2b8c659b34c4004e6ea2defeb5235159 (diff)
downloadEssentials-7bb9c352dd19386d0518d486bc40c90d09b7f2e2.tar
Essentials-7bb9c352dd19386d0518d486bc40c90d09b7f2e2.tar.gz
Essentials-7bb9c352dd19386d0518d486bc40c90d09b7f2e2.tar.lz
Essentials-7bb9c352dd19386d0518d486bc40c90d09b7f2e2.tar.xz
Essentials-7bb9c352dd19386d0518d486bc40c90d09b7f2e2.zip
Remove Javadocs from the default compile, use the javadoc:javadoc goal to generate them.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 97ba94b66..a49415db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<packaging>pom</packaging>
- <url>http://ess3.net/</url>
+ <url>http://ess3.net/</url>
<organization>
<name>Essentials Team</name>
@@ -263,14 +263,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>javadoc</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
<resources>
@@ -286,4 +278,4 @@
</resource>
</resources>
</build>
-</project> \ No newline at end of file
+</project>