WaCoDiS / javaps-wacodis-backend

javaPS backend for WaCoDiS processing tools
Apache License 2.0
0 stars 2 forks source link

Build fails #7

Open SebaDro opened 5 years ago

SebaDro commented 5 years ago

Build fails due to failing maven-javadoc-plugin.

Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.0:jar (attach-javadocs) on project javaps-wacodis-backend: MavenReportException: Error while generating Javadoc:
Exit code: 1 - C:\Users\Sebastian\Entwicklung\Projekte\HSBO\wacodis\Module\javaps-wacodis-backend\src\main\java\org\n52\wacodis\javaps\command\CommandParser.java:35: warning: no description for @return
* @return

Maybe on of the javaPS 1.4.0-SNAPSHOT dependencies comes with a changed configuration for this plugin that causes the issue.

SebaDro commented 5 years ago

The fail only occurs when building the project with the release profile. For development this issue can be ignored but should be considered when planning to build a release version. However, it would be useful to provide a custom maven-javadoc-plugin configuration.