diff options
author | Chris Ward <chris@chrisgward.com> | 2013-12-11 21:50:06 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-12-11 21:50:06 +1100 |
commit | b70b58660fd858c9a74dc0ecfb287f19260b4451 (patch) | |
tree | d1591a731f628e13c9fb912eae7763a6005253b1 | |
parent | 18a6d1761ae3f1fbd24d9ea4712b8f34e1f98f9e (diff) | |
download | Essentials-b70b58660fd858c9a74dc0ecfb287f19260b4451.tar Essentials-b70b58660fd858c9a74dc0ecfb287f19260b4451.tar.gz Essentials-b70b58660fd858c9a74dc0ecfb287f19260b4451.tar.lz Essentials-b70b58660fd858c9a74dc0ecfb287f19260b4451.tar.xz Essentials-b70b58660fd858c9a74dc0ecfb287f19260b4451.zip |
Remove Javadocs from the default compile, use the javadoc:javadoc goal to generate them.
-rw-r--r-- | pom.xml | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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> |