You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/08/01 15:44:21 UTC

svn commit: r681691 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: vsiveton
Date: Fri Aug  1 06:44:21 2008
New Revision: 681691

URL: http://svn.apache.org/viewvc?rev=681691&view=rev
Log:
o add debug flag for invoker-plugin

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=681691&r1=681690&r2=681691&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Fri Aug  1 06:44:21 2008
@@ -260,6 +260,7 @@
               <postBuildHookScript>verify.bsh</postBuildHookScript>
               <localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>
               <settingsFile>src/it/settings.xml</settingsFile>
+              <debug>true</debug>
             </configuration>
             <executions>
               <execution>