Full name:
org.jdtaus.mojo:jdtaus-container-mojo:3.13:java-container-tests
Description:
Attributes:
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. |
constructorsEndingMarker | String | - | The string marking the ending line up to where constructor code
should be inserted. Default value is: //------------------------------------------------------------Constructors--. |
constructorsStartingMarker | String | - | The string marking the starting line where to start inserting
constructor code. Default value is: //--Constructors------------------------------------------------------------. |
dependenciesEndingMarker | String | - | The string marking the ending line up to where dependency code
should be inserted. Default value is: //------------------------------------------------------------Dependencies--. |
dependenciesStartingMarker | String | - | The string marking the starting line where to start inserting
dependency code. Default value is: //--Dependencies------------------------------------------------------------. |
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}. |
implementationsEndingMarker | String | - | The string marking the ending line up to where implementation code
should be inserted. Default value is: //----------------------------------------------------------Implementation--. |
implementationsStartingMarker | String | - | The string marking the starting line where to start inserting
implementation code. Default value is: //--Implementation----------------------------------------------------------. |
locale | String | - | Language to be used for javadoc comments. By default the system's
default locale will be used. |
messagesEndingMarker | String | - | The string marking the ending line up to where implementation
message code should be inserted. Default value is: //----------------------------------------------------------------Messages--. |
messagesStartingMarker | String | - | The string marking the starting line where to start inserting
implementation message code. Default value is: //--Messages----------------------------------------------------------------. |
moduleName | String | - | The name of the module to process. Default value is: ${project.name}. |
outputDirectory | File | - | Output directory. |
propertiesEndingMarker | String | - | The string marking the ending line up to where implementation
property code should be inserted. Default value is: //--------------------------------------------------------------Properties--. |
propertiesStartingMarker | String | - | The string marking the starting line where to start inserting
implementation property code. Default value is: //--Properties--------------------------------------------------------------. |
sourceRoot | File | - | Source root to create new source files in. Default value is: ${basedir}/src/main/java. |
spacesPerIndentationLevel | Integer | - | Number of spaces to use per indentation level. Default value is: 4. |
specificationsEndingMarker | String | - | The string marking the ending line up to where specification code
should be inserted. Default value is: //-----------------------------------------------------------Specification--. |
specificationsStartingMarker | String | - | The string marking the starting line where to start inserting
specification code. Default value is: //--Specification-----------------------------------------------------------. |
targetIde | String | - | Specifies the target editor used for editing sourcefiles. Used for
e.g. generating folding markers specific to IDE editors. Currently
available options are none and netbeans. Default value is: netbeans. |
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. |
testModuleName | String | - | The name of the test module to process. Default value is: ${project.name} Tests. |
classPathElementsExcludeRegexp:
implementationsStartingMarker:
testClassPathElementsExcludeRegexp: