Re: maven upgrading

2013-07-05 Thread Dave Newton
Did you do an "mvn clean"? Dave On Jul 5, 2013 4:48 AM, "Greg Huber" wrote: > Hello, > > I have recently moved over to maven, so this may be a bit of a dumb > question, when I change my version to 2.3.15 it wants to add to the build > all previous jar versions? > > /target/events/WEB-INF/lib/s

Re: maven upgrading

2013-07-05 Thread Alvin Chew
Not sure if i understand correctly, hope below help ! Declare an exact version (will always resolve to 1.0.1): [1.0.1] Declare an explicit version (will always resolve to 1.0.1 unless a collision occurs, when Maven will select a matching version): 1.0.1 Declare a version range for all 1.x (wil

maven upgrading

2013-07-05 Thread Greg Huber
Hello, I have recently moved over to maven, so this may be a bit of a dumb question, when I change my version to 2.3.15 it wants to add to the build all previous jar versions? /target/events/WEB-INF/lib/struts2-core-2.3.14.2.jar /target/events/WEB-INF/lib/struts2-core-2.3.14.jar /target/events/W