The JAR nuxeo-platform-directory-ldap-test.jar uses the main MANIFEST.MF instead of the test one. The POM is missing these lines:
<configuration> <archive> <manifestFile> src/test/resources/META-INF/MANIFEST.MF </manifestFile> </archive> </configuration>
- duplicates
-
NXP-15828 Bad test bundle for directory-ldap
- Open