[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.m2e] Re: Is a programmatic to create the maven project with m2eclipse api?

You need to use IProjectConfigurationManager (see [1]) to create maven projects programmatically.

--
Regards,
Igor

[1] http://svn.sonatype.org/m2eclipse/trunk/org.maven.ide.eclipse/src/org/maven/ide/eclipse/project/IProjectConfigurationManager.java

chingyichan wrote:
hello,

I want write a wizard to create the maven plugin? Is a programmatic to
create the maven project with m2eclipse api? If it don't exist, how to
do it by myself?