Default java source version

2007-07-10 Thread Severin Ecker
Hi, i was wondering if i can change de default java source and target version for the compiler plugin to let's say 1.5 oder 1.6 globally in the settings.xml (or somewhere else), and only override it in the pom file if i need an older version. thanks! cheers, severin

Re: Default java source version

2007-07-10 Thread Jochen Wiedmann
On 7/10/07, Severin Ecker [EMAIL PROTECTED] wrote: i was wondering if i can change de default java source and target version for the compiler plugin to let's say 1.5 oder 1.6 globally in the settings.xml (or somewhere else), and only override it in the pom file if i need an older version.

RE: Default java source version

2007-07-10 Thread Ferguson, Jason M TSgt 375 CSPTS/SCE
: Tuesday, July 10, 2007 2:12 AM To: Maven Users List Subject: Default java source version Hi, i was wondering if i can change de default java source and target version for the compiler plugin to let's say 1.5 oder 1.6 globally in the settings.xml (or somewhere else), and only override it in the pom

Re: Default java source version

2007-07-10 Thread Severin Ecker
not support generics and annotations). Jason -Original Message- From: Severin Ecker [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 2:12 AM To: Maven Users List Subject: Default java source version Hi, i was wondering if i can change de default java source and target version

Re: Default java source version

2007-07-10 Thread Thierry Lach
Users List Subject: Default java source version Hi, i was wondering if i can change de default java source and target version for the compiler plugin to let's say 1.5 oder 1.6 globally in the settings.xml (or somewhere else), and only override it in the pom file if i need an older version

RE: Default java source version

2007-07-10 Thread Trevor Spackman
messages that -source 1.3 did not support generics and annotations). Jason -Original Message- From: Severin Ecker [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 2:12 AM To: Maven Users List Subject: Default java source version Hi, i was wondering if i can change de default

RE: Default java source version

2007-07-10 Thread Trevor Spackman
Sent to the list... -Original Message- From: Severin Ecker [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 10:59 AM To: Trevor Spackman Subject: Re: Default java source version yes i could do that. thing is, many of my/our projects are unrelated and shouldn't have a common

Re: Default java source version

2007-07-10 Thread Severin Ecker
hi, sry trevor, i mis-replied there ;) Heinrich Nirschl wrote: Severin, it's generally not a good idea to separate this information from the POM. It would make it harder to reproduce a build. Each member of the development team would get different results if not all have the same settings