[ 
http://jira.codehaus.org/browse/MDEP-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Tran closed MDEP-179.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

fixed at 

Revision: 894515
Author: dantran
Date: 3:33:02 PM, Tuesday, December 29, 2009
Message:
MDEP-179:Add ability to use an alternate repository at copy and unpack mojo's 
execution time
----
Modified : /maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml
Added : 
/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo
Added : 
/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/invoker.properties
Added : 
/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml
Added : 
/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/validate.bsh
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyFilterMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractDependencyMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AbstractResolveMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/BuildClasspathMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/CopyDependenciesMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/fromConfiguration/AbstractFromConfigurationMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ResolvePluginsMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/copying-artifacts.apt.vm
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestCopyDependenciesMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/TestUnpackDependenciesMojo.java
Modified : 
/maven/plugins/trunk/maven-dependency-plugin/src/test/java/org/apache/maven/plugin/dependency/fromConfiguration/TestCopyMojo.java



> Ability to use an alternate repository at copy and unpack mojo's execution 
> time
> -------------------------------------------------------------------------------
>
>                 Key: MDEP-179
>                 URL: http://jira.codehaus.org/browse/MDEP-179
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: New Feature
>          Components: copy, unpack
>    Affects Versions: 2.0
>         Environment: windows, unixes
>            Reporter: Dan Tran
>            Assignee: Dan Tran
>             Fix For: 2.2
>
>         Attachments: MDEP-179.patch
>
>
> The motivation behind this enhancement is to copy/unpack  very large 
> artifacts without polluting the current
> local repository especially with snapshot artifacts.  The new 
> alternateLocalRepository is likely under ${project.build.directory} to be 
> cleaned up with "mvn clean".
> This is a very specialized use case since  the artifact must always at remote 
> repo. or user must implement some sort of profile to switch this mode when 
> the artifact already in the currently repo ( ie it was built together as a 
> multi modules build)

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