Hi, is it possible to set a project property from within a mojo during the init phase, which can be referenced in the POM in a later phase? I need to set a different j2me bootclasspath for the compiler plugin and might be able to do this via a property, which could be passed to the compiler in the configuration section like so:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArguments> <bootclasspath>${j2me.bootclasspath}</bootclasspath> </compilerArguments> </configuration> </plugin> Regards Dietrich --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]