[
https://issues.apache.org/jira/browse/DIRSHARED-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238273#comment-13238273
]
Hendy Irawan commented on DIRSHARED-134:
----------------------------------------
Trying to compare, Apache Felix is a OSGi-intensive project that builds all its
artifacts as packaging=bundle. However for dependencies they don't use
type=bundle.
e.g. http://svn.apache.org/repos/asf/felix/trunk/webconsole/pom.xml
which depends (among others):
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.shell</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
both webconsole and org.apache.felix.shell are OSGi bundles but in dependency
it doesn't specify type=bundle.
> Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1
> when depending on apacheds-server-jndi
> ----------------------------------------------------------------------------------------------------------------
>
> Key: DIRSHARED-134
> URL: https://issues.apache.org/jira/browse/DIRSHARED-134
> Project: Directory Shared
> Issue Type: Bug
> Affects Versions: 1.0.0-M11
> Reporter: Hendy Irawan
> Assignee: Pierre-Arnaud Marcelot
>
> Missing artifact org.apache.directory.jdbm:apacheds-jdbm2:bundle:2.0.0-M1
> when depending on :
> <dependency>
> <groupId>org.apache.directory.server</groupId>
> <artifactId>apacheds-server-jndi</artifactId>
> <version>2.0.0-M6</version>
> </dependency>
> It should transitively depend on a "jar" type, not a bundle.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira