You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/05/19 21:40:56 UTC

svn commit: r776430 - /portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Author: ate
Date: Tue May 19 19:40:56 2009
New Revision: 776430

URL: http://svn.apache.org/viewvc?rev=776430&view=rev
Log:
JS2-1018: Release 2.2.0 preparation for j2-admin
See: http://issues.apache.org/jira/browse/JS2-1018
- excluding javadoc generation for war file as the maven-remote-resources-plugin doesn't "see" it to add the required legal files

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=776430&r1=776429&r2=776430&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Tue May 19 19:40:56 2009
@@ -437,13 +437,19 @@
             </execution>
           </executions>
         </plugin>
-        <!-- Don't attach source archive -->
+        <!-- Don't attach source or javadoc archive -->
         <plugin>
           <artifactId>maven-source-plugin</artifactId>
           <configuration>
             <attach>false</attach>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org