Full name:
org.jdtaus.mojo:jdtaus-container-mojo:3.13:spring-descriptor
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
factoryBean | String | - | Class name of the FactoryBean implementation to
generate. |
Name | Type | Since | Description |
---|---|---|---|
classPathElementsExcludeRegexp | String | - | A regular expression used for excluding elements from the runtime
classpath elements. By default no elements will be excluded. |
encoding | String | - | The encoding to use for reading and writing sources. By default the
system's default encoding will be used. Default value is: ${project.build.sourceEncoding}. |
locale | String | - | Language to be used for javadoc comments. By default the system's
default locale will be used. |
sourceRoot | File | - | Source root to create the factory bean class in. Default value is: ${project.build.directory}/generated-sources/container. |
spacesPerIndentationLevel | Integer | - | Number of spaces to use per indentation level. Default value is: 4. |
springDescriptor | File | - | Name of the spring beans descriptor to generate. Default value is: ${project.build.directory}/classes/META-INF/jdtaus/spring-beans.xml. |
testClassPathElementsExcludeRegexp | String | - | A regular expression used for excluding elements from the test
classpath elements. By default no elements will be excluded. |
testMode | Boolean | - | Flag indicating test mode. In test mode generated sources will be
printed to the console and no files will be written. Default value is: false. |
classPathElementsExcludeRegexp:
testClassPathElementsExcludeRegexp: