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 "Matthias Weßendorf (Created JIRA)" <ji...@apache.org> on 2012/01/10 10:14:38 UTC

[jira] [Created] (NPANDAY-528) The assemblyInfo parameter of the "" goal is not described

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

       

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

Posted by "Lars Corneliussen (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

       

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

Posted by "Matthias Weßendorf (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated NPANDAY-528:
---------------------------------------

    Summary: The assemblyInfo parameter of the "generate-assembly-info" goal is not described   (was: The assemblyInfo parameter of the "" goal is not described )
    
> 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