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.
I would be very grateful for any help.
Also, how do I resolve a dependency into a variable containing the actual path
of the file? E.g.:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.0.2</version>
</dependency>
into
<home>/.m2/repository/org/springframework/spring-context/2.0.2/spring-context-2.0.2.jar
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]