cpo:generatejavasource
Full name:
org.synchronoss.cpo:cpo-plugin:5.0.5-SNAPSHOT:generatejavasource
Description:
Plugin goal that will generate the cpo classes based on the xml
configuration file
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: runtime.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name |
Type |
Since |
Description |
cpoConfig |
String |
- |
(no description) User property is: cpoConfig. |
outputDir |
String |
- |
Default output directory
|
scope |
String |
- |
(no description) Default value is: compile. User property is: scope. |
testOutputDir |
String |
- |
Output directory for test scope executions
|
Optional Parameters
Name |
Type |
Since |
Description |
filter |
String |
- |
(no description) Default value is: .*. User property is: filter. |
Parameter Details
cpoConfig:
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: cpoConfig
filter:
(no description)
- Type: java.lang.String
- Required: No
- User Property: filter
- Default: .*
outputDir:
Default output directory
- Type: java.lang.String
- Required: Yes
- Expression: ${project.build.directory}/generated-sources/cpo
scope:
(no description)
- Type: java.lang.String
- Required: Yes
- User Property: scope
- Default: compile
testOutputDir:
Output directory for test scope executions
- Type: java.lang.String
- Required: Yes
- Expression: ${project.build.directory}/generated-test-sources/cpo