spring-me:generate

Full name:

me.springframework:spring-me-maven-plugin:1.1-SNAPSHOT:generate

Description:

A Mojo for generating Java based BeanFactories.

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
project MavenProject - The project in which the plugin is included.
targetDirectory File - The directory in which the bean factory source file will be generated.

Optional Parameters

Name Type Since Description
className String - (no description)
contextFile File - (no description)
dotFile File - (no description)
factories List - (no description)
factoryType String - (no description)
localRepository ArtifactRepository - Local Maven repository.

Parameter Details

className:

(no description)

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

contextFile:

(no description)

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

dotFile:

(no description)

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

factories:

(no description)

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

factoryType:

(no description)

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

localRepository:

Local Maven repository.

  • Type: org.apache.maven.artifact.repository.ArtifactRepository
  • Required: No
  • Expression: ${localRepository}

project:

The project in which the plugin is included.

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

targetDirectory:

The directory in which the bean factory source file will be generated.

  • Type: java.io.File
  • Required: Yes
  • Expression: ${basedir}/target/generated-sources/spring-me