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 thougth 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}

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

Reply via email to