You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2015/01/29 13:51:17 UTC

Re: Build failed in Jenkins: Jena_Development_Deploy #845

On 29/01/15 12:27, Apache Jenkins Server wrote:
> See <https://builds.apache.org/job/Jena_Development_Deploy/845/changes>

...
> [INFO] Apache Jena - Fuseki .............................. FAILURE [0.610s]
...
> [INFO] Final Memory: 67M/496M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-checks) on project jena-fuseki: Too many files with unapproved license: 1 See RAT report in: <https://builds.apache.org/job/Jena_Development_Deploy/ws/jena-fuseki2/target/rat.txt> -> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :jena-fuseki
> channel stopped
>

This job failed because of target/.plxarc (Plexus archiver)

I don't know where it came from because I don't appear to get it 
locally.  Maybe an automated process wandering through the Jenakins 
workspace at the wrong moment?

I have excluded the pattern **/target/.plxarc  from the RAT checks.

	Andy