[teiid-commits] teiid SVN: r3654 - trunk.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Nov 15 13:52:28 EST 2011


Author: shawkins
Date: 2011-11-15 13:52:28 -0500 (Tue, 15 Nov 2011)
New Revision: 3654

Modified:
   trunk/pom.xml
Log:
TEIID-1752 setting the release default to skip javadocs

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-11-15 18:20:16 UTC (rev 3653)
+++ trunk/pom.xml	2011-11-15 18:52:28 UTC (rev 3654)
@@ -73,6 +73,9 @@
           This profile is activated manually, as in "mvn ... -P release ..."
 		  -->
       <id>release</id>
+      <properties>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
+      </properties>
       <modules>
         <module>documentation</module>
         <module>build</module>        



More information about the teiid-commits mailing list