may I know how to upgrade jar's version without having multiple jar versions
in WEB-INF/lib/?

----------
scenario:
----------
i am using version appfuse 2.0.1. in pom.xml configuration
change from: <commons.fileupload.version>1.1.1</commons.fileupload.version>
change to:      <commons.fileupload.version>1.2.1</commons.fileupload.version>

$mvn clean compile war:war

then I will end up to have 2 different version of jars in /WEN-INF/lib
1. commons-fileupload-1.1.1.jar           
2. commons-fileupload-1.2.1.jar

pls advise
-- 
View this message in context: 
http://www.nabble.com/multiple-version-of-jar-appeared-in-WEB-INF-lib--after-upgrade-jar-ver-in-pom.xml-tp16445830s2369p16445830.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to