Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:jwsc
Description:
Runs the JWSC compiler task for web service enabled code.
Attributes:
compile.weblogic-maven-plugin-2.9.1-SNAPSHOT.| Name | Type | Since | Description |
|---|---|---|---|
| contextPath | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The deployed context of the web service. |
| outputName | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The name of the war to use when evaluating the ear file. Default value is: ${project.artifactId}-${project.version}. |
| Name | Type | Since | Description |
|---|---|---|---|
| debug | boolean |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The flag to set when debugging the process Default value is: false. |
| descriptor | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The web.xml descriptor to use if a new one should not be generated. The path should be fully qualified. |
| explode | boolean |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The flag to set when wanting exploded output. Defaults to true. Default value is: true. |
| inputDir | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The directory to find the jwsc enabled files. Default value is: ${basedir}/src/main/java. |
| optimize | boolean |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The flag to set when requiring optimization. Defaults to true. Default value is: true. |
| outputDir | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The directory to output the generated code to. Default value is: ${project.build.directory}. |
| outputDirectory | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| pluginArtifacts | List |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
These are the plugin artifacts for the weblogic mojo |
| verbose | boolean |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
The flag to set when desiring verbose output Default value is: false. |
| weblogicHome | String |
weblogic-maven-plugin-2.9.1-SNAPSHOT |
Property to set the weblogic home Default value is: ${weblogic.home}. |
The deployed context of the web service.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTYesdebug :
The flag to set when debugging the process
booleanweblogic-maven-plugin-2.9.1-SNAPSHOTNofalseThe web.xml descriptor to use if a new one should not be generated. The path should be fully qualified.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTNoexplode :
The flag to set when wanting exploded output. Defaults to true.
booleanweblogic-maven-plugin-2.9.1-SNAPSHOTNotrueinputDir :
The directory to find the jwsc enabled files.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTNo${basedir}/src/main/javaoptimize :
The flag to set when requiring optimization. Defaults to true.
booleanweblogic-maven-plugin-2.9.1-SNAPSHOTNotrueThe directory to output the generated code to.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTNo${project.build.directory}This is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTNo${project.build.directory}The name of the war to use when evaluating the ear file.
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTYes${project.artifactId}-${project.version}These are the plugin artifacts for the weblogic mojo
java.util.Listweblogic-maven-plugin-2.9.1-SNAPSHOTNo${plugin.artifacts}verbose :
The flag to set when desiring verbose output
booleanweblogic-maven-plugin-2.9.1-SNAPSHOTNofalseProperty to set the weblogic home
java.lang.Stringweblogic-maven-plugin-2.9.1-SNAPSHOTNo${weblogic.home}