[jbpm-commits] JBoss JBPM SVN: r2427 - jbpm4/trunk/modules/pvm.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 29 05:54:43 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-09-29 05:54:43 -0400 (Mon, 29 Sep 2008)
New Revision: 2427

Modified:
   jbpm4/trunk/modules/pvm/pom.xml
Log:
added javadocs limited to interface classes

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2008-09-29 09:37:21 UTC (rev 2426)
+++ jbpm4/trunk/modules/pvm/pom.xml	2008-09-29 09:54:43 UTC (rev 2427)
@@ -210,5 +210,21 @@
   <!-- Profiles -->
   <profiles>
   </profiles>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <quiet>true</quiet>
+          <source>1.5</source>
+          <verbose>false</verbose>
+          <noqualifier>all</noqualifier> 
+          <excludePackageNames>*.internal:*.test</excludePackageNames>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list