Maven2 build and package targets' classpath

2008-01-10 Thread Filipe David Manana
Hi, I want to add a JAR archive to the CLASSPATH for the targets build/package. I don't want to include that JAR archive in my final WAR file. I read the documentation, and for that purpose I added in my pom.xml the following to the build element: extensions extension

Re: Maven2 build and package targets' classpath

2008-01-10 Thread Simon Kitching
Filipe David Manana [EMAIL PROTECTED] schrieb: Hi, I want to add a JAR archive to the CLASSPATH for the targets build/package. I don't want to include that JAR archive in my final WAR file. I read the documentation, and for that purpose I added in my pom.xml the following to the build

Re: Maven2 build and package targets' classpath

2008-01-10 Thread Filipe David Manana
It works! :) Thank you. On 1/10/08, Simon Kitching [EMAIL PROTECTED] wrote: Filipe David Manana [EMAIL PROTECTED] schrieb: Hi, I want to add a JAR archive to the CLASSPATH for the targets build/package. I don't want to include that JAR archive in my final WAR file. I read the