Re: Error while compiling : annotations are not supported in -source 1.3

2011-01-16 Thread Ron Wheeler
What does your Java home point to? Do you have Java 1.3 installed somewhere? Are you running Maven in an IDE? If you type mvn -version what prints out. Ron On 16/01/2011 1:11 AM, ankured182 wrote: Hi . I'm getting this Error annotations are not supported in -source 1.3 while trying to compile

dependency management multi-module

2011-01-16 Thread CassUser CassUser
Hey all, I have a parent module with dependencies listed under the dependencymanagement section. I now have two modules under this parent, which are both pom packaging maven projects. both the sub parent projects have common dependencies along with some specific. If i put a

Re: dependency management multi-module

2011-01-16 Thread CassUser CassUser
Nevermind, what i described does in fact work :) The error was I receiving was unrelated to having dependencymanagement in the two pom projects. On Sun, Jan 16, 2011 at 11:08 AM, CassUser CassUser cassu...@gmail.comwrote: Hey all, I have a parent module with dependencies listed under the

Re: Missing goal eclipse:m2eclipse in version 2.8 of the Maven Eclipse plugin

2011-01-16 Thread John Patrick
On 18 December 2010 05:08, Barrie Treloar baerr...@gmail.com wrote: On Thu, Dec 16, 2010 at 9:39 PM, Stefan Eder stefan.e...@ebuconnect.de wrote:  Hi, since quite a while I am using Maven and Eclipse together with the Eclipse plugin for Maven and the Maven plugin for Eclipse. And it is just

Re: maven-ear-plugin 2.5-SNAPSHOT has been unstable lately

2011-01-16 Thread Stephane Nicoll
Without a closer look to your setup, it's hard to tell. There's nothing special in this plugin that should lead to this particular error. Releasing 2.5 is on my todo list for quite some time now, I was mostly waiting from user's feedback. What are you using in 2.5 specifically? S. On Wed, Jan

Re: Missing goal eclipse:m2eclipse in version 2.8 of the Maven Eclipse plugin

2011-01-16 Thread Barrie Treloar
On Mon, Jan 17, 2011 at 6:22 AM, John Patrick nhoj.patr...@gmail.com wrote: On 18 December 2010 05:08, Barrie Treloar baerr...@gmail.com wrote: On Thu, Dec 16, 2010 at 9:39 PM, Stefan Eder stefan.e...@ebuconnect.de wrote:  Hi, since quite a while I am using Maven and Eclipse together with

Re: use of plugin and pluginmanagement

2011-01-16 Thread Dean Schulze
Wayne, Thanks for your concise statement. I'm new to maven and have been trying to figure out how to use maven by reading the documentation.  What a quagmire. Maven documentation authors - please study Wayne's concise statement below.  That is what we need in the Maven documentation.  Not the

Re: use of plugin and pluginmanagement

2011-01-16 Thread Wayne Fay
Maven documentation authors - please study Wayne's concise statement below. That is what we need in the Maven documentation. Not the long-winded, stream-of-consciousness that the existing maven docs currently are. Thanks Dean. I was just recently invited to join Maven dev team and I do

Re: Error while compiling : annotations are not supported in -source 1.3

2011-01-16 Thread ankured182
Ron Thanks for the reply. I'm not running it in any IDE . straight from the command shell. No other Java versions running I guess, other than 1.6.0_22. and its Maven 2.2.1. http://maven.40175.n5.nabble.com/file/n3343936/maven2.jpg -- View this message in context:

Re: Error while compiling : annotations are not supported in -source 1.3

2011-01-16 Thread Wayne Fay
I'm not running it in any IDE . straight from the command shell. No other Java versions running I guess, other than 1.6.0_22. and its Maven 2.2.1. Check what mvn help:effective-pom says when you run that from your project directory. Perhaps there is another compiler configuration that is being