Re: J2me maven plugin

2006-06-27 Thread Frank Seidinger
ehaus.org/j2me-maven-plugin If you have any questions regarding the plugin, please feel free email or post me, Kind regards, Frank Seidinger -- View this message in context: http://www.nabble.com/J2me-maven-plugin-tf1639264.html#a5062813 Sent from the Maven - Users

Re: Howto configure boot classpath for several plugins?

2006-03-21 Thread Frank Seidinger
Frank Seidinger wrote: > > I want to build J2ME applications with maven. To do this, you have to use > another boot classpath for the compiler. This ensures, that you only can > use classes known to the J2ME platform. I guess this can be done via > configuration of the compile

Re: Variables in pom?

2006-03-20 Thread Frank Seidinger
andreas.ebbert-karroum wrote: > > where are the variables documented, that I can use inside the POM? I guess > there's something available like ${artifactId} and alike, but I couldn't > find a place, where they're all listed and described. > Hi Andreas, i found out, that most of the variables

Howto configure boot classpath for several plugins?

2006-03-20 Thread Frank Seidinger
Hi there, I want to build J2ME applications with maven. To do this, you have to use another boot classpath for the compiler. This ensures, that you only can use classes known to the J2ME platform. I guess this can be done via configuration of the compiler plugin. Later on you have to preverify t