You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Laird Nelson (JIRA)" <ji...@codehaus.org> on 2012/08/02 23:20:21 UTC

[jira] (MASSEMBLY-620) The dependencySet/includes/include format is documented incorrectly

Laird Nelson created MASSEMBLY-620:
--------------------------------------

             Summary: The dependencySet/includes/include format is documented incorrectly
                 Key: MASSEMBLY-620
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-620
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.3
            Reporter: Laird Nelson


The proper format for {{<include>}} elements should be:

{code}
groupId:artifactId:type:classifier[:version]
{code}

The [documentation|http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet] given by the {{maven-assembly-plugin}} says (incorrectly):

{quote}
Artifact coordinatess may be given in simple groupId:artifactId form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier].
{quote}

Additionally, the Sonatype book [says|http://www.sonatype.com/books/mvnref-book/reference/assemblies-sect-controlling-contents.html#assemblies-sect-fine-tune] (incorrectly? or maybe just confusingly):

{quote}
groupId:artifactId:type[:classifier]:version - full artifact identity
If you need to get really specific, you can specify all the coordinates.
{quote}

--
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] (MASSEMBLY-620) The dependencySet/includes/include format is documented incorrectly

Posted by "Jon Peterson (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MASSEMBLY-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=310327#comment-310327 ] 

Jon Peterson commented on MASSEMBLY-620:
----------------------------------------

Was pulling my hair out due to this incorrect online documentation. Found this with Google. Thanks Laird!
                
> The dependencySet/includes/include format is documented incorrectly
> -------------------------------------------------------------------
>
>                 Key: MASSEMBLY-620
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-620
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Laird Nelson
>
> The proper format for {{<include>}} elements should be:
> {code}
> groupId:artifactId:type:classifier[:version]
> {code}
> The [documentation|http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet] given by the {{maven-assembly-plugin}} says (incorrectly):
> {quote}
> Artifact coordinatess may be given in simple groupId:artifactId form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier].
> {quote}
> Additionally, the Sonatype book [says|http://www.sonatype.com/books/mvnref-book/reference/assemblies-sect-controlling-contents.html#assemblies-sect-fine-tune] (incorrectly? or maybe just confusingly):
> {quote}
> groupId:artifactId:type[:classifier]:version - full artifact identity
> If you need to get really specific, you can specify all the coordinates.
> {quote}

--
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] (MASSEMBLY-620) The dependencySet/includes/include format is documented incorrectly

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MASSEMBLY-620.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
         Assignee: Dennis Lundberg

Fixed in [r1402850|http://svn.apache.org/viewvc?view=revision&revision=1402850].
                
> The dependencySet/includes/include format is documented incorrectly
> -------------------------------------------------------------------
>
>                 Key: MASSEMBLY-620
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-620
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Laird Nelson
>            Assignee: Dennis Lundberg
>             Fix For: 2.4
>
>
> The proper format for {{<include>}} elements should be:
> {code}
> groupId:artifactId:type:classifier[:version]
> {code}
> The [documentation|http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet] given by the {{maven-assembly-plugin}} says (incorrectly):
> {quote}
> Artifact coordinatess may be given in simple groupId:artifactId form, or they may be fully qualified in the form groupId:artifactId:type:version[:classifier].
> {quote}
> Additionally, the Sonatype book [says|http://www.sonatype.com/books/mvnref-book/reference/assemblies-sect-controlling-contents.html#assemblies-sect-fine-tune] (incorrectly? or maybe just confusingly):
> {quote}
> groupId:artifactId:type[:classifier]:version - full artifact identity
> If you need to get really specific, you can specify all the coordinates.
> {quote}

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