Clones an existing project and produces a script (plus archetypes) to mimic its structure using Pax-Construct
mvn pax:clone
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| m_archiverManager | ArchiverManager |
Component factory for various archivers |
| repair | boolean |
When true, replace any local bundle dependencies with pax-import-bundle commands. |
| unify | boolean |
When true, unify multiple projects under one single pax-create-project command. Warning: this doesn't merge settings from sub-projects, such as <dependencyManagement>, so some manually editing will be necessary. |
Component factory for various archivers
org.codehaus.plexus.archiver.manager.ArchiverManagerNobooleanNo${repair}booleanNo${unify}