Hi community ,

I am trying to achieve project creation automation using maven console, I can see that we can build archetype and deploy them over to nexus repository . So a user simply open a maven console and create project faster . Now here comes one twist in the requirements , Suppose I created a project using maven archetype and while creation , I also want to integrate some other things like lets say shiro .

So what i am trying to achieve is ....

Person runs in mvn generate:archetype name_of_custom_archetype
.
. .
. . . .
while the project is building maven console comes back asking , Here are some other feature you may like to include ? example - shiro , jasper , alfresco , switchyard etc etc.

Person selects shiro . In that case the shiro dependencies and all it files also goes into the project.

Is there any way /any plugin or anything to achieve this in maven ?

Regards,
Dishant

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to