You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@empire-db.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/09/20 08:32:19 UTC

Build failed in Jenkins: Empire-db snapshot #940

See <https://builds.apache.org/job/Empire-db%20snapshot/940/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H27 (ubuntu xenial) in workspace <https://builds.apache.org/job/Empire-db%20snapshot/ws/>
Cloning the remote Git repository
Cloning repository git://git.apache.org/empire-db.git
 > git init <https://builds.apache.org/job/Empire-db%20snapshot/ws/> # timeout=10
Fetching upstream changes from git://git.apache.org/empire-db.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/empire-db.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.apache.org/empire-db.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.apache.org/empire-db.git # timeout=10
Fetching upstream changes from git://git.apache.org/empire-db.git
 > git fetch --tags --progress git://git.apache.org/empire-db.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision da638a89d0846b8e8e6282fe17963380de0ce544 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da638a89d0846b8e8e6282fe17963380de0ce544
FATAL: Could not checkout da638a89d0846b8e8e6282fe17963380de0ce544
hudson.plugins.git.GitException: Command "git checkout -f da638a89d0846b8e8e6282fe17963380de0ce544" returned status code 128:
stdout: 
stderr: error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ControlTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/InputTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/LabelTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/LinkTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/MenuItemTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/MenuListTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/NbspTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/RecordTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/SelectTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabPageTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TabViewTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/TitleTag.java
error: unable to write file empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ValueTag.java
fatal: cannot create directory at 'empire-db-jsf2/src/main/java/org/apache/empire/jsf2/controls': No space left on device

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$800(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2301)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H27
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy140.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1236)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.plugins.git.GitException: Could not checkout da638a89d0846b8e8e6282fe17963380de0ce544
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2325)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Jenkins build is back to normal : Empire-db snapshot #948

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/948/display/redirect?page=changes>


Build failed in Jenkins: Empire-db snapshot #947

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/947/display/redirect?page=changes>

Changes:

[doebele] Corrected license header in js files

