You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2010/11/25 10:13:26 UTC

[jira] Resolved: (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 ]

Jean-Baptiste Onofré resolved SM-1505.
--------------------------------------

    Resolution: Won't Fix

The artifactId is used for the name to simplify the identification of the SUs/SAs in the registry.

I prefer to still use the artifactId for name and name for description.

> 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
>            Assignee: Jean-Baptiste Onofré
>
> 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.