Re: New Maven video course!

2013-10-02 Thread Russell Gold
Yes, that's the one. On Oct 2, 2013, at 5:55 PM, Jose Manuel Garcia Maciel/Mexico/IBM wrote: > is it this one? > > http://www.packtpub.com/getting-started-with-apache-maven/video > > Manuel Garcia, > regards - Author, Getting Started with Apache Maven

RE: New Maven video course!

2013-10-02 Thread Martin Gainty
Buenas Manuel- Yo soy incapaz de conseguir las fichas (las ventanas pequenas) para trabajar ¿funciona para ti? Martín __ Porfavor...no altere ni interrumpir esta communicacion..Gracias > Subject: Re: New Maven video course! > To: users@maven.apache.

m2e workspace resolution doesn't include test-classes

2013-10-02 Thread Peter Kahn
Hi all, Does anyone have a workaround for m2e no longer adding target/test-classes to launcher when workspace resolution is used? This used to work but doesn't anymore which forces us to add folders and projects to launchers manually. After closing dependent projects in workspace I see the test

Re: New Maven video course!

2013-10-02 Thread Jose Manuel Garcia Maciel/Mexico/IBM
is it this one? http://www.packtpub.com/getting-started-with-apache-maven/video Manuel Garcia, regards

Re: New Maven video course!

2013-10-02 Thread Stevo Slavić
http://www.packtpub.com/getting-started-with-apache-maven/video On Wed, Oct 2, 2013 at 10:53 PM, John Dix wrote: > Link? > > -Original Message- > From: Russell Gold [mailto:r...@gold-family.us] > Sent: Wednesday, October 02, 2013 3:36 AM > To: Maven Users List > Subject: New Maven video

RE: New Maven video course!

2013-10-02 Thread John Dix
Link? -Original Message- From: Russell Gold [mailto:r...@gold-family.us] Sent: Wednesday, October 02, 2013 3:36 AM To: Maven Users List Subject: New Maven video course! I'd like to mention the release of my video course, Getting Started with Apache Maven, now available from PackT publica

RE: Maven versions in compilation

2013-10-02 Thread John Dix
Thank you Baptiste and Gordon! I'll work something up for a comparison in jars and go from there. -Original Message- From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste Mathus Sent: Wednesday, October 02, 2013 4:01 AM To: Maven Users List Subject: Re: Maven versions i

Re: Maven versions in compilation

2013-10-02 Thread Baptiste Mathus
Well, as Maven delegates some important parts like compilation to plugins or even external tools like javac, any risk of being different is quite low. And put differently, as what you ask is actually controlled by the maven-ear-plugin, maven-jar-plugin, etc. and not by maven core (granted you lock

New Maven video course!

2013-10-02 Thread Russell Gold
I'd like to mention the release of my video course, Getting Started with Apache Maven, now available from PackT publications. It's a bit over two hours long and takes the viewer from installation of the tool through development of multi-module projects and websites. Check it out! ---

Re: dependency:tree gets wrong version?

2013-10-02 Thread James Green
Appreciate that and this provides a good way forward. While "debugging" the problem we actually ended up removing a pile of dependencies included which were no longer required shaving about 7mb from the binary so it ended up being fruitful anyway..! On 20 September 2013 18:04, Jörg Schaible wrot

Re: Maven Version 3.0.4 compatibility with Java Version

2013-10-02 Thread Anders Hammar
I was talking about official Maven core. Any tweaked version could be differently. However, the effective-pom would show what is used. I.e. an older version of the plugin or a configuration. /Anders On Wed, Oct 2, 2013 at 12:25 PM, Russell Gold wrote: > You would think so, but a co-worker of m

Re: Maven Version 3.0.4 compatibility with Java Version

2013-10-02 Thread Russell Gold
You would think so, but a co-worker of mine ran into the same issue without putting anything in his POM. He had installed it using apt-get on ubuntu, but when he replaced that with 3.0.4 from the maven website, it worked fine. I never delved into the issue, but I wonder if apt-get is somehow fin