Changing dependency in pom.xml using profiles

2008-10-10 Thread Lucie
to failed? Lucie -- View this message in context: http://www.nabble.com/Changing-dependency-in-pom.xml-using-profiles-tp19927738p19927738.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Questions about including C/C++ files in a web war file

2006-06-22 Thread Lucie Chan
/lib directory after the build. Since maven generates the WEB-INF/lib directory for me, how can I copy other third party libraries into WEB-INF/lib without doing it manually after the build? Thanks. Lucie

Looking for a better way to copy properties files from an external module?

2006-03-23 Thread Lucie Chan
Looking for a better solution My web application relies on a database laye (which is packaged and installed as a *.jar file and made available to the web layer at runtime). In order to copy some of the property files (such as jdbc.properties, hibernate.cfg.xml, etc) from database layer's