How to add JavaEE archetypes in eclipse kepler
I'm currently playing with the latest release from eclipse (kepler) and found out that the maven archetypes for JavaEE6 are missing. Per...
https://www.czetsuyatech.com/2013/06/javaee-add-archetype-on-eclipse.html
I'm currently playing with the latest release from eclipse (kepler) and found out that the maven archetypes for JavaEE6 are missing. Perhaps the maven catalog is not outdated, to do so follow the following steps:
1.) Run eclipse kepler
2.) Open Window->Preferences, filter maven and select Archetypes
3.) Click "Add Remote Catalog"
4.) Enter:
Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
Description: anything and could be null
5.) Click Ok and Ok and you're done.
Now you can create a project using jboss maven javaee archetype by:
New->Other, filter maven and select Maven Project->Select Remote Catalog and enter javaee in filter.
You should be able to see:
1.) Run eclipse kepler
2.) Open Window->Preferences, filter maven and select Archetypes
3.) Click "Add Remote Catalog"
4.) Enter:
Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
Description: anything and could be null
5.) Click Ok and Ok and you're done.
Now you can create a project using jboss maven javaee archetype by:
New->Other, filter maven and select Maven Project->Select Remote Catalog and enter javaee in filter.
You should be able to see:
4 comments
Accurate solution! It solved my query too. Thanks!!
superb guidance.......
how we can set local catalog
how to set local catalog
Thanks a lot
Post a Comment