Author: lfryc(a)redhat.com
Date: 2009-09-21 02:42:28 -0400 (Mon, 21 Sep 2009)
New Revision: 15639
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
Log:
- removed generating of test-javadoc in package phase (will be injected directly to hudson
build)
Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-09-20
17:28:25 UTC (rev 15638)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-09-21
06:42:28 UTC (rev 15639)
@@ -73,19 +73,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>package-test-javadoc</id>
- <phase>package</phase>
- <goals>
- <goal>test-javadoc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
@@ -259,4 +246,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
+</project>
\ No newline at end of file
Show replies by date