xbean:mapping

Full name:

org.apache.xbean:maven-xbean-plugin:3.5:mapping

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • Binds by default to the lifecycle phase: generate-sources.

Required Parameters

Name Type Since Description
namespace String - (no description)
outputDir File - (no description)
project MavenProject - (no description)
srcDir File - (no description)

Optional Parameters

Name Type Since Description
excludedClasses String - (no description)
generateSpringHandlersFile boolean - (no description)
generateSpringSchemasFile boolean - (no description)
generatorPlugins List - A list of additional GeneratorPlugins that should get used executed when generating output.
propertyEditorPaths String - (no description)
schema File - (no description)
schemaAsArtifact boolean - (no description)

Parameter Details

excludedClasses :

(no description)

  • Type: java.lang.String
  • Required: No

generateSpringHandlersFile :

(no description)

  • Type: boolean
  • Required: No

generateSpringSchemasFile :

(no description)

  • Type: boolean
  • Required: No

generatorPlugins :

A list of additional GeneratorPlugins that should get used executed when generating output.

  • Type: java.util.List
  • Required: No

namespace :

(no description)

  • Type: java.lang.String
  • Required: Yes

outputDir :

(no description)

  • Type: java.io.File
  • Required: Yes
  • Expression: ${basedir}/target/xbean/

project :

(no description)

  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}

propertyEditorPaths :

(no description)

  • Type: java.lang.String
  • Required: No
  • Expression: org.apache.xbean.spring.context.impl

schema :

(no description)

  • Type: java.io.File
  • Required: No

schemaAsArtifact :

(no description)

  • Type: boolean
  • Required: No

srcDir :

(no description)

  • Type: java.io.File
  • Required: Yes
  • Expression: ${basedir}/src/main/java