Full name:
org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:test-fix
Description:
Test Java
code
for the project. See
Where Tags Can Be Used.Attributes:
test
.2.6
.test-compile
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
comparisonVersion | String |
2.6 |
Version to compare the current code against using the Clirr Maven
Plugin. See defaultSince. Default value is: (,${project.version}) . |
defaultAuthor | String |
2.6 |
Default value for the Javadoc tag @author . If not specified, the user.name defined in the System
properties will be used. |
defaultSince | String |
2.6 |
Default value for the Javadoc tag @since . Default value is: ${project.version} . |
defaultVersion | String |
2.6 |
Default value for the Javadoc tag @version . By default, it is $Id: test-fix-mojo.html 829394 2012-08-19 17:31:42Z hboutemy $ , corresponding to a
SVN keyword. Refer to your SCM to use an other SCM keyword. |
encoding | String |
2.6 |
The file encoding to use when reading the source files. If the
property project.build.sourceEncoding is not set, the
platform default encoding is used.Default value is: ${project.build.sourceEncoding} . |
excludes | String |
2.6 |
Comma separated excludes Java files, i.e.
**/*Test.java . |
fixClassComment | boolean |
2.6 |
Flag to fix the classes or interfaces Javadoc comments according
the level .Default value is: true . |
fixFieldComment | boolean |
2.6 |
Flag to fix the fields Javadoc comments according the
level .Default value is: true . |
fixMethodComment | boolean |
2.6 |
Flag to fix the methods Javadoc comments according the
level .Default value is: true . |
fixTags | String |
2.6 |
Comma separated tags to fix in classes, interfaces or methods
Javadoc comments. Possible values are:
Default value is: all . |
force | boolean |
2.6 |
Forcing the goal execution i.e. skip warranty messages (not
recommended). |
ignoreClirr | boolean |
2.6 |
Flag to ignore or not Clirr. Default value is: false . |
includes | String |
2.6 |
Comma separated includes Java files, i.e.
**/*Test.java .Default value is: **/*.java . |
level | String |
2.6 |
Specifies the access level for classes and members to show in the
Javadocs. Possible values are:
Default value is: protected . |
localRepository | ArtifactRepository |
2.6 |
The local repository where the artifacts are located, used by the
tests. |
outputDirectory | File |
2.6 |
Output directory where Java classes will be rewrited. Default value is: ${project.build.sourceDirectory} . |
java.lang.String
2.6
No
${comparisonVersion}
(,${project.version})
@author
. user.name
defined in the System
properties will be used.java.lang.String
2.6
No
${defaultAuthor}
@since
. java.lang.String
2.6
No
${defaultSince}
${project.version}
@version
. $Id: test-fix-mojo.html 829394 2012-08-19 17:31:42Z hboutemy $
, corresponding to a
SVN keyword. Refer to your SCM to use an other SCM keyword.java.lang.String
2.6
No
${defaultVersion}
project.build.sourceEncoding
is not set, the
platform default encoding is used.java.lang.String
2.6
No
${encoding}
${project.build.sourceEncoding}
**/*Test.java
.java.lang.String
2.6
No
${excludes}
level
.boolean
2.6
No
${fixClassComment}
true
level
.boolean
2.6
No
${fixFieldComment}
true
level
.boolean
2.6
No
${fixMethodComment}
true
java.lang.String
2.6
No
${fixTags}
all
boolean
2.6
No
${force}
boolean
2.6
No
${ignoreClirr}
false
**/*Test.java
.java.lang.String
2.6
No
${includes}
**/*.java
java.lang.String
2.6
No
${level}
protected
org.apache.maven.artifact.repository.ArtifactRepository
2.6
No
${localRepository}
java.io.File
2.6
No
${outputDirectory}
${project.build.sourceDirectory}