copy goal example should use install phase instead of package phase
-------------------------------------------------------------------

                 Key: MDEP-212
                 URL: http://jira.codehaus.org/browse/MDEP-212
             Project: Maven 2.x Dependency Plugin
          Issue Type: Improvement
          Components: copy
    Affects Versions: 2.1
         Environment: any
            Reporter: D A
            Assignee: Brian Fox
            Priority: Minor


The example usage shows:

                                                <phase>package</phase>
                                                <goals>
                                                        <goal>copy</goal>
                                                </goals>

This results in the artifact being copied from the repository before it is 
refreshed with the current working copy.  Switching the phase to install 
resolved the issue.

My apologies if this is as intended, but I can't think of a valid reason to 
every copy the outdated version during a package/install, so seems the copy 
goal should always come after packaging.

Also their is an entry on the FAQ page that cites an example that is not shown 
and not in the page source..

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