Hi people, I use several 3rd party libraries that is not in maven repository. So, in my pom.xml file's <dependency> using <scope>system</scope> and specified the jar file in <systemPath> tag. It works in compile time, however, it would not work when run war because the war process not copy the jar files into war. Is there possible to copy specific jar files in the war process ? Best regards, tony -- View this message in context: http://www.nabble.com/How-to-move-thrid-party-libraries-to-war-file-tp22364444s2369p22364444.html Sent from the AppFuse - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net