[ 
https://issues.apache.org/jira/browse/DIRSHARED-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre-Arnaud Marcelot resolved DIRSHARED-134.
----------------------------------------------

    Resolution: Fixed
      Assignee: Pierre-Arnaud Marcelot

Actually you simply need to add the following lines to your parent/project pom:
 <build>
   <plugins>
     [...]
     <plugin>
       <groupId>org.apache.felix</groupId>
       <artifactId>maven-bundle-plugin</artifactId>
       <inherited>true</inherited>
       <extensions>true</extensions>
     </plugin>
     [...]
   </plugins>
 </build>

It will help recognize the 'bundle' type we use when building the JDBM projects.
                
> 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

        

Reply via email to