NAC
NAC

Reputation: 135

create archetype of multi module mvn project

I'm trying to grab my multi module project and generate an Archetype from it via :

archetype:create-from-project

The thing is, that my project not change groupid of modules. when i generate project from this archetype my new project changes only "package" declarations at the top of class...it doesn't change directory name(it use previous groupid).

Upvotes: 1

Views: 1062

Answers (1)

dinox0r
dinox0r

Reputation: 16039

Check out the following article that lights up the maven archetype generation and even points to example filesets

Upvotes: 1

Related Questions