> Any Maven integration within some IDEs ? With JBuilder. It is not an integration but you can place yours maven's goal in the tools menu with the tool configuration. Create an new tool for each goal (exemple for java:compile): Program : C:\projet-maven\socle\maven-call.bat Param : java:compile ($ProjectDir)
The maven-call.bat script is use because JB8 is lost in directory. Here is its content : cd %2 maven %1 It is not a very clean method but it work Nicolas, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
