[
https://issues.apache.org/jira/browse/DIRSERVER-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742279#action_12742279
]
Alex Karasulu commented on DIRSERVER-1288:
------------------------------------------
Note that the new attached jar is apacheds-server-unit-[version]-all.jar -
Maven can reference this specific dependency instead of the original by using
the following <classifier> tag in dependencies:
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-server-unit</artifactId>
<version>1.5.5-SNAPSHOT</version>
<classifier>all</classifier>
</dependency>
> put apacheds-server-unit-1.5.4.jar dependencies into Manifest
> -------------------------------------------------------------
>
> Key: DIRSERVER-1288
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1288
> Project: Directory ApacheDS
> Issue Type: Improvement
> Affects Versions: 1.5.4
> Reporter: Jürgen Weber
> Assignee: Alex Karasulu
> Priority: Minor
> Fix For: 1.5.5
>
>
> http://directory.apache.org/apacheds/1.5/using-apacheds-for-unit-tests.html
> cites some 20 jars you need to use apacheds-server-unit-1.5.4.jar
> If the needed jars were in the Manifest classpath of
> apacheds-server-unit.xx.jar you could just drop it into ds/lib and include
> only apacheds-server-unit.xx.jar into your projects.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.