Uploaded image for project: 'NPanday'
  1. NPanday
  2. NPANDAY-528

The assemblyInfo parameter of the "generate-assembly-info" goal is not described

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4-incubating
    • Backlog
    • Maven Plugins
    • None

    Description

      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:

      <configuration>
      ...
      <assemblyInfo>
          <key1>FOO</key1>
          <key2>FOO</key2>
      </assemblyInfo>
      ...
      </configuration>
      

      results into the following in the generated pom.xml file:

      ...
      [assembly: CustomStringAttribute("key1", "FOO")]
      [assembly: CustomStringAttribute("key2", "FOO")]
      ...
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            matzew Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: