Please add support for MavenArchiveConfiguration
------------------------------------------------

                 Key: MSOURCES-42
                 URL: http://jira.codehaus.org/browse/MSOURCES-42
             Project: Maven 2.x Source Plugin
          Issue Type: Wish
    Affects Versions: 2.0.4
         Environment: Maven version: 2.0.10
Java version: 1.5.0_17
OS name: "linux" version: "2.6.29" arch: "i386" Family: "unix"

            Reporter: Christian Schulte


Almost any mojo using the plexus archiver has an 'archive' parameter to 
configure the archiver.

{code}
    /**
     * The archive configuration to use.
     * See <a 
href="http://maven.apache.org/shared/maven-archiver/index.html";>Maven Archiver 
Reference</a>.
     *
     * @parameter
     */
    private MavenArchiveConfiguration archive = new MavenArchiveConfiguration();
{code}

The source plugin should also have such functionality.

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