Add the ability to deploy a reduced pom in place of  the original
-----------------------------------------------------------------

                 Key: MSHADE-82
                 URL: http://jira.codehaus.org/browse/MSHADE-82
             Project: Maven 2.x Shade Plugin
          Issue Type: Improvement
    Affects Versions: 1.3.3
            Reporter: Christophe Lallement


shade plugin is very useful to merge some jar into one. It can be used when we 
have a *terminal* pom (i mean a pom where no other pom can depend).

sometime we want to have a project packaged with it's dependencies into one 
(for ex. because we use only a few class of a dep. or to avoid conflict) and 
deploy for other projects that can add dependencies on it.

Shade plugin works very fine until the generation of jar and reduced pom.
So at this stage *we can deploy merging jar but not the reduced pom*.

I looking for other plugin / maven tricks to do this task but doesn't find 
anything.
*Is this task can be done into the shade plugin ?*

Thx
Christopje

-- 
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

        

Reply via email to