You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by "Geert Schuring (JIRA)" <ji...@apache.org> on 2011/02/25 09:37:38 UTC

[jira] Issue Comment Edited: (ACE-129) Use artifactId naming convention as used in Felix

    [ https://issues.apache.org/jira/browse/ACE-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999264#comment-12999264 ] 

Geert Schuring edited comment on ACE-129 at 2/25/11 8:37 AM:
-------------------------------------------------------------

I do not agree on this. First of all the behavior you are describing is the default for maven-bundle-plugin. See http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

Secondly, we should stick to the maven conventions for setting groupId and artifactId and use ${groupId}.${artifactId} if the combined value is needed somewhere, exactly like the maven-bundle-plugin does.

      was (Author: cathodion):
    I do not agree on this. First of all the behavior you are describing is the default for maven-bundle-plugin. See http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

Secondly, we should stick to the maven conventions for setting groupId and artifactId and use ${groupId}.${artifactId} if the combined value is needed somewhere.
  
> Use artifactId naming convention as used in Felix
> -------------------------------------------------
>
>                 Key: ACE-129
>                 URL: https://issues.apache.org/jira/browse/ACE-129
>             Project: Ace
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 0.8.0
>
>
> To be compliant with most OSGi projects, including Apache Felix, the artifactId of our bundles should look like:
> groupId: org.apache.ace
> artifactId: org.apache.ace.client.automation
> Like this, we will be able to directly use the artifactId in the Bundle-SymbolicName of the Felix maven-bundle-plugin.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira