[jbpm-commits] JBoss JBPM SVN: r3648 - jbpm3/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 15 09:18:26 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-01-15 09:18:26 -0500 (Thu, 15 Jan 2009)
New Revision: 3648

Modified:
   jbpm3/trunk/pom.xml
Log:
quite javadoc

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2009-01-15 14:07:00 UTC (rev 3647)
+++ jbpm3/trunk/pom.xml	2009-01-15 14:18:26 UTC (rev 3648)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm</groupId>
     <artifactId>jbpm-parent</artifactId>
-    <version>1.0.0.GA</version>
+    <version>1.0.1.GA</version>
   </parent>
 
   <!-- Modules -->
@@ -448,6 +448,9 @@
         <plugins>
           <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <quite>true</quite>
+            </configuration>
             <executions>
               <execution>
                 <id>attach-javadocs</id>




More information about the jbpm-commits mailing list