On Saturday, March 17, 2007 22:19, Alessandro Di Bella wrote: > Hi, > I'm new to maven 2 and I'm trying to write a project descriptor for a web > application. > > I have a dependency on an artifact of type "tgz". The file gets downloaded > without a problem but I need to unpack it into "target/<app-name>/WEB-INF/" > before the goal "package". > > Googling for an answer i found out that I should use the "interceptors" but > I can't find any documentation in the maven web site.
You could take a look at the mven dependency plugin >> http://maven.apache.org/plugins/maven-dependency-plugin/usage.html This would allow you to unpack your dependency. > HTH, Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
