[jboss-svn-commits] JBL Code SVN: r8345 - labs/jbossrules/trunk/drools-jbrms

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 15 08:09:49 EST 2006


Author: michael.neale at jboss.com
Date: 2006-12-15 08:09:47 -0500 (Fri, 15 Dec 2006)
New Revision: 8345

Modified:
   labs/jbossrules/trunk/drools-jbrms/pom.xml
Log:
add some comments to the pom.

Modified: labs/jbossrules/trunk/drools-jbrms/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/pom.xml	2006-12-15 13:07:39 UTC (rev 8344)
+++ labs/jbossrules/trunk/drools-jbrms/pom.xml	2006-12-15 13:09:47 UTC (rev 8345)
@@ -1,6 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
+  <!-- README: if you have problems running the build.
+  you may need to go up one directory, and run "mvn install" to 
+  make sure all the deps are ready.
+  
+  If by chance the slackers who maintain the other projects have left the build slight broken,
+  you can skip the tests by doing: 
+  
+  "mvn -Dmaven.test.skip=true install" and it should work. 
+  
+  -->
+
   <modelVersion>4.0.0</modelVersion>
 
   <parent>




More information about the jboss-svn-commits mailing list