no

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...

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:

Related

javaee 7471991099018529115

Post a Comment Default Comments

4 comments

Unknown said...

Accurate solution! It solved my query too. Thanks!!

Unknown said...

superb guidance.......
how we can set local catalog

Unknown said...

how to set local catalog

Sandip said...

Thanks a lot

item