Not builtConsole Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] LIGAaaaS 17/18 Team C .............................. SUCCESS [ 13.324 s]
[INFO] Domain ............................................. SUCCESS [ 23.826 s]
[INFO] Tests .............................................. SUCCESS [ 13.193 s]
[INFO] Service ............................................ FAILURE [02:37 min]
[INFO] REST ............................................... SKIPPED
[INFO] JSF ................................................ SKIPPED
[INFO] EAR ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:30 min
[INFO] Finished at: 2017-12-29T19:09:50+01:00
[INFO] Final Memory: 49M/633M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project dgss1718-teamC-ligaaas-service: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - /var/lib/jenkins/workspace/LIGAaaS Team C/service/src/main/java/ligaaas/teamc/service/CompetitionEJB.java:254: error: @param name not found
[ERROR] * @param competitionID.
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team C/service/src/main/java/ligaaas/teamc/service/CompetitionEJB.java:259: warning: no @param for competitionId
[ERROR] public List<Competition> findPublicCompetitionById(long competitionId) {
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team C/service/src/main/java/ligaaas/teamc/service/TeamEJB.java:382: error: identifier expected
[ERROR] * @param {@link
[ERROR] ^
[ERROR] /var/lib/jenkins/workspace/LIGAaaS Team C/service/src/main/java/ligaaas/teamc/service/TeamEJB.java:387: warning: no @param for competition
[ERROR] public List<Team> findPublicTeamByCompetition(Competition competition) {
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/var/lib/jenkins/workspace/LIGAaaS Team C/service/target/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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :dgss1718-teamC-ligaaas-service
Started
Build failed before it gets to this module
Finished: NOT_BUILT