The assemblyInfo parameter of the "" 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


Reply via email to