Author: veithen Date: Sat Mar 21 13:03:40 2009 New Revision: 756933 URL: http://svn.apache.org/viewvc?rev=756933&view=rev Log: Fixed an issue with the mvn site command.
Modified: webservices/commons/trunk/modules/transport/modules/testkit/pom.xml Modified: webservices/commons/trunk/modules/transport/modules/testkit/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/pom.xml?rev=756933&r1=756932&r2=756933&view=diff ============================================================================== --- webservices/commons/trunk/modules/transport/modules/testkit/pom.xml (original) +++ webservices/commons/trunk/modules/transport/modules/testkit/pom.xml Sat Mar 21 13:03:40 2009 @@ -173,6 +173,7 @@ </docletArtifact> </docletArtifacts> <doclet>org.apache.axis2.transport.testkit.doclet.ResourceInfoDoclet</doclet> + <useStandardDocletOptions>false</useStandardDocletOptions> <show>private</show> <additionalparam>-out ${project.build.directory}/resource-info.dat</additionalparam> </configuration>