> -----Original Message----- > From: Christopher L Merrill [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 11:46 AM > To: Maven Users List > Subject: Re: javac: target release 1.1 conflicts with default > source release 1.5 > > Feilpe Vieira Silva wrote: > > how can I fix that problem? > > I edited the maven-java-plugin-1.4.jar file... > > Open the the plugin.properties file and change the value of > the maven.compile.target property to 1.5. > > Maybe this isn't the 'best' way to fix it, but it worked for me.
It's definitely not the best way to fix it. You can override default values for plugin properties by adding the property to your project's project.properties file. > > -- > -------------------------------------------------------------- > ----------- > Chris Merrill | http://www.webperformanceinc.com > Web Performance Inc. | > http://www.webperformancemonitoring.net > > Website Load Testing, Stress Testing, and Performance > Monitoring Software > -------------------------------------------------------------- > ----------- > > > --------------------------------------------------------------------- > 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]
