Full name:
com.pyx4me:j2me-maven-plugin:2.0.4:preprocess
Description:
Attributes:
test.| Name | Type | Since | Description |
|---|---|---|---|
| classifier | String |
- |
Classifier to add to the artifact generated. The artifact will be
an attachment to project jar. Can be "none", See appendClassifier |
| j2meConfiguration | String |
- |
The midlets configuration Default value is: CLDC-1.1. |
| j2meProfile | String |
- |
The midlets profile Default value is: MIDP-2.0. |
| jadfile | String |
- |
The name of the JAD file to create or update. classifier would be
appended. |
| jarfile | String |
- |
The name of the JAR file that accompanies the JAD file. classifier
would be appended. |
| mavenProject | MavenProject |
- |
The Maven project reference where the plugin is currently being
executed. The default value is populated from maven. |
| midletName | String |
- |
The midlets name Default value is: ${project.name}. |
| midletVendor | String |
- |
The midlets vendor Default value is: ${project.organization.name}. |
| midletVersion | String |
- |
The midlets version, -SNAPSHOT would be removed. Default value is: ${project.version}. |
| output | String |
- |
Output directory name relative to outputDirectory parameter. |
| outputDirectory | File |
- |
Directory containing the generated JAR. |
| testClassifier | String |
- |
Classifier to add to the test artifact generated. The artifact will
be an attachment to project jar. See appendClassifier |
| Name | Type | Since | Description |
|---|---|---|---|
| appendClassifier | boolean |
- |
Set to false to exclude the classifier from the Artifact final
name. Default value is true. Default value is: true. |
| dependencies | List |
- |
Apply ProGuard classpathentry Filters to dependencies. When project
compile dependency is used by ProGuard instead of WTK libs. See
useWtkLibs |
| jadAttributes | Map |
- |
The task also allows to specify an arbitrary number of attributes. |
| jourConfig | String |
- |
Reads configuration options from the given file. File or resource
name. Default value is: ${basedir}/jour.xml. |
| libs | List |
- |
Additional -libraryjars e.g. ${java.home}/lib/rt.jar Project
compile dependency used by ProGuard instead of WTK libs. See
useWtkLibs |
| midlets | MIDlet[] |
- |
Arbitrary number of MIDlets using a nested element "MIDlet". |
| proguardVersion | String |
- |
Select specific ProGuard version from plugin dependencies |
| test | boolean |
- |
Specifies whether or not create test JAR and JAD artifacts Default value is: false. |
| useWtkLibs | boolean |
- |
Use WTK libraries or project dependency provided artifacts. See
libs Default value is: true. |
| wtkHome | String |
- |
The path to the j2me sdk to use for preverifying. e.g.
${env.WTK_HOME} |
booleanNotruejava.lang.StringYesmejava.util.ListNojava.lang.StringYes${j2me.midlet.configuration}CLDC-1.1java.lang.StringYes${j2me.midlet.profile}MIDP-2.0java.util.MapNojava.lang.StringYes${project.build.finalName}java.lang.StringYes${project.build.finalName}java.lang.StringNo${basedir}/jour.xmljava.util.ListNoorg.apache.maven.project.MavenProjectYes${project}java.lang.StringYes${j2me.midlet.name}${project.name}java.lang.StringYes${j2me.midlet.vendor}${project.organization.name}java.lang.StringYes${j2me.midlet.version}${project.version}com.pyx4me.maven.j2me.MIDlet[]Nojava.lang.StringYesiclassesjava.io.FileYes${project.build.directory}java.lang.StringNobooleanNofalsejava.lang.StringYestestbooleanNotruejava.lang.StringNo