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 2011/12/22 06:48:02 UTC

[jira] (MSITE-625) Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'.

Christian Schulte created MSITE-625:
---------------------------------------

             Summary: Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'. 
                 Key: MSITE-625
                 URL: https://jira.codehaus.org/browse/MSITE-625
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Wish
    Affects Versions: 3.0
            Reporter: Christian Schulte
            Priority: Minor


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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSITE-625) Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'.

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSITE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MSITE-625.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1
         Assignee: Olivier Lamy

fixed r1222490
                
> Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'. 
> --------------------------------------------------------------------------------
>
>                 Key: MSITE-625
>                 URL: https://jira.codehaus.org/browse/MSITE-625
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Wish
>    Affects Versions: 3.0
>            Reporter: Christian Schulte
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: MSITE-625.patch
>
>
> {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}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSITE-625) Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'.

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSITE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schulte updated MSITE-625:
------------------------------------

    Attachment: MSITE-625.patch

Patch adding parameters 'archive', 'archiveIncludes' and 'archiveExcludes'.

                
> Please add an 'archive' parameter to the 'jar' goal of the 'maven-site-plugin'. 
> --------------------------------------------------------------------------------
>
>                 Key: MSITE-625
>                 URL: https://jira.codehaus.org/browse/MSITE-625
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Wish
>    Affects Versions: 3.0
>            Reporter: Christian Schulte
>            Priority: Minor
>         Attachments: MSITE-625.patch
>
>
> {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}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira