I have created a plugin for Eclipse. With the help of this plugin, I am creating a new type of project, let's say XTypeProject
. The creation of this XTypeProject
is similar to any other type of project you create in Eclipse.
File -> New -> YourProjectType
I just want to know whether there is any way I can create a simple XTypeProject
in Eclipse through some external mechanism, anything, and this project created through an external mechanism has to be similar to the project I create using Eclipse. Can Maven help me in this? Or is there any other way to do that?