What's the best, most painless way to set the bootclasspath for the
maven-compiler-plugin? I'm trying to break out some shared code between my
J2ME midlet module and my servlet module into a shared module that builds a
jar. I'd like the compiler to use the midp20 and cldc11 jars on the boot
classpath. I just tried checking these jars into artifactory (our local
repo) setting a dependency on them and then using the following expression
for the compilerArguments tag: "-Dbootclasspath=${project.dependencies}"

The expression returns a list of dependencies and doesn't format correctly.
Am I missing something?
-- 
View this message in context: 
http://www.nabble.com/Setting-the-javac-bootclasspath-using-dependencies-tp15067527s177p15067527.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to