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 ver

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

Re: Maven versions in compilation

2013-10-01 Thread Gordon Cody
The first project I was switching to mvn3 I was also skeptical about the ear produced being the same. You must ensure both mvn2 and mvn3 use the same version of java (check using mvn -version) Separately explode the ear created by each version of mvn (lets call them A and B) and and all war files