Oops, I thought Mojo development was one of the subjects of the dev list
- after all the mailing list page did not tell me otherwise. I'll of
course turn to the users list with my questions.

Jason van Zyl schrieb:
> Stop using the dev list for user questions.
>
> On 30 Nov 06, at 6:07 AM 30 Nov 06, Dietrich Schulten wrote:
>
>> 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]
>>
>>
>
>
> ---------------------------------------------------------------------
> 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