ittouch:copy-pom
Full name:
org.apache.maven.its.plugins:maven-it-plugin-touch:2.1-SNAPSHOT:copy-pom
Description:
Mojo which makes a copy of the POM using MavenProject.getFile() to
locate the file.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name |
Type |
Since |
Description |
outputFile |
String |
- |
(no description) Default value is: ${project.build.directory}/pom-copy.xml.
|
Optional Parameters
Name |
Type |
Since |
Description |
pomFile |
File |
- |
(no description) Default value is: ${project.file}.
|
Parameter Details
outputFile:
(no description)
- Type: java.lang.String
- Required: Yes
- Default: ${project.build.directory}/pom-copy.xml
pomFile:
(no description)
- Type: java.io.File
- Required: No
- Default: ${project.file}