On Wed, Aug 13, 2008 at 1:49 PM, Luke Patterson <[EMAIL PROTECTED]>wrote:

> For new projects, which is the "best" convention for the
> (groupId/artifactId)-to-(OSGi Bundle-SymbolicName) relationship?
>
> <groupId>someGroupId</groupId>
> <artifactId>${project.groupId}.someArtifactId</artifactId>
>
> <someOSGiManifestPluginConfiguration>
>  <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
>
> or
>
> <groupId>someGroupId</groupId>
> <artifactId>someArtifactId</artifactId>
>
> <someOSGiManifestPluginConfiguration>
>
>
> <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
>
> or
>
> something else?
>

Without having done much OSGi, 'd say the second one seems in keeping with
the typical usage of Maven, whereas the former does not.

  - Geoffrey
-- 
Geoffrey Wiseman

Reply via email to