weblogic:jwsc

Full name:

org.codehaus.mojo:weblogic-maven-plugin:2.9.1:jwsc

Description:

Runs the JWSC compiler task for web service enabled code.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • Since version: weblogic-maven-plugin-2.9.1-SNAPSHOT.

Required Parameters

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}.

Optional Parameters

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}.

Parameter Details

contextPath :

The deployed context of the web service.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: Yes

debug :

The flag to set when debugging the process

  • Type: boolean
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: false

descriptor :

The web.xml descriptor to use if a new one should not be generated. The path should be fully qualified.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No

explode :

The flag to set when wanting exploded output. Defaults to true.

  • Type: boolean
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: true

inputDir :

The directory to find the jwsc enabled files.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: ${basedir}/src/main/java

optimize :

The flag to set when requiring optimization. Defaults to true.

  • Type: boolean
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: true

outputDir :

The directory to output the generated code to.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: ${project.build.directory}

outputDirectory :

This is the output directory for the artifacts. It defaults to $project.build.directory.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Expression: ${project.build.directory}

outputName :

The name of the war to use when evaluating the ear file.

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: Yes
  • Default: ${project.artifactId}-${project.version}

pluginArtifacts :

These are the plugin artifacts for the weblogic mojo

  • Type: java.util.List
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Expression: ${plugin.artifacts}

verbose :

The flag to set when desiring verbose output

  • Type: boolean
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: false

weblogicHome :

Property to set the weblogic home

  • Type: java.lang.String
  • Since: weblogic-maven-plugin-2.9.1-SNAPSHOT
  • Required: No
  • Default: ${weblogic.home}