Hi all,

I solved the issue on my own.
I implemented my own compiler-plugin and activated it via replacing the
default compiler in components.xml of maven-core.jar. It seems to work fine
now.

Regards,
Martin




Martin M wrote:
> 
> Hi all,
> 
> I wanted to compile my project with javamake instead of javac.
> 
> Therefore I changed the compiler plugin as follows:
>       <plugin>
>               <groupId>org.apache.maven.plugins</groupId>
>               <artifactId>maven-compiler-plugin</artifacdId>
>               <configuration>
>                       <executable>javamake</executable>
>               </configuration>
>       </plugin>
> 
> 
> Now maven still tries to pass parameters like -target to the
> compiler-call, 
> but -target isn't supported and causes javamake to interrupt with an
> error.
> 
> 
> How is this configured correctly? Do I have to use another plugin there?
> 
> 
> Thanks in advance!
> 
> Regards,
> Martin
> 
> 
> --
> Martin Moser
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Compiling-with-javamake-tf2945127s177.html#a8275324
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