You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Trevor Pounds (JIRA)" <ji...@apache.org> on 2008/08/07 21:46:52 UTC

[jira] Updated: (SM-1505) jbi-maven-plugin *DescriptorMojos should use different maven properties

     [ https://issues.apache.org/activemq/browse/SM-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Pounds updated SM-1505:
------------------------------

    Description: 
I propose the jbi-maven-plugin *DescriptoMojos name and description fields get their values from the following maven fields.  I thought this was how they were generated until i looked at the output jbi.xml files and found that they were using different pom properties.  I think it would make more sense if they were generated from the following maven properties.

{code:java}
   /**
     * The component name.
     * 
     * @parameter expression="${project.name}"
     */
    private String name;

  /**
     * The component description.
     * 
     * @parameter expression="${project.description}"
     */
    private String description;
{code}

  was:
I propose the jbi-maven-plugin *DescriptoMojos name and description fields get their values from the following maven fields.  I thought this was how they were generated until i looked at the output jbi.xml files and found that they were using different pom properties.  I think it would make more sense if they generated from the following maven properties.

{code:java}
   /**
     * The component name.
     * 
     * @parameter expression="${project.name}"
     */
    private String name;

  /**
     * The component description.
     * 
     * @parameter expression="${project.description}"
     */
    private String description;
{code}


> jbi-maven-plugin *DescriptorMojos should use different maven properties
> -----------------------------------------------------------------------
>
>                 Key: SM-1505
>                 URL: https://issues.apache.org/activemq/browse/SM-1505
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 3.2.2
>            Reporter: Trevor Pounds
>
> I propose the jbi-maven-plugin *DescriptoMojos name and description fields get their values from the following maven fields.  I thought this was how they were generated until i looked at the output jbi.xml files and found that they were using different pom properties.  I think it would make more sense if they were generated from the following maven properties.
> {code:java}
>    /**
>      * The component name.
>      * 
>      * @parameter expression="${project.name}"
>      */
>     private String name;
>   /**
>      * The component description.
>      * 
>      * @parameter expression="${project.description}"
>      */
>     private String description;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.