[jboss-svn-commits] JBL Code SVN: r13719 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 22 21:37:30 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-07-22 21:37:30 -0400 (Sun, 22 Jul 2007)
New Revision: 13719

Modified:
   labs/jbossrules/trunk/README.txt
   labs/jbossrules/trunk/pom.xml
Log:
-added details on building with ydoc

Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt	2007-07-22 23:53:26 UTC (rev 13718)
+++ labs/jbossrules/trunk/README.txt	2007-07-23 01:37:30 UTC (rev 13719)
@@ -26,4 +26,8 @@
 
 assembly:assembly fails unless you increase the available memory to Maven, on windows 
 the following command worked well:
-set MAVEN_OPTS=-Xmx512m
\ No newline at end of file
+set MAVEN_OPTS=-Xmx512m
+
+If you have a ydoc license then you can build the javadocs with uml images using the ydoc doclet. 
+Simple add the following to the mvn command line:
+-Dydoc.home=<path to ydoc>
\ No newline at end of file

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-07-22 23:53:26 UTC (rev 13718)
+++ labs/jbossrules/trunk/pom.xml	2007-07-23 01:37:30 UTC (rev 13719)
@@ -214,7 +214,7 @@
 	        <plugin>
 	          <groupId>org.apache.maven.plugins</groupId>
 	          <artifactId>maven-javadoc-plugin</artifactId>
-	          <!--version>2.2-INTERNAL-r502215</version-->
+	          <version>2.3</version>
 	          <configuration>
 	          			<aggregate>true</aggregate>
 									<doclet>ydoc.doclets.YStandard</doclet>
@@ -229,7 +229,7 @@
 									<version>true</version>
 									<windowtitle>${project.name} ${project.version} API</windowtitle>
 									<breakiterator>true</breakiterator>
-									<excludePackageNames>org.drools.asm*,org.apache*</excludePackageNames>
+									<excludePackageNames>org.drools.asm*,org.drools.objenesis.*,org.drools.commons.jci.*</excludePackageNames>
 									<overview>drools-core/target/classes/overview.html</overview>
 									<groups>
 										<group title="Runtime Core API" packages="org.drools:org.drools.rule"/>
@@ -431,7 +431,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
           <aggregate>true</aggregate>
           <links>




More information about the jboss-svn-commits mailing list