[jboss-svn-commits] JBL Code SVN: r34140 - in labs/jbossrules/trunk/drools-docs: drools-docs-introduction/src/main/docbook/en-US/Chapter-Install and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 23 10:35:03 EDT 2010


Author: ge0ffrey
Date: 2010-07-23 10:35:02 -0400 (Fri, 23 Jul 2010)
New Revision: 34140

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Maven_build.xml
Log:
Use -DskipTests instead of the deprecated -Dmaven.test.skip

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2010-07-23 14:33:58 UTC (rev 34139)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2010-07-23 14:35:02 UTC (rev 34140)
@@ -65,7 +65,7 @@
       <para>Initially, go into the root of the jboss-rules checked out source
       tree, and run <command>mvn install</command> to install all the components for the inter
       project dependencies. If the build is broken (all care is taken for this
-      eventuality not to occur), the flag -Dmaven.test.skip=true can be used
+      eventuality not to occur), the flag -DskipTests can be used
       to prevent failing unit tests from preventing the build.</para>
 
       <para>When wishing to build Guvnor, go into the drools-guvnor

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Maven_build.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Maven_build.xml	2010-07-23 14:33:58 UTC (rev 34139)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Maven_build.xml	2010-07-23 14:35:02 UTC (rev 34140)
@@ -26,7 +26,7 @@
     <para>You can produce distribution builds, which puts everything into
     zips, as follows:</para>
 <programlisting>mvn -Declipse -Ddocumentation clean install -DlocalEclipseDrop=/folder/jboss-drools/local-Eclipse-drop-mirror
-mvn -Ddocumentation -Declipse -Dmaven.test.skip package javadoc:javadoc assembly:assembly -DlocalEclipseDrop=/folder/jboss-drools/local-Eclipse-drop-mirror
+mvn -Ddocumentation -Declipse -DskipTests package javadoc:javadoc assembly:assembly -DlocalEclipseDrop=/folder/jboss-drools/local-Eclipse-drop-mirror
 </programlisting>
 
     <para>Note that install must be done first as javadoc:javadoc won't work



More information about the jboss-svn-commits mailing list