You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Chesney (JIRA)" <ji...@codehaus.org> on 2006/03/26 14:45:44 UTC

[jira] Updated: (MWAR-21) Need a way to include limited set of webapp's dependencies

     [ http://jira.codehaus.org/browse/MWAR-21?page=all ]

Mark Chesney updated MWAR-21:
-----------------------------

    Attachment: MWAR-21-workaround.patch

> Need a way to include limited set of webapp's dependencies
> ----------------------------------------------------------
>
>          Key: MWAR-21
>          URL: http://jira.codehaus.org/browse/MWAR-21
>      Project: Maven 2.x War Plugin
>         Type: Improvement

>  Environment: M2.0.1
>     Reporter: Dirk Olmes
>     Assignee: John Tolentino
>     Priority: Blocker
>      Fix For: 2.0
>  Attachments: AbstractWarMojo.diff, MWAR-21-workaround.patch
>
>   Time Spent: 6 hours
>    Remaining: 0 minutes
>
> I need a way to pack a war that includes only a limited set of the webapp's dependencies. We're deploying in mainly two different environments: for testing, the webapp runs standalone and thus needs to include all its dependencies in the war. For production we deploy the webapp into a JBoss server that has all the dependencies already installed.
> I've modified AbstractWarMojo in the following way: 1) allow to specify dependencyIncludes an dependencyExcludes (as lists) 2) upon building the war, each dependency is checked against the excludes and the includes and will be added to the war accordingly.
> While this patch may not be the best way to to it, it clearly shows my requirements.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira