Re: Welcome Wayne Fay to the Maven PMC

2011-01-15 Thread Olivier Lamy
Welcome aboard ! -- Olivier Le 15 janv. 2011 02:08, Brian Fox bri...@infinity.nu a écrit : I'm sure you all know Wayne since he's been around forever answering user list questions. We recently voted him in both as a committer and a PMC member, so please join me in congratulating him. We're

Re: Welcome Wayne Fay to the Maven PMC

2011-01-15 Thread Mark Struberg
Congratulations Wayne! Keep up the good work ;) LieGrue, strub --- On Sat, 1/15/11, Olivier Lamy ol...@apache.org wrote: From: Olivier Lamy ol...@apache.org Subject: Re: Welcome Wayne Fay to the Maven PMC To: Maven Users List users@maven.apache.org Date: Saturday, January 15, 2011, 11:38

Re: Welcome Wayne Fay to the Maven PMC

2011-01-15 Thread Paul Benedict
Congrats Wayne! On Sat, Jan 15, 2011 at 7:14 AM, Mark Struberg strub...@yahoo.de wrote: Congratulations Wayne! Keep up the good work ;) LieGrue, strub --- On Sat, 1/15/11, Olivier Lamy ol...@apache.org wrote: From: Olivier Lamy ol...@apache.org Subject: Re: Welcome Wayne Fay to the

Re: Welcome Wayne Fay to the Maven PMC

2011-01-15 Thread Wayne Fay
Thanks to all. Looking forward to participating in the PMC and yes, helping out with documentation etc. ;-) Wayne On Sat, Jan 15, 2011 at 11:53 AM, Paul Benedict pbened...@apache.org wrote: Congrats Wayne! On Sat, Jan 15, 2011 at 7:14 AM, Mark Struberg strub...@yahoo.de wrote:

Resolving test interdependency with maven.

2011-01-15 Thread Mahadev Konar
Hi all, I am beginner at using maven. I am using Maven version: 2.0.9 Java version: 1.6.0_13 OS name: mac os x version: 10.5.7 arch: x86_64 Family: mac I have a very basic question, it would be great if someone can help me out with this. Thanks in advance. I have the following scenario:

Re: Resolving test interdependency with maven.

2011-01-15 Thread Stephen Connolly
you need to invoke at least as far as the package phase to get what you are trying to do to work. - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 15 Jan 2011 21:18, Mahadev

Re: Resolving test interdependency with maven.

2011-01-15 Thread Mahadev Konar
Hi Stephen, Thanks for your email. I tried mvn clean package but that fails as well with the same error. Is there something I am doing wrong? Is the maven version on that I am running on mac doesn't support this? Also, is there anyway I can have dependency from module B to module A tests

Re: Welcome Wayne Fay to the Maven PMC

2011-01-15 Thread Arnaud Héritier
Welcome Wayne! Arnaud On Sat, Jan 15, 2011 at 9:15 PM, Wayne Fay wayne...@gmail.com wrote: Thanks to all. Looking forward to participating in the PMC and yes, helping out with documentation etc. ;-) Wayne On Sat, Jan 15, 2011 at 11:53 AM, Paul Benedict pbened...@apache.org wrote:

Re: Resolving test interdependency with maven.

2011-01-15 Thread Justin Lee
This is what I do in grizzly and it works fine: dependency groupIdorg.glassfish.grizzly/groupId artifactIdgrizzly-utils/artifactId version${project.version}/version classifiertests/classifier scopetest/scope /dependency

Re: Resolving test interdependency with maven.

2011-01-15 Thread Mahadev Konar
Thanks Justin, I had tried that as well before mailing on the list. Now, I am pretty confused why this isnt working for me. Thanks mahadev On 1/15/11 1:49 PM, Justin Lee evancho...@gmail.com wrote: This is what I do in grizzly and it works fine: dependency

[ANN] Maven Doap Plugin 1.1 Released

2011-01-15 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Doap Plugin, version 1.1 The DOAP Plugin is used to generate compliant Description of a Project (DOAP) file from a POM. The main goal is to be able to provide DOAP files for Semantic Web systems that use them as primary input but that

Re: MacPorts Maven

2011-01-15 Thread John Patrick
On 13 January 2011 19:42, Anders Hammar and...@hammar.net wrote: No, ignore Maven 1. /Anders On Thu, Jan 13, 2011 at 17:24, John Patrick nhoj.patr...@gmail.com wrote: Does anyone install maven via macports??? If so you might be interested in some tickets I've just submitted: #27944 -

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

2011-01-15 Thread ankured182
Hi . I'm getting this Error annotations are not supported in -source 1.3 while trying to compile a Java EE project which has a simple entity that uses JPA , from the root file je(which has the pom.xml) . I'm using MAven 2.2.1 . Its obvious that Maven not detecting the JAVA 6. In many forums

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

2011-01-15 Thread Anders Hammar
Possibly you need to move the compiler plugin configuration to pluginManagement. Just take what you have (do remove the inherited element though), but put it in pluginManagement. /Anders On Sun, Jan 16, 2011 at 07:11, ankured182 ankured...@yahoo.com wrote: Hi . I'm getting this Error