You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (Commented) (JIRA)" <ji...@apache.org> on 2012/01/10 11:30:39 UTC

[jira] [Commented] (NPANDAY-528) The assemblyInfo parameter of the "generate-assembly-info" goal is not described

    [ https://issues.apache.org/jira/browse/NPANDAY-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183198#comment-13183198 ] 

Lars Corneliussen commented on NPANDAY-528:
-------------------------------------------

is "Adds a CustomStringAttribute for each key-value pair configured." appropriate?
                
> The assemblyInfo parameter of the "generate-assembly-info" goal is not described 
> ---------------------------------------------------------------------------------
>
>                 Key: NPANDAY-528
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-528
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Matthias Weßendorf
>
> The "generate-assembly-info" goal has the following documentation:
> http://incubator.apache.org/npanday/docs/1.4.0-incubating/plugins/maven-compile-plugin/generate-assembly-info-mojo.html
> In there, there is no information about the "assemblyInfo" paramter.
> It should contain an example that using the following, inside a pom.xml:
> {code}
> <configuration>
> ...
> <assemblyInfo>
>     <key1>FOO</key1>
>     <key2>FOO</key2>
> </assemblyInfo>
> ...
> </configuration>
> {code}
> results into the following in the generated pom.xml file:
> {code}
> ...
> [assembly: CustomStringAttribute("key1", "FOO")]
> [assembly: CustomStringAttribute("key2", "FOO")]
> ...
> {code}

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