xbean:mapping

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: compile
  • Automatically executes within the lifecycle phase: generate-sources

Required Parameters

Name Type Description
namespace String No description.
outputDir File No description.
project MavenProject No description.
srcDir File No description.

Optional Parameters

Name Type 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.
projectHelper MavenProjectHelper Maven ProjectHelper
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}

projectHelper

Maven ProjectHelper

  • Type: org.apache.maven.project.MavenProjectHelper
  • Required: No

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