Greetings
I am brand new to maven and I have just noticed an issue.
I have a jar file that I maintain in my local maven repository (on my
workstation). It has had several versions, 2.0.2, 2.0.3 2.0.5 etc.
I have a different project that is built with maven that uses this jar
file. If I change the jar file I update the version of the jar file.
I then update my pom.xml file to fetch the new version of the jar. I
opened up my war file and noticed quite by accident that mvn is
including all the versions of the jar file in the WEB-INF/lib
directory. Is there something I need to do special to tell mvn to
only include the most recent version of the jar file?
Here is the section of the pom.xml that includes the jar file in question:
<dependency>
<groupId>org.ifmc</groupId>
<artifactId>ifmccommon</artifactId>
<version>2.0.5.r5943</version>
<scope>compile</scope>
</dependency>
Thanks in advance
Troy
--
A computer without a Microsoft operating system is like a dog without
bricks tied to its head.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]