You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by "Brett Porter (JIRA)" <ji...@apache.org> on 2014/06/27 06:23:24 UTC

[jira] [Updated] (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:all-tabpanel ]

Brett Porter updated NPANDAY-528:
---------------------------------

    Fix Version/s: Backlog

> 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
>             Fix For: Backlog
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)