Full name:
net.sf.jour:jour-maven-plugin:2.0.4-SNAPSHOT:generate
Description:
Attributes:
test.compile.| Name | Type | Since | Description |
|---|---|---|---|
| output | File |
- |
The directory containing project classes. |
| signature | File |
- |
The API descriptor XML. |
| Name | Type | Since | Description |
|---|---|---|---|
| classVersion | String |
- |
Java platform version for created classes. e.g. 1.1, 1.3, 1.4, 1.5
or 1.6 |
| level | String |
- |
Export API level public|[protected]|package|private |
| packages | String |
- |
Export Only selected packages |
| scope | String |
- |
Dependency artifacts scope: "compile", test", "runtime" or
"system"; |
| stubException | String |
- |
API stub empty method/constructor body code may just throw
Exception class name can be selected. |
| stubExceptionMessage | String |
- |
Exception class constructor String argument |
| useSystemClassPath | boolean |
- |
Appends the system search path to the end of the search path. The
system search path usually includes the platform library, extension
libraries, and the search path specified by the
-classpath option or the CLASSPATH
environment variable. |
java.lang.StringNojava.lang.StringNoprotectedjava.io.FileYes${project.build.outputDirectory}java.lang.StringNojava.lang.StringNocompilejava.io.FileYesjava.lang.StringNojava.lang.StringNo-classpath option or the CLASSPATH
environment variable.booleanNofalse