Author: apadilla
Date: Fri Jan 21 14:19:43 2011
New Revision: 1061817
URL: http://svn.apache.org/viewvc?rev=1061817&view=rev
Log:
excluded custom-lifecycle-maven-plugin docs in deployment for plugins module
(https://issues.apache.org/jira/browse/NPANDAY-365)
Modified:
incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/pom.xml
Modified: incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/pom.xml?rev=1061817&r1=1061816&r2=1061817&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/pom.xml
(original)
+++ incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/pom.xml Fri
Jan 21 14:19:43 2011
@@ -56,6 +56,12 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <generateReports>false</generateReports>
+ </configuration>
+ </plugin>
</plugins>
</build>