Hi, all,
I have a situation where I need to be able to get dependency information from my pom in my maven.xml file. What I'm trying to do is to overwrite a properties file in a jar that is a dependency of my project. This is for a warfile deployment, so the dependency is being copied into my WEB-INF/lib directory, and I want to modify the jar there after the war:webapp goal has copied it over. I've used that ant:jar task to do this in the past with the name of the jarfile hardcoded in the project.properties file, but it seems like there must be a better way to go about this, by getting the name of the jarfile from the project dependencies.
Any advice on how to go about doing this?
Thanks,
Kris
-- ===================================================== Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 [EMAIL PROTECTED] =====================================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]