On 14/01/2020 10:49, Jehan PROCACCIA wrote:
> but build fails on this now
> 
> Downloaded: 
> https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar
>  (12 KB at 55.3 KB/sec)
> [INFO]
> 93 errors
> 100 warnings
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 8:33.389s
> [INFO] Finished at: Tue Jan 14 10:25:58 CET 2020
> [INFO] Final Memory: 39M/60M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-javadoc-plugin:2.8:javadoc (default) on 
> project lsc-core: An error has occurred in JavaDocs report generation:
> [ERROR] Exit code: 1 - javadoc: warning - Multiple sources of package 
> comments found for package "org.apache.commons.collections"
> [ERROR] 
> /home/builder/rpmbuild/BUILD/lsc-2.2.0/src/main/java/org/lsc/Configuration.java:166:
>  warning: no description for @throws
> [ERROR] * @throws LscConfigurationException
> [ERROR] ^
> [ERROR] 
> /home/builder/rpmbuild/BUILD/lsc-2.2.0/src/main/java/org/lsc/Configuration.java:177:
>  warning: no description for @throws
> [ERROR] * @throws LscConfigurationException
> [ERROR] ^
> 
> ...
> 
> 
> [ERROR] 
> /home/builder/rpmbuild/BUILD/lsc-2.2.0/src/opendj/java/org/lsc/opendj/EmbeddedOpenDJ.java:453:
>  error: unexpected end tag: </P>
> [ERROR] * <li>As a file in the configuration directory</li></ul></P>
> [ERROR] ^
> [ERROR]
> [ERROR] Command line was: 
> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-1.el7_7.x86_64/jre/../bin/javadoc
>  @options @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in 
> '/home/builder/rpmbuild/BUILD/lsc-2.2.0/target/site/apidocs' dir.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> 
> any idea on that one ?
> 
> thanks .
> 

Try and add this in pom.xml properties section :

<properties>
        <javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>

I'll send a PR to fix this issue.

-- 
Soisik Froger | Software Architect

soisik.fro...@worteks.com

Worteks | https://www.worteks.com
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
lsc-users@lists.lsc-project.org
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to