[weld-commits] Weld SVN: r6842 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 29 12:48:23 EDT 2010


Author: dan.j.allen
Date: 2010-07-29 12:48:23 -0400 (Thu, 29 Jul 2010)
New Revision: 6842

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
add not about importing Maven project


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2010-07-29 16:42:48 UTC (rev 6841)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2010-07-29 16:48:23 UTC (rev 6842)
@@ -172,14 +172,21 @@
  ready to import the project into Eclipse.
 
  NOTE:
- We strongly recommend Eclipse Helios (3.6) - http://www.eclipse.org/helios
+ We strongly recommend Eclipse 3.6 (Helios) - http://www.eclipse.org/helios
 
- Select File > Import... and select "Existing Maven Projects" and navigate to
- your project directory. Click Finish and m2eclipse will take it from there.
+ Select File > Import... and choose the Maven > Existing Maven Projects option.
+ Navigate to the root directory of your project. Eclipse should recognize the
+ Maven project and preselect it in the Project box. Click Finish and m2eclipse
+ will take it from there.
 
+ NOTE:
+ You cannot use the import option General > Existing Projects into Workspace
+ because Eclipse does not recognize Maven projects as Eclipse projects
+ natively. You must use the importer provided by m2eclipse as just described.
+
  Additional configuration is required to get Eclipse to generate the JPA
- metamodel. The archetype includes the necessary Eclipse config files in your project.
- To enable this feature, right click on the project and select:
+ metamodel. The archetype includes the necessary Eclipse config files in your
+ project.  To enable this feature, right click on the project and select:
 
  Properties > Java Compiler > Annotation Processing
 



More information about the weld-commits mailing list