cpo:generatejavasource
Full name:
org.synchronoss.cpo:cpo-plugin:5.1.2-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 Default value is: ${project.build.directory}/generated-sources/cpo. User property is: outputDir. |
scope |
String |
- |
(no description) Default value is: compile. User property is: scope. |
testOutputDir |
String |
- |
Output directory for test scope executions Default value is: ${project.build.directory}/generated-test-sources/cpo. User property is: testOutputDir. |
Optional Parameters
Name |
Type |
Since |
Description |
filter |
String |
- |
(no description) Default value is: .*. User property is: filter. |
generateClass |
boolean |
- |
(no description) Default value is: true. User property is: generateClass. |
generateInterface |
boolean |
- |
(no description) Default value is: false. User property is: generateInterface. |
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: .*
generateClass:
(no description)
- Type: boolean
- Required: No
- User Property: generateClass
- Default: true
generateInterface:
(no description)
- Type: boolean
- Required: No
- User Property: generateInterface
- Default: false
outputDir:
Default output directory
- Type: java.lang.String
- Required: Yes
- User Property: outputDir
- Default: ${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
- User Property: testOutputDir
- Default: ${project.build.directory}/generated-test-sources/cpo