Patel, Ronak (US SSA) wrote: > > I am new to Maven's eclipse plugin. I installed a new archetype using > the command line mvn install command. > > How can I use that archetype inside of eclipse to create a project? > > Eclipse asks me for some catalog file that contains information about > the new archetype so I was wondering where that was by default. > > I would like eclipse to pick up my new archetype. >
It should work after you reindex local Maven repository in the IDE, then default indexer-based Archetype catalog will pick it up. There is jira issue suggesting to incrementally update index after executing Maven install from the IDE, please vote on it if you are interested. http://jira.codehaus.org/browse/MNGECLIPSE-510 Thanks Eugene -- View this message in context: http://www.nabble.com/New-Archetypes-inside-Eclipse-tp19662272p19662893.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
