take a look at maven-war-plugin's plugin.jelly.
should be in your $MAVEN_HOME/plugins/maven-war-plugin.jar

-D


On Thu, 30 Dec 2004 17:11:25 -0700, Kris Nuttycombe
<[EMAIL PROTECTED]> wrote:
> 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]
> 
>

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

Reply via email to