Re: Unpack some jar files in WEB-INF/classes folder

2009-06-15 Thread Jacob Bergöö

Thanks, it works like a charm...

//Jacob


Anders Hammar wrote:
 
 http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html
 
 On Fri, Jun 12, 2009 at 13:41, Jacob Bergööjacob.ber...@gmail.com wrote:

 Hi,
 I have a need to unpack some specific jar files to WEB-INF classes in my
 war
 project.
 The jar files are separate Maven projects and now it get packed in my war
 file in the WEB-INF/lib folder, but I need them to be extracted to
 WEB-INF/classes.

 How do I do this in Maven 2?

 Thanks for any pointers or examples
 // Jacob
 --
 View this message in context:
 http://www.nabble.com/Unpack-some-jar-files-in-WEB-INF-classes-folder-tp23997323p23997323.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Unpack-some-jar-files-in-WEB-INF-classes-folder-tp23997323p24030355.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Unpack some jar files in WEB-INF/classes folder

2009-06-12 Thread Jacob Bergöö

Hi,
I have a need to unpack some specific jar files to WEB-INF classes in my war
project. 
The jar files are separate Maven projects and now it get packed in my war
file in the WEB-INF/lib folder, but I need them to be extracted to
WEB-INF/classes.

How do I do this in Maven 2?

Thanks for any pointers or examples
// Jacob
-- 
View this message in context: 
http://www.nabble.com/Unpack-some-jar-files-in-WEB-INF-classes-folder-tp23997323p23997323.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Unpack some jar files in WEB-INF/classes folder

2009-06-12 Thread Anders Hammar
http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html

On Fri, Jun 12, 2009 at 13:41, Jacob Bergööjacob.ber...@gmail.com wrote:

 Hi,
 I have a need to unpack some specific jar files to WEB-INF classes in my war
 project.
 The jar files are separate Maven projects and now it get packed in my war
 file in the WEB-INF/lib folder, but I need them to be extracted to
 WEB-INF/classes.

 How do I do this in Maven 2?

 Thanks for any pointers or examples
 // Jacob
 --
 View this message in context: 
 http://www.nabble.com/Unpack-some-jar-files-in-WEB-INF-classes-folder-tp23997323p23997323.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org