try ${pom.getDependencyPath('ajof:ajof')}

Probably won't work in a properties file (not sure though) - in which
case it needs to be in maven.xml


On Tue, 6 Jul 2004 13:07:43 +0200, Joachim Bader <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> for developing J2ME application it's necessary to overwrite the bootclasspath
> of the compiler.
> 
> I do this with a property in my project.properties file:
> maven.compile.compilerargs=-bootclasspath ${basedir}/lib/classes.zip:
> ${basedir}/lib/ajof.zip
> 
> disadvantage: I have to keep the bootclasspath files in my project tree.
> 
> It would be nice if I can get the bootclasspath files as dependencies from my
> maven repository.
> 
> regards,
> Joachim
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to