You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/03/19 12:32:43 UTC

svn commit: r925178 - /directory/shared/branches/shared-0.9.18/i18n/pom.xml

Author: pamarcelot
Date: Fri Mar 19 11:32:42 2010
New Revision: 925178

URL: http://svn.apache.org/viewvc?rev=925178&view=rev
Log:
Tried to skip the javadoc generation for this project.

Modified:
    directory/shared/branches/shared-0.9.18/i18n/pom.xml

Modified: directory/shared/branches/shared-0.9.18/i18n/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-0.9.18/i18n/pom.xml?rev=925178&r1=925177&r2=925178&view=diff
==============================================================================
--- directory/shared/branches/shared-0.9.18/i18n/pom.xml (original)
+++ directory/shared/branches/shared-0.9.18/i18n/pom.xml Fri Mar 19 11:32:42 2010
@@ -40,6 +40,13 @@
           <forkMode>always</forkMode>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration> 
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file