qstools:archetypeSync
Full name:
org.jboss.maven.plugins:qstools:1.5.0.Final:archetypeSync
Description:
If this plugin is used on an Archetype, it will sync the
archetype-resources to its original project.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: compile.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name |
Type |
Since |
Description |
outputPath |
String |
- |
(no description) User property is: project.build.directory. |
Optional Parameters
Name |
Type |
Since |
Description |
branch |
String |
- |
Branch/Tag of the git repository that holds the origin project Default value is: master.
|
Parameter Details
branch:
Branch/Tag of the git repository that holds the origin project
- Type: java.lang.String
- Required: No
- Default: master
outputPath:
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: project.build.directory