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
(no description)
- Type:
java.lang.String
- Required:
No
(no description)
- Type:
java.io.File
- Required:
No
(no description)
- Type:
java.io.File
- Required:
No
(no description)
- Type:
java.util.List
- Required:
No
(no description)
- Type:
java.lang.String
- Required:
No
Local Maven repository.
- Type:
org.apache.maven.artifact.repository.ArtifactRepository
- Required:
No
- Expression:
${localRepository}
The project in which the plugin is included.
- Type:
org.apache.maven.project.MavenProject
- Required:
Yes
- Expression:
${project}
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