Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:appc
Description:
Run the weblogic appc compiler against an artifact.
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| basicClientJar | boolean |
- |
If set to true the basic client jar will be created without
descriptors, ets. Default value is: false. |
| forceGeneration | boolean |
- |
If set to true the generation of JSP and EJB s will be forced to
happen. Default value is: true. |
| inputArtifactPath | String |
- |
The full path to the artifact to be compiled. It can be an EAR, War or Jar. If the project packaging is ejb then the .ejb suffix will be replaced with .jar if needed. |
| keepGenerated | boolean |
- |
If set to true the generated source files will be kept. Default value is: true. |
| lineNumbers | boolean |
- |
If set to true then line numbers will be added to classes for
debugging. Default value is: false. |
| outputArtifactPath | String |
- |
The full path to the output artifact. By default it is not used and defaults to be the same as the input. |
| outputDirectory | String |
- |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| pluginArtifacts | List |
- |
These are the plugin artifacts for the weblogic mojo |
| projectPackaging | String |
- |
The project packaging used to check the suffix on the artifact. |
| verbose | boolean |
- |
If this is set to true then verbose output for the process will be
generated. Default value is: false. |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
If set to true the basic client jar will be created without descriptors, ets.
booleanNofalseIf set to true the generation of JSP and EJB s will be forced to happen.
booleanNotrueThe full path to the artifact to be compiled. It can be an EAR, War or Jar. If the project packaging is ejb then the .ejb suffix will be replaced with .jar if needed.
java.lang.StringNo${project.build.directory}/${project.build.finalName}.${project.packaging}If set to true the generated source files will be kept.
booleanNotrueIf set to true then line numbers will be added to classes for debugging.
booleanNofalseThe full path to the output artifact. By default it is not used and defaults to be the same as the input.
java.lang.StringNoThis is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.StringNo${project.build.directory}These are the plugin artifacts for the weblogic mojo
java.util.ListNo${plugin.artifacts}The project packaging used to check the suffix on the artifact.
java.lang.StringNo${project.packaging}verbose :
If this is set to true then verbose output for the process will be generated.
booleanNofalseProperty to set the weblogic home
java.lang.StringNo${weblogic.home}