opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateManifestClassPathMojo.java
@@ -140,7 +140,7 @@ } private List<String> getClasspathItems() throws DependencyResolutionRequiredException { final List<String> classpathItems = new ArrayList<String>(); final List<String> classpathItems = new ArrayList<>(); // add project dependencies for (String artifactFile : project.getRuntimeClasspathElements()) {