You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/24 10:51:40 UTC

svn commit: r380632 - /directory/trunks/mina/pom.xml

Author: ersiner
Date: Fri Feb 24 01:51:38 2006
New Revision: 380632

URL: http://svn.apache.org/viewcvs?rev=380632&view=rev
Log:
antrun plugin for javadoc generation should not be inherited.

Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=380632&r1=380631&r2=380632&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Fri Feb 24 01:51:38 2006
@@ -213,7 +213,7 @@
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
       <plugin>
-        <!-- <inherited>false</inherited> -->
+        <inherited>false</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>