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

Pierre-Arnaud Marcelot commented on DIRSHARED-134:
--------------------------------------------------

Hi Robert,

Did you try the advice I gave in the first comment?
Adding the 'org.apache.felix:maven-bundle-plugin' plugin should do the trick.

{code}
<build>
<plugins>
[...]
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<inherited>true</inherited>
<extensions>true</extensions>
</plugin>
[...]
</plugins>
</build>
{code}

> 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 (Please use DIRAPI instead)
>          Issue Type: Bug
>    Affects Versions: 1.0.0-M11
>            Reporter: Hendy Irawan
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.0.0-M12
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to