Rolf, If you are using Maven 2, set the "executable" parameter for the compile:compile goal:
http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html For a description of how to set compiler parameters, see http://maven.apache.org/plugins/maven-compiler-plugin/howto.html For Maven 1, set the "maven.compile.executable" property in one of the various properties files: http://maven.apache.org/maven-1.x/reference/plugins/java/properties.html Hope this helps, Jay > -----Original Message----- > From: Rolf Strijdhorst [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 08, 2006 11:25 AM > To: Maven Users List > Subject: eclipse compiler > > hi I am wondering is het possible to assign a different > compiler. I want to use the eclipse compiler for my builds. > thanx > Rolf > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
