Re: using build profiles for WAR plugin [maven-eclipse-plugin]

2012-03-04 Thread Ivalo
My day job company is assosiate member of Eclipse so of course Eclipse is tool to use. Markku On 2.3.2012 18:14, Wayne Fay wrote: You don't understand how Eclipse IDE works. Eclipse does not have different classpaths for testing and actual runtime. So Eclipse basic design is faulty. There is b

Re: using build profiles for WAR plugin [maven-eclipse-plugin]

2012-03-04 Thread Ivalo
My day job company is associate member of Eclipse so of course Eclipse is tool to use. Markku On 2.3.2012 18:14, Wayne Fay wrote: You don't understand how Eclipse IDE works. Eclipse does not have different classpaths for testing and actual runtime. So Eclipse basic design is faulty. There is b

Re: [Maven's memory] How to avoid adding the MAVEN_OPTS variable?

2009-10-08 Thread Ivalo
know, if you use a Maven plugin to set MAVEN_OPTS, it would only take effect if Maven spawns a child process. It will never effect the main Maven execution. Paul On Wed, Oct 7, 2009 at 11:24 AM, Ivalo wrote: Even better is use files to put these MAVEN_OPTS definitions in Linux env : /etc

Re: [Maven's memory] How to avoid adding the MAVEN_OPTS variable?

2009-10-07 Thread Ivalo
Even better is use files to put these MAVEN_OPTS definitions in Linux env : /etc/mavenrc or $HOME/.mavenrc file in Windows %HOMEDRIVE%%HOMEPATH%\mavenrc_pre.bat file which is usually C:\Documents and Settings\\mavenrc_pre.bat With this way each Maven user can configure exact values what they w