Full name:
com.pyx4me:j2me-maven-plugin:2.0.4:preverify
Description:
Preverification takes place in the phase process-classes, that means after Successful compilation. The MoJo takes the classes to preverify from ${project.build.outputDirectory} and places the preverified classes into the same directory. Therefore no change to the packaging phase is necessary.
Antenna library is used for this task.Attributes:
test.process-classes.| Name | Type | Since | Description |
|---|---|---|---|
| injar | File |
- |
Specifies the input jar name of the application to be processed. |
| j2meConfiguration | String |
- |
The midlets configuration Default value is: CLDC-1.1. |
| j2meProfile | String |
- |
The midlets profile Default value is: MIDP-2.0. |
| 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}. |
| outputDirectory | File |
- |
Directory containing the generated JAR. |
| Name | Type | Since | Description |
|---|---|---|---|
| dependencies | List |
- |
Apply ProGuard classpathentry Filters to dependencies. When project
compile dependency is used by ProGuard instead of WTK libs. See
useWtkLibs |
| libs | List |
- |
Additional -libraryjars e.g. ${java.home}/lib/rt.jar Project
compile dependency used by ProGuard instead of WTK libs. See
useWtkLibs |
| 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} |
java.util.ListNojava.io.FileYes${project.build.finalName}.jarjava.lang.StringYes${j2me.midlet.configuration}CLDC-1.1java.lang.StringYes${j2me.midlet.profile}MIDP-2.0java.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}java.io.FileYes${project.build.directory}booleanNotruejava.lang.StringNo