[Plexus-svn] SF.net SVN: plexus:[864] trunk/plexus-graph/pom.xml
Status: Alpha
Brought to you by:
rconner
|
From: <rc...@us...> - 2010-09-07 19:57:22
|
Revision: 864
http://plexus.svn.sourceforge.net/plexus/?rev=864&view=rev
Author: rconner
Date: 2010-09-07 19:57:16 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
reference the javadoc plugin, which causes the javadocs to be part of the generated site docs
Modified Paths:
--------------
trunk/plexus-graph/pom.xml
Modified: trunk/plexus-graph/pom.xml
===================================================================
--- trunk/plexus-graph/pom.xml 2010-09-05 20:38:41 UTC (rev 863)
+++ trunk/plexus-graph/pom.xml 2010-09-07 19:57:16 UTC (rev 864)
@@ -107,9 +107,17 @@
<reporting>
+
<plugins>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<reportSets>
@@ -120,7 +128,9 @@
</reportSet>
</reportSets>
</plugin>
+
</plugins>
+
</reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|