Handling non-jar artifacts

2007-03-17 Thread Alessandro Di Bella
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//WEB-INF/" before the goal "package". Googling for an answer i found out

Re: Handling non-jar artifacts

2007-03-18 Thread Henry S. Isidro
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//WE