RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
maven-compiler-plugin plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target /configuration /plugin --- Todd Thiessen -Original Message- From: Daniele Dellafiore

Re: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Daniele Dellafiore
That is easy, I am talking about all the others: org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.autoboxing=warning org.eclipse.jdt.core.compiler.problem.deprecation=warning

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
-Original Message- From: Daniele Dellafiore [mailto:ilde...@gmail.com] Sent: Wednesday, March 04, 2009 9:19 AM To: Maven Users List Subject: Re: [maven-eclipse-plugin] Define compiler options in POM That is easy, I am talking about all the others

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
:19 AM To: Maven Users List Subject: Re: [maven-eclipse-plugin] Define compiler options in POM That is easy, I am talking about all the others: org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.autoboxing=warning

Re: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Daniele Dellafiore
... --- Todd Thiessen -Original Message- From: Daniele Dellafiore [mailto:ilde...@gmail.com] Sent: Wednesday, March 04, 2009 9:19 AM To: Maven Users List Subject: Re: [maven-eclipse-plugin] Define compiler options in POM That is easy, I am talking about all the others

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Cummings,Steven
://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html -Original Message- From: Daniele Dellafiore [mailto:ilde...@gmail.com] Sent: Wednesday, March 04, 2009 8:31 AM To: Maven Users List Subject: Re: [maven-eclipse-plugin] Define compiler options in POM On Wed, Mar 4, 2009 at 3:24

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Nord, James
: 04 March 2009 14:19 To: Maven Users List Subject: Re: [maven-eclipse-plugin] Define compiler options in POM That is easy, I am talking about all the others: org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.autoboxing=warning

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
He wants to have different settings per project though. --- Todd Thiessen -Original Message- From: Nord, James [mailto:jn...@nds.com] Sent: Wednesday, March 04, 2009 11:35 AM To: Maven Users List Subject: RE: [maven-eclipse-plugin] Define compiler options in POM Can you