------------------------------------------
[...truncated 994.94 KB...]
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/8.0.39/tomcat-dbcp-8.0.39.pom (1.6 kB at 112 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.pom (1.3 kB at 63 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.pom (20 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom (6.4 kB at 637 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom (10 kB at 1.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.25.1/project-2.25.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.25.1/project-2.25.1.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.4/jackson-jaxrs-base-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.4/jackson-jaxrs-base-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.8.4/jackson-jaxrs-providers-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.8.4/jackson-jaxrs-providers-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.4/jackson-jaxrs-json-provider-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.4/jackson-jaxrs-json-provider-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/8.0.39/tomcat-dbcp-8.0.39.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.jar (41 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar (20 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.4/jackson-jaxrs-base-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar (113 kB at 5.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.4/jackson-jaxrs-json-provider-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.4/jackson-jaxrs-base-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.4/jackson-jaxrs-json-provider-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/8.0.39/tomcat-dbcp-8.0.39.jar (251 kB at 7.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ empire-db-example-vue ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:manifest (bundle-manifest) @ empire-db-example-vue ---
[WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ empire-db-example-vue ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-war-plugin:2.6:war (default-war) @ empire-db-example-vue ---
[INFO] Packaging webapp
[INFO] Assembling webapp [empire-db-example-vue] in [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Processing war project
[INFO] Copying webapp webResources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]> to [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Copying webapp resources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]>
[INFO] Webapp assembled in [175 msecs]
[INFO] Building war: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue.war>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ empire-db-example-vue ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ empire-db-example-vue >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ empire-db-example-vue <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ empire-db-example-vue ---
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ empire-db-example-vue ---
[INFO] 
Loading source files for package org.apache.empire.vuesample.model.db...
Loading source files for package org.apache.empire.rest.json...
Loading source files for package org.apache.empire.rest.app...
Loading source files for package org.apache.empire.rest.service.filter...
Loading source files for package org.apache.empire.rest.service...
Loading source files for package org.apache.empire.rest.service.listener...
Constructing Javadoc information...
Standard Doclet version 1.8.0_181
Building tree for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/constant-values.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/serialized-form.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/class-use/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/help-doc.html...>
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-javadoc.jar>
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-api) @ empire-db-example-vue ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (default) @ empire-db-example-vue ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/App.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeDetail.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/login.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-input.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-label.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-control.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeList.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... SUCCESS [ 10.701 s]
[INFO] Apache Empire-db Core .............................. SUCCESS [ 43.569 s]
[INFO] Apache Empire-db Struts2 Extension ................. SUCCESS [ 32.485 s]
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SUCCESS [ 30.882 s]
[INFO] Apache Empire-db Code Generator .................... SUCCESS [ 27.000 s]
[INFO] Apache Empire-db Maven Plugin ...................... SUCCESS [ 28.566 s]
[INFO] Apache Empire-db Spring JDBC Template .............. SUCCESS [ 24.728 s]
[INFO] Apache Empire-db Examples .......................... SUCCESS [  0.785 s]
[INFO] Apache Empire-db Basic Example ..................... SUCCESS [  4.471 s]
[INFO] Apache Empire-db Advanced Example .................. SUCCESS [  4.785 s]
[INFO] Apache Empire-db CXF Example ....................... SUCCESS [  9.547 s]
[INFO] Apache Empire-db Spring Example .................... SUCCESS [  8.064 s]
[INFO] Apache Empire-db Struts2 Example ................... SUCCESS [  7.024 s]
[INFO] Apache Empire-db Struts2/CXF Example ............... SUCCESS [ 10.430 s]
[INFO] Apache Empire-db JSF2 Example ...................... SUCCESS [  6.457 s]
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ FAILURE [  4.656 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:14 min
[INFO] Finished at: 2018-09-24T10:06:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (default) on project empire-db-example-vue: Some files do not have the expected license header -> [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 :empire-db-example-vue
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Build failed in Jenkins: Empire-db snapshot #946

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/946/display/redirect?page=changes>

Changes:

[doebele] Exclude JSON from maven-license-plugin

------------------------------------------
[...truncated 927.43 KB...]
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/org/apache/empire/jsf2/websample/web/pages/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/index.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/apidocs/help-doc.html...>
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf-javadoc.jar>
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-api) @ empire-db-example-jsf2 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (default) @ empire-db-example-jsf2 ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/src/main/webapp/.gitignore>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ empire-db-example-jsf2 ---
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf.war> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT.war
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/pom.xml> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf-sources.jar> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf-javadoc.jar> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT-javadoc.jar
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf-sources.jar> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-jsf2/target/empjsf-javadoc.jar> to /home/jenkins/.m2/repository/org/apache/empire-db/empire-db-example-jsf2/2.4.7-SNAPSHOT/empire-db-example-jsf2-2.4.7-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ empire-db-example-jsf2 ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------< org.apache.empire-db:empire-db-example-vue >-------------
[INFO] Building Empire-db Vue.js Example 2.4.7-SNAPSHOT                 [16/16]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ empire-db-example-vue ---
[INFO] Deleting <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ empire-db-example-vue ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:manifest (bundle-manifest) @ empire-db-example-vue ---
[WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ empire-db-example-vue ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-war-plugin:2.6:war (default-war) @ empire-db-example-vue ---
[INFO] Packaging webapp
[INFO] Assembling webapp [empire-db-example-vue] in [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Processing war project
[INFO] Copying webapp webResources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]> to [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Copying webapp resources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]>
[INFO] Webapp assembled in [46 msecs]
[INFO] Building war: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue.war>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ empire-db-example-vue ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ empire-db-example-vue >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ empire-db-example-vue <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ empire-db-example-vue ---
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ empire-db-example-vue ---
[INFO] 
Loading source files for package org.apache.empire.vuesample.model.db...
Loading source files for package org.apache.empire.rest.json...
Loading source files for package org.apache.empire.rest.app...
Loading source files for package org.apache.empire.rest.service.listener...
Loading source files for package org.apache.empire.rest.service...
Loading source files for package org.apache.empire.rest.service.filter...
Constructing Javadoc information...
Standard Doclet version 1.8.0_181
Building tree for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/constant-values.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/serialized-form.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/class-use/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/help-doc.html...>
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-javadoc.jar>
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-api) @ empire-db-example-vue ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (default) @ empire-db-example-vue ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/build-dev.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/vue-loader.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/build.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.dev.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/check-versions.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/dev-server.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/utils.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/main.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/router/index.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/api/emp-api.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-label.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-input.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-control.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeDetail.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeList.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/dev.env.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/index.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/login.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/prod.env.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/App.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/dev-client.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.base.conf.js>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... SUCCESS [ 10.658 s]
[INFO] Apache Empire-db Core .............................. SUCCESS [ 40.378 s]
[INFO] Apache Empire-db Struts2 Extension ................. SUCCESS [ 32.770 s]
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SUCCESS [ 30.612 s]
[INFO] Apache Empire-db Code Generator .................... SUCCESS [ 26.367 s]
[INFO] Apache Empire-db Maven Plugin ...................... SUCCESS [ 27.203 s]
[INFO] Apache Empire-db Spring JDBC Template .............. SUCCESS [ 24.611 s]
[INFO] Apache Empire-db Examples .......................... SUCCESS [  0.756 s]
[INFO] Apache Empire-db Basic Example ..................... SUCCESS [  4.421 s]
[INFO] Apache Empire-db Advanced Example .................. SUCCESS [  4.597 s]
[INFO] Apache Empire-db CXF Example ....................... SUCCESS [  8.146 s]
[INFO] Apache Empire-db Spring Example .................... SUCCESS [  6.018 s]
[INFO] Apache Empire-db Struts2 Example ................... SUCCESS [  7.670 s]
[INFO] Apache Empire-db Struts2/CXF Example ............... SUCCESS [  9.429 s]
[INFO] Apache Empire-db JSF2 Example ...................... SUCCESS [  6.624 s]
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ FAILURE [  4.153 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:04 min
[INFO] Finished at: 2018-09-24T09:06:25Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (default) on project empire-db-example-vue: Some files do not have the expected license header -> [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 :empire-db-example-vue
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Build failed in Jenkins: Empire-db snapshot #945

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/945/display/redirect?page=changes>

Changes:

[doebele] Added missing Apache license headers

[doebele] Added missing Apache license headers

[doebele] Exclude JSON from rat

------------------------------------------
[...truncated 1.00 MB...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.25.1/project-2.25.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.25.1/project-2.25.1.pom (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/8.0.39/tomcat-dbcp-8.0.39.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.25.1/jersey-container-servlet-core-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.25.1/jersey-container-servlet-core-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b32/javax.inject-2.5.0-b32.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.39/tomcat-juli-8.0.39.jar (41 kB at 2.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar (20 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.25.1/jersey-common-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b32/javax.inject-2.5.0-b32.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.25.1/jersey-guava-2.25.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b32/hk2-api-2.5.0-b32.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar (113 kB at 5.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b32/hk2-utils-2.5.0-b32.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.25.1/jersey-guava-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b32/aopalliance-repackaged-2.5.0-b32.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.25.1/jersey-common-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b32/hk2-locator-2.5.0-b32.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b32/hk2-api-2.5.0-b32.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.25.1/jersey-server-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b32/hk2-utils-2.5.0-b32.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.25.1/jersey-client-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b32/aopalliance-repackaged-2.5.0-b32.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.25.1/jersey-media-jaxb-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b32/hk2-locator-2.5.0-b32.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.25.1/jersey-server-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.25.1/jersey-client-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.25.1/jersey-media-json-jackson-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.25.1/jersey-media-jaxb-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.25.1/jersey-entity-filtering-2.25.1.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/8.0.39/tomcat-dbcp-8.0.39.jar (251 kB at 1.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ empire-db-example-vue ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:manifest (bundle-manifest) @ empire-db-example-vue ---
[WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ empire-db-example-vue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ empire-db-example-vue ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ empire-db-example-vue ---
[INFO] 
[INFO] --- maven-war-plugin:2.6:war (default-war) @ empire-db-example-vue ---
[INFO] Packaging webapp
[INFO] Assembling webapp [empire-db-example-vue] in [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Processing war project
[INFO] Copying webapp webResources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]> to [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue]>
[INFO] Copying webapp resources [<https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/webapp]>
[INFO] Webapp assembled in [58 msecs]
[INFO] Building war: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue.war>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ empire-db-example-vue ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ empire-db-example-vue >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ empire-db-example-vue ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ empire-db-example-vue <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ empire-db-example-vue ---
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-sources.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ empire-db-example-vue ---
[INFO] 
Loading source files for package org.apache.empire.vuesample.model.db...
Loading source files for package org.apache.empire.rest.json...
Loading source files for package org.apache.empire.rest.app...
Loading source files for package org.apache.empire.rest.service.listener...
Loading source files for package org.apache.empire.rest.service...
Loading source files for package org.apache.empire.rest.service.filter...
Constructing Javadoc information...
Standard Doclet version 1.8.0_181
Building tree for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/constant-values.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/serialized-form.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TDepartments.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleDB.TEmployees.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/class-use/SampleTable.LanguageIndex.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/EmployeeSearchFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ColumnMetaData.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/class-use/ResultWithMeta.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/EmployeeVueApp.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/ResourceTextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/class-use/TextResolver.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/class-use/AppListener.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/AuthenticationService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/EmployeeService.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/class-use/Service.Consts.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceRequestFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/CORSFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/class-use/ServiceResponseFilter.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/app/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/json/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/filter/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/rest/service/listener/package-use.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/org/apache/empire/vuesample/model/db/package-use.html...>
Building index for all the packages and classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-tree.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index-all.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-frame.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/allclasses-noframe.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/index.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/overview-summary.html...>
Generating <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/apidocs/help-doc.html...>
[INFO] Building jar: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/target/empvue-javadoc.jar>
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-api) @ empire-db-example-vue ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (default) @ empire-db-example-vue ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/package.json>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/build.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.prod.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/README.txt>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/build-dev.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.base.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/dev-client.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/webpack.dev.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/check-versions.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/dev-server.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/utils.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/build/vue-loader.conf.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/api/emp-api.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/main.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeDetail.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-label.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-control.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/router/index.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/dev.env.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/components/e-input.vue>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/index.js>
[INFO] Missing header in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/config/prod.env.js>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/employeeList.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/App.vue>
[WARNING] Unknown file extension: <https://builds.apache.org/job/Empire-db%20snapshot/ws/empire-db-examples/empire-db-example-vue/src/main/vue/src/pages/login.vue>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... SUCCESS [ 12.310 s]
[INFO] Apache Empire-db Core .............................. SUCCESS [ 42.934 s]
[INFO] Apache Empire-db Struts2 Extension ................. SUCCESS [ 32.613 s]
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SUCCESS [ 30.956 s]
[INFO] Apache Empire-db Code Generator .................... SUCCESS [ 26.082 s]
[INFO] Apache Empire-db Maven Plugin ...................... SUCCESS [ 27.574 s]
[INFO] Apache Empire-db Spring JDBC Template .............. SUCCESS [ 24.611 s]
[INFO] Apache Empire-db Examples .......................... SUCCESS [  0.692 s]
[INFO] Apache Empire-db Basic Example ..................... SUCCESS [  4.301 s]
[INFO] Apache Empire-db Advanced Example .................. SUCCESS [  4.404 s]
[INFO] Apache Empire-db CXF Example ....................... SUCCESS [ 10.461 s]
[INFO] Apache Empire-db Spring Example .................... SUCCESS [  7.609 s]
[INFO] Apache Empire-db Struts2 Example ................... SUCCESS [  7.056 s]
[INFO] Apache Empire-db Struts2/CXF Example ............... SUCCESS [  9.869 s]
[INFO] Apache Empire-db JSF2 Example ...................... SUCCESS [  6.998 s]
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ FAILURE [  4.858 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:13 min
[INFO] Finished at: 2018-09-24T08:36:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (default) on project empire-db-example-vue: Some files do not have the expected license header -> [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 :empire-db-example-vue
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Build failed in Jenkins: Empire-db snapshot #944

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/944/display/redirect>

------------------------------------------
[...truncated 21.12 KB...]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.14/java-boot-classpath-detector-1.14.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.14/java-boot-classpath-detector-1.14.pom (2.4 kB at 51 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.pom (5.2 kB at 180 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.pom (1.4 kB at 76 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom (2.5 kB at 149 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom (918 B at 34 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.pom (1.6 kB at 52 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.pom (902 B at 64 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.1/maven-reporting-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.1/maven-reporting-2.0.1.pom (546 B at 16 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.pom (386 B at 24 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-6/doxia-1.0-alpha-6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-6/doxia-1.0-alpha-6.pom (3.8 kB at 288 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom (1.5 kB at 121 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom (765 B at 64 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom (1.3 kB at 101 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.pom (854 B at 18 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom (1.7 kB at 48 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom (1.4 kB at 87 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.pom (1.4 kB at 105 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.pom (1.5 kB at 35 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.pom (442 B at 34 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.14/animal-sniffer-1.14.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.14/java-boot-classpath-detector-1.14.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.14/animal-sniffer-1.14.jar (34 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar (8.2 kB at 359 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.14/java-boot-classpath-detector-1.14.jar (5.0 kB at 151 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.1/maven-core-2.0.1.jar (134 kB at 3.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.1/maven-plugin-parameter-documenter-2.0.1.jar (16 kB at 426 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.1/maven-settings-2.0.1.jar (44 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.1/maven-reporting-api-2.0.1.jar (5.5 kB at 120 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar (242 kB at 4.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-6/doxia-sink-api-1.0-alpha-6.jar (4.0 kB at 81 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.jar (30 kB at 539 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.1/maven-error-diagnostics-2.0.1.jar (8.5 kB at 137 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.1/maven-plugin-registry-2.0.1.jar (24 kB at 367 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.jar (80 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.1/maven-plugin-descriptor-2.0.1.jar (32 kB at 437 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.jar (20 kB at 242 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.1/maven-monitor-2.0.1.jar (5.6 kB at 71 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.jar (105 kB at 1.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.jar (49 kB at 523 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.jar (78 kB at 800 kB/s)
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/signature/java16/1.0/java16-1.0.signature
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/signature/java16/1.0/java16-1.0.signature (593 kB at 9.9 MB/s)
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (default) @ empire-db-parent ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.pom (2.3 kB at 135 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.1/maven-3.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.1/maven-3.0.1.pom (23 kB at 403 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.pom (3.9 kB at 243 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.pom (1.9 kB at 64 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.pom (5.2 kB at 174 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.3.1/guice-plexus-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.3.1/guice-plexus-1.4.3.1.pom (3.0 kB at 217 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.3.1/guice-bean-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.3.1/guice-bean-1.4.3.1.pom (2.5 kB at 158 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.3.1/sisu-inject-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.3.1/sisu-inject-1.4.3.1.pom (1.2 kB at 93 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.3.1/sisu-parent-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.3.1/sisu-parent-1.4.3.1.pom (8.1 kB at 577 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.pom (5.3 kB at 378 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1.pom (6.7 kB at 478 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.1/guice-parent-2.9.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.1/guice-parent-2.9.1.pom (12 kB at 823 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/xmltool/xmltool/3.3/xmltool-3.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/xmltool/xmltool/3.3/xmltool-3.3.pom (14 kB at 485 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom (3.3 kB at 275 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom (3.5 kB at 270 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom (2.9 kB at 224 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom (1.4 kB at 52 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom (4.1 kB at 187 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom (4.7 kB at 359 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom (8.0 kB at 613 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom (1.5 kB at 50 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom (602 B at 32 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom (906 B at 65 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom (10 kB at 806 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom (1.3 kB at 96 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom (2.9 kB at 169 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom (1.7 kB at 140 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.1/maven-plugin-api-3.0.1.jar (49 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.1/maven-artifact-3.0.1.jar (52 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/xmltool/xmltool/3.3/xmltool-3.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.1/sisu-inject-plexus-1.4.3.1.jar (205 kB at 7.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar (160 kB at 4.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/xmltool/xmltool/3.3/xmltool-3.3.jar (55 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.1/maven-model-3.0.1.jar (165 kB at 3.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar (143 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar (238 kB at 3.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar (209 kB at 3.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar (477 kB at 7.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar (52 kB at 735 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 331 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar (36 kB at 434 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar (169 kB at 1.8 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar (502 kB at 5.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar (520 kB at 4.6 MB/s)
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://code.google.com/p/maven-license-plugin/wiki/Configuration for more information.
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ empire-db-parent ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.11/apache-rat-core-0.11.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.11/apache-rat-core-0.11.pom (4.3 kB at 310 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.11/apache-rat-core-0.11.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 kB at 944 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (60 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (52 kB at 2.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar (11 kB at 562 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.11/apache-rat-core-0.11.jar (118 kB at 4.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar (18 kB at 569 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (38 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 3.5 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 828 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar (7.6 kB at 169 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar (10 kB at 223 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 4.1 MB/s)
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] Exclude: **/META-INF/MANIFEST.MF
[INFO] Exclude: **/target/**
[INFO] Exclude: **/dependencies.txt
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.tomcatplugin
[INFO] Exclude: **/hsqldb/sample.*
[INFO] 687 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 12 unknown: 12 generated: 0 approved: 652 licence.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... FAILURE [ 10.630 s]
[INFO] Apache Empire-db Core .............................. SKIPPED
[INFO] Apache Empire-db Struts2 Extension ................. SKIPPED
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SKIPPED
[INFO] Apache Empire-db Code Generator .................... SKIPPED
[INFO] Apache Empire-db Maven Plugin ...................... SKIPPED
[INFO] Apache Empire-db Spring JDBC Template .............. SKIPPED
[INFO] Apache Empire-db Examples .......................... SKIPPED
[INFO] Apache Empire-db Basic Example ..................... SKIPPED
[INFO] Apache Empire-db Advanced Example .................. SKIPPED
[INFO] Apache Empire-db CXF Example ....................... SKIPPED
[INFO] Apache Empire-db Spring Example .................... SKIPPED
[INFO] Apache Empire-db Struts2 Example ................... SKIPPED
[INFO] Apache Empire-db Struts2/CXF Example ............... SKIPPED
[INFO] Apache Empire-db JSF2 Example ...................... SKIPPED
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.139 s
[INFO] Finished at: 2018-09-24T06:40:17Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project empire-db-parent: Too many files with unapproved license: 12 See RAT report in: <https://builds.apache.org/job/Empire-db%20snapshot/ws/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
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Build failed in Jenkins: Empire-db snapshot #943

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/943/display/redirect>

------------------------------------------
Started by user ek
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace <https://builds.apache.org/job/Empire-db%20snapshot/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/empire-db.git # timeout=10
Fetching upstream changes from git://git.apache.org/empire-db.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/empire-db.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5e2636e0e3ce4ce355f84ef7872cc7ef60324475 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e2636e0e3ce4ce355f84ef7872cc7ef60324475
Commit message: "Maven-enforcer-plugin"
 > git rev-list --no-walk 5e2636e0e3ce4ce355f84ef7872cc7ef60324475 # timeout=10
[Empire-db snapshot] $ /home/jenkins/tools/maven/latest3/bin/mvn -PCI -B clean install deploy
[INFO] Scanning for projects...
[WARNING] The project org.apache.empire-db:empire-db-parent:pom:2.4.7-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Empire-db                                                   [pom]
[INFO] Apache Empire-db Core                                              [jar]
[INFO] Apache Empire-db Struts2 Extension                                 [jar]
[INFO] Apache Empire-db Java Server Faces 2.x extensions                  [jar]
[INFO] Apache Empire-db Code Generator                                    [jar]
[INFO] Apache Empire-db Maven Plugin                             [maven-plugin]
[INFO] Apache Empire-db Spring JDBC Template                              [jar]
[INFO] Apache Empire-db Examples                                          [pom]
[INFO] Apache Empire-db Basic Example                                     [jar]
[INFO] Apache Empire-db Advanced Example                                  [jar]
[INFO] Apache Empire-db CXF Example                                       [jar]
[INFO] Apache Empire-db Spring Example                                    [jar]
[INFO] Apache Empire-db Struts2 Example                                   [war]
[INFO] Apache Empire-db Struts2/CXF Example                               [war]
[INFO] Apache Empire-db JSF2 Example                                      [war]
[INFO] Empire-db Vue.js Example                                           [war]
[INFO] 
[INFO] ---------------< org.apache.empire-db:empire-db-parent >----------------
[INFO] Building Apache Empire-db 2.4.7-SNAPSHOT                          [1/16]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-license-plugin/maven-license-plugin/1.9.0/maven-license-plugin-1.9.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... FAILURE [  1.068 s]
[INFO] Apache Empire-db Core .............................. SKIPPED
[INFO] Apache Empire-db Struts2 Extension ................. SKIPPED
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SKIPPED
[INFO] Apache Empire-db Code Generator .................... SKIPPED
[INFO] Apache Empire-db Maven Plugin ...................... SKIPPED
[INFO] Apache Empire-db Spring JDBC Template .............. SKIPPED
[INFO] Apache Empire-db Examples .......................... SKIPPED
[INFO] Apache Empire-db Basic Example ..................... SKIPPED
[INFO] Apache Empire-db Advanced Example .................. SKIPPED
[INFO] Apache Empire-db CXF Example ....................... SKIPPED
[INFO] Apache Empire-db Spring Example .................... SKIPPED
[INFO] Apache Empire-db Struts2 Example ................... SKIPPED
[INFO] Apache Empire-db Struts2/CXF Example ............... SKIPPED
[INFO] Apache Empire-db JSF2 Example ...................... SKIPPED
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.907 s
[INFO] Finished at: 2018-09-21T19:37:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.mycila.maven-license-plugin:maven-license-plugin:1.9.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.mycila.maven-license-plugin:maven-license-plugin:jar:1.9.0: Could not transfer artifact com.mycila.maven-license-plugin:maven-license-plugin:pom:1.9.0 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [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/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Build failed in Jenkins: Empire-db snapshot #942

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/942/display/redirect?page=changes>

Changes:

[doebele] Maven-enforcer-plugin

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace <https://builds.apache.org/job/Empire-db%20snapshot/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/empire-db.git # timeout=10
Fetching upstream changes from git://git.apache.org/empire-db.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/empire-db.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5e2636e0e3ce4ce355f84ef7872cc7ef60324475 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e2636e0e3ce4ce355f84ef7872cc7ef60324475
Commit message: "Maven-enforcer-plugin"
 > git rev-list --no-walk b51167731b473ea2d9eac28bdb439de899e214eb # timeout=10
[Empire-db snapshot] $ /home/jenkins/tools/maven/latest3/bin/mvn -PCI -B clean install deploy
[INFO] Scanning for projects...
[WARNING] The project org.apache.empire-db:empire-db-parent:pom:2.4.7-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Empire-db                                                   [pom]
[INFO] Apache Empire-db Core                                              [jar]
[INFO] Apache Empire-db Struts2 Extension                                 [jar]
[INFO] Apache Empire-db Java Server Faces 2.x extensions                  [jar]
[INFO] Apache Empire-db Code Generator                                    [jar]
[INFO] Apache Empire-db Maven Plugin                             [maven-plugin]
[INFO] Apache Empire-db Spring JDBC Template                              [jar]
[INFO] Apache Empire-db Examples                                          [pom]
[INFO] Apache Empire-db Basic Example                                     [jar]
[INFO] Apache Empire-db Advanced Example                                  [jar]
[INFO] Apache Empire-db CXF Example                                       [jar]
[INFO] Apache Empire-db Spring Example                                    [jar]
[INFO] Apache Empire-db Struts2 Example                                   [war]
[INFO] Apache Empire-db Struts2/CXF Example                               [war]
[INFO] Apache Empire-db JSF2 Example                                      [war]
[INFO] Empire-db Vue.js Example                                           [war]
[INFO] 
[INFO] ---------------< org.apache.empire-db:empire-db-parent >----------------
[INFO] Building Apache Empire-db 2.4.7-SNAPSHOT                          [1/16]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-license-plugin/maven-license-plugin/1.9.0/maven-license-plugin-1.9.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... FAILURE [  1.050 s]
[INFO] Apache Empire-db Core .............................. SKIPPED
[INFO] Apache Empire-db Struts2 Extension ................. SKIPPED
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SKIPPED
[INFO] Apache Empire-db Code Generator .................... SKIPPED
[INFO] Apache Empire-db Maven Plugin ...................... SKIPPED
[INFO] Apache Empire-db Spring JDBC Template .............. SKIPPED
[INFO] Apache Empire-db Examples .......................... SKIPPED
[INFO] Apache Empire-db Basic Example ..................... SKIPPED
[INFO] Apache Empire-db Advanced Example .................. SKIPPED
[INFO] Apache Empire-db CXF Example ....................... SKIPPED
[INFO] Apache Empire-db Spring Example .................... SKIPPED
[INFO] Apache Empire-db Struts2 Example ................... SKIPPED
[INFO] Apache Empire-db Struts2/CXF Example ............... SKIPPED
[INFO] Apache Empire-db JSF2 Example ...................... SKIPPED
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.910 s
[INFO] Finished at: 2018-09-21T10:34:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.mycila.maven-license-plugin:maven-license-plugin:1.9.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.mycila.maven-license-plugin:maven-license-plugin:jar:1.9.0: Could not transfer artifact com.mycila.maven-license-plugin:maven-license-plugin:pom:1.9.0 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [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/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Build failed in Jenkins: Empire-db snapshot #941

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Empire-db%20snapshot/941/display/redirect?page=changes>

Changes:

[doebele] Maven configuration improvement

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace <https://builds.apache.org/job/Empire-db%20snapshot/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.apache.org/empire-db.git # timeout=10
Fetching upstream changes from git://git.apache.org/empire-db.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.apache.org/empire-db.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b51167731b473ea2d9eac28bdb439de899e214eb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b51167731b473ea2d9eac28bdb439de899e214eb
Commit message: "Maven configuration improvement"
 > git rev-list --no-walk da638a89d0846b8e8e6282fe17963380de0ce544 # timeout=10
[Empire-db snapshot] $ /home/jenkins/tools/maven/latest3/bin/mvn -PCI -B clean install deploy
[INFO] Scanning for projects...
[WARNING] The project org.apache.empire-db:empire-db-parent:pom:2.4.7-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Empire-db                                                   [pom]
[INFO] Apache Empire-db Core                                              [jar]
[INFO] Apache Empire-db Struts2 Extension                                 [jar]
[INFO] Apache Empire-db Java Server Faces 2.x extensions                  [jar]
[INFO] Apache Empire-db Code Generator                                    [jar]
[INFO] Apache Empire-db Maven Plugin                             [maven-plugin]
[INFO] Apache Empire-db Spring JDBC Template                              [jar]
[INFO] Apache Empire-db Examples                                          [pom]
[INFO] Apache Empire-db Basic Example                                     [jar]
[INFO] Apache Empire-db Advanced Example                                  [jar]
[INFO] Apache Empire-db CXF Example                                       [jar]
[INFO] Apache Empire-db Spring Example                                    [jar]
[INFO] Apache Empire-db Struts2 Example                                   [war]
[INFO] Apache Empire-db Struts2/CXF Example                               [war]
[INFO] Apache Empire-db JSF2 Example                                      [war]
[INFO] Empire-db Vue.js Example                                           [war]
[INFO] 
[INFO] ---------------< org.apache.empire-db:empire-db-parent >----------------
[INFO] Building Apache Empire-db 2.4.7-SNAPSHOT                          [1/16]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-license-plugin/maven-license-plugin/1.9.0/maven-license-plugin-1.9.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Empire-db 2.4.7-SNAPSHOT .................... FAILURE [  1.328 s]
[INFO] Apache Empire-db Core .............................. SKIPPED
[INFO] Apache Empire-db Struts2 Extension ................. SKIPPED
[INFO] Apache Empire-db Java Server Faces 2.x extensions .. SKIPPED
[INFO] Apache Empire-db Code Generator .................... SKIPPED
[INFO] Apache Empire-db Maven Plugin ...................... SKIPPED
[INFO] Apache Empire-db Spring JDBC Template .............. SKIPPED
[INFO] Apache Empire-db Examples .......................... SKIPPED
[INFO] Apache Empire-db Basic Example ..................... SKIPPED
[INFO] Apache Empire-db Advanced Example .................. SKIPPED
[INFO] Apache Empire-db CXF Example ....................... SKIPPED
[INFO] Apache Empire-db Spring Example .................... SKIPPED
[INFO] Apache Empire-db Struts2 Example ................... SKIPPED
[INFO] Apache Empire-db Struts2/CXF Example ............... SKIPPED
[INFO] Apache Empire-db JSF2 Example ...................... SKIPPED
[INFO] Empire-db Vue.js Example 2.4.7-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.296 s
[INFO] Finished at: 2018-09-21T09:32:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.mycila.maven-license-plugin:maven-license-plugin:1.9.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.mycila.maven-license-plugin:maven-license-plugin:jar:1.9.0: Could not transfer artifact com.mycila.maven-license-plugin:maven-license-plugin:pom:1.9.0 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [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/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?