You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jacob Bergöö <ja...@gmail.com> on 2009/06/12 13:41:01 UTC

Unpack some jar files in WEB-INF/classes folder

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jacob Bergöö <ja...@gmail.com>.
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öö<ja...@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-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Anders Hammar <an...@hammar.net>.
http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html

On Fri, Jun 12, 2009 at 13:41, Jacob Bergöö<ja...@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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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