Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Project Creation API

Hey Guys,

 

We are using m2eclipse in our rcp-based tool.  We have our own new app project wizard but I want it to create the project from a specific archetype. 

 

I tried programmatically creating a launch config that runs the archetype:generate goal which works fine but doesn’t automatically import the project into the workspace.   Eclipse doesn’t have an official import project api by the looks and I don’t want to re-invent the wheel anyway.

 

You guys obviously figured this all out already so do you provide that as an API so I can call it?

 

Many thanks

_Paul


Back to the top