[jboss-svn-commits] JBL Code SVN: r36269 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Dec 8 13:15:54 EST 2010
Author: ge0ffrey
Date: 2010-12-08 13:15:54 -0500 (Wed, 08 Dec 2010)
New Revision: 36269
Modified:
labs/jbossrules/trunk/README.txt
Log:
document that mvn eclipse:eclipse is broken on drools-eclipse because of tycho
Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt 2010-12-08 17:41:27 UTC (rev 36268)
+++ labs/jbossrules/trunk/README.txt 2010-12-08 18:15:54 UTC (rev 36269)
@@ -84,19 +84,25 @@
----------------------------
The maven-eclipse-plugin plugin is a plugin in Maven for Eclipse.
-This is the old, stable way.
+This is the old way.
Run this command to generate .project and .classpath files.
-$ mvn -Dfull eclipse:eclipse
+$ mvn eclipse:eclipse
- Open Eclipse
- Import existing projects, navigate to the project base directory, select all the projects (=modules) it lists.
+Important note: mvn eclipse:eclipse does not work for drools-eclipse because it is not compatible with tycho
+(and never will be).
+
The m2eclipse plugin way
------------------------
The m2eclipse plugin is a plugin in Eclipse for Maven.
-This is the new, deluxe way.
+This is the new, deluxe way (and compatible with tycho).
- Open Eclipse
-- Just open the main pom.xml with the m2eclipse plugin.
+- Follow the installation instructions of m2eclipse: http://m2eclipse.sonatype.org/
+-- Follow the link Installing m2eclipse at the bottom.
+- Menu File, menu item Import, tree item Maven, tree item Existing Maven Projects
+- Open the main pom.xml with the m2eclipse plugin.
- Select the profiles "notSoaProfile" and "fullProfile".
Code style
More information about the jboss-svn-commits
mailing list