You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@codehaus.org> on 2009/03/30 02:28:13 UTC

[jira] Created: (MSOURCES-42) Please add support for MavenArchiveConfiguration

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

        

[jira] Closed: (MSOURCES-42) Please add support for MavenArchiveConfiguration

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier closed MSOURCES-42.
-----------------------------

    Resolution: Fixed

Added an archive parameter similar to the jar and javadoc plugins.

> 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
>            Assignee: Paul Gier
>             Fix For: 2.1
>
>
> 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

        

[jira] Updated: (MSOURCES-42) Please add support for MavenArchiveConfiguration

Posted by "Paul Gier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSOURCES-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Gier updated MSOURCES-42:
------------------------------

         Assignee: Paul Gier
    Fix Version/s: 2.1

> 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
>            Assignee: Paul Gier
>             Fix For: 2.1
>
>
> 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