You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/07/04 14:25:26 UTC

Build failed in Jenkins: Shiro-master #782

See <https://builds.apache.org/job/Shiro-master/782/display/redirect?page=changes>

Changes:

[fpapon] [SHIRO-761] Bad OSGi import for javax.annotation in shiro-guice


------------------------------------------
[...truncated 1.18 MB...]
    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:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:392)
    at java.net.Socket.connect (Socket.java:607)
    at org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket (SSLConnectionSocketFactory.java:368)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:83)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute (AbstractHttpClientWagon.java:1002)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1160)
    at org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData (AbstractHttpClientWagon.java:1138)
    at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
    at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61)
    at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:567)
    at org.eclipse.aether.transport.wagon.WagonTransporter.execute (WagonTransporter.java:435)
    at org.eclipse.aether.transport.wagon.WagonTransporter.get (WagonTransporter.java:412)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:457)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:364)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run (RunnableErrorForwarder.java:75)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:644)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:235)
    at org.eclipse.aether.internal.impl.DefaultDeployer.upload (DefaultDeployer.java:399)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:256)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:213)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:386)
    at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy (DefaultArtifactDeployer.java:142)
    at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractDeployStrategy.deployUp (AbstractDeployStrategy.java:213)
    at org.sonatype.nexus.maven.staging.deploy.strategy.DeferredDeployStrategy.finalizeDeploy (DeferredDeployStrategy.java:86)
    at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute (DeployMojo.java:213)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:139)
    at hudson.maven.Maven3Builder.call (Maven3Builder.java:70)
    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:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[ERROR] 
[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 :shiro-test-coverage
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-mvc/pom.xml> to org.apache.shiro.samples/samples-spring-mvc/2.0.0-SNAPSHOT/samples-spring-mvc-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-mvc/target/samples-spring-mvc-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-spring-mvc/2.0.0-SNAPSHOT/samples-spring-mvc-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-mvc/target/samples-spring-mvc-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-spring-mvc/2.0.0-SNAPSHOT/samples-spring-mvc-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 10.74 MB of artifacts by 87.6% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/jaxrs/pom.xml> to org.apache.shiro.samples/samples-jaxrs/2.0.0-SNAPSHOT/samples-jaxrs-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/jaxrs/target/samples-jaxrs-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-jaxrs/2.0.0-SNAPSHOT/samples-jaxrs-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/jaxrs/target/samples-jaxrs-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-jaxrs/2.0.0-SNAPSHOT/samples-jaxrs-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 7.25 MB of artifacts by 81.1% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-web-starter/pom.xml> to org.apache.shiro/shiro-spring-boot-web-starter/2.0.0-SNAPSHOT/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-web-starter/target/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-spring-boot-web-starter/2.0.0-SNAPSHOT/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-web-starter/target/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-spring-boot-web-starter/2.0.0-SNAPSHOT/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-web-starter/target/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-spring-boot-web-starter/2.0.0-SNAPSHOT/shiro-spring-boot-web-starter-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/pom.xml> to org.apache.shiro.tools/shiro-tools/2.0.0-SNAPSHOT/shiro-tools-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/servlet-plugin/pom.xml> to org.apache.shiro.samples/samples-servlet-plugin/2.0.0-SNAPSHOT/samples-servlet-plugin-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/servlet-plugin/target/samples-servlet-plugin-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-servlet-plugin/2.0.0-SNAPSHOT/samples-servlet-plugin-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/servlet-plugin/target/samples-servlet-plugin-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-servlet-plugin/2.0.0-SNAPSHOT/samples-servlet-plugin-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.99 MB of artifacts by 59.6% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/core/pom.xml> to org.apache.shiro/shiro-config-core/2.0.0-SNAPSHOT/shiro-config-core-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/core/target/shiro-config-core-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-config-core/2.0.0-SNAPSHOT/shiro-config-core-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/core/target/shiro-config-core-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-config-core/2.0.0-SNAPSHOT/shiro-config-core-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/core/target/shiro-config-core-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-config-core/2.0.0-SNAPSHOT/shiro-config-core-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-hibernate/pom.xml> to org.apache.shiro.samples/samples-sprhib/2.0.0-SNAPSHOT/samples-sprhib-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-hibernate/target/samples-sprhib-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-sprhib/2.0.0-SNAPSHOT/samples-sprhib-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-hibernate/target/samples-sprhib-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-sprhib/2.0.0-SNAPSHOT/samples-sprhib-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 31.48 MB of artifacts by 93.9% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/test-coverage/pom.xml> to org.apache.shiro/shiro-test-coverage/2.0.0-SNAPSHOT/shiro-test-coverage-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/aspectj/pom.xml> to org.apache.shiro/shiro-aspectj/2.0.0-SNAPSHOT/shiro-aspectj-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/aspectj/target/shiro-aspectj-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-aspectj/2.0.0-SNAPSHOT/shiro-aspectj-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/aspectj/target/shiro-aspectj-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-aspectj/2.0.0-SNAPSHOT/shiro-aspectj-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/aspectj/target/shiro-aspectj-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-aspectj/2.0.0-SNAPSHOT/shiro-aspectj-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/pom.xml> to org.apache.shiro.samples/shiro-samples/2.0.0-SNAPSHOT/shiro-samples-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/web/pom.xml> to org.apache.shiro/shiro-web/2.0.0-SNAPSHOT/shiro-web-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/web/target/shiro-web-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-web/2.0.0-SNAPSHOT/shiro-web-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/web/target/shiro-web-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-web/2.0.0-SNAPSHOT/shiro-web-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/web/target/shiro-web-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-web/2.0.0-SNAPSHOT/shiro-web-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/hazelcast/pom.xml> to org.apache.shiro/shiro-hazelcast/2.0.0-SNAPSHOT/shiro-hazelcast-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/hazelcast/target/shiro-hazelcast-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-hazelcast/2.0.0-SNAPSHOT/shiro-hazelcast-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/hazelcast/target/shiro-hazelcast-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-hazelcast/2.0.0-SNAPSHOT/shiro-hazelcast-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/hazelcast/target/shiro-hazelcast-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-hazelcast/2.0.0-SNAPSHOT/shiro-hazelcast-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/quartz/pom.xml> to org.apache.shiro/shiro-quartz/2.0.0-SNAPSHOT/shiro-quartz-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/quartz/target/shiro-quartz-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-quartz/2.0.0-SNAPSHOT/shiro-quartz-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/quartz/target/shiro-quartz-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-quartz/2.0.0-SNAPSHOT/shiro-quartz-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/quartz/target/shiro-quartz-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-quartz/2.0.0-SNAPSHOT/shiro-quartz-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot/pom.xml> to org.apache.shiro.samples/samples-spring-boot/2.0.0-SNAPSHOT/samples-spring-boot-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot/target/samples-spring-boot-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-spring-boot/2.0.0-SNAPSHOT/samples-spring-boot-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot/target/samples-spring-boot-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.samples/samples-spring-boot/2.0.0-SNAPSHOT/samples-spring-boot-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot/target/samples-spring-boot-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-spring-boot/2.0.0-SNAPSHOT/samples-spring-boot-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 8.73 MB of artifacts by 89.9% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/core/pom.xml> to org.apache.shiro/shiro-crypto-core/2.0.0-SNAPSHOT/shiro-crypto-core-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/core/target/shiro-crypto-core-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-crypto-core/2.0.0-SNAPSHOT/shiro-crypto-core-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/core/target/shiro-crypto-core-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-crypto-core/2.0.0-SNAPSHOT/shiro-crypto-core-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/core/target/shiro-crypto-core-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-crypto-core/2.0.0-SNAPSHOT/shiro-crypto-core-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/ogdl/pom.xml> to org.apache.shiro/shiro-config-ogdl/2.0.0-SNAPSHOT/shiro-config-ogdl-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/ogdl/target/shiro-config-ogdl-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-config-ogdl/2.0.0-SNAPSHOT/shiro-config-ogdl-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/ogdl/target/shiro-config-ogdl-2.0.0-SNAPSHOT-tests.jar> to org.apache.shiro/shiro-config-ogdl/2.0.0-SNAPSHOT/shiro-config-ogdl-2.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/ogdl/target/shiro-config-ogdl-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-config-ogdl/2.0.0-SNAPSHOT/shiro-config-ogdl-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/ogdl/target/shiro-config-ogdl-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-config-ogdl/2.0.0-SNAPSHOT/shiro-config-ogdl-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/pom.xml> to org.apache.shiro/shiro-crypto/2.0.0-SNAPSHOT/shiro-crypto-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/core/pom.xml> to org.apache.shiro/shiro-core/2.0.0-SNAPSHOT/shiro-core-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/core/target/shiro-core-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-core/2.0.0-SNAPSHOT/shiro-core-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/core/target/shiro-core-2.0.0-SNAPSHOT-tests.jar> to org.apache.shiro/shiro-core/2.0.0-SNAPSHOT/shiro-core-2.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/core/target/shiro-core-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-core/2.0.0-SNAPSHOT/shiro-core-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/core/target/shiro-core-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-core/2.0.0-SNAPSHOT/shiro-core-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/cache/pom.xml> to org.apache.shiro/shiro-cache/2.0.0-SNAPSHOT/shiro-cache-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/cache/target/shiro-cache-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-cache/2.0.0-SNAPSHOT/shiro-cache-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/cache/target/shiro-cache-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-cache/2.0.0-SNAPSHOT/shiro-cache-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/cache/target/shiro-cache-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-cache/2.0.0-SNAPSHOT/shiro-cache-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/lang/pom.xml> to org.apache.shiro/shiro-lang/2.0.0-SNAPSHOT/shiro-lang-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/lang/target/shiro-lang-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-lang/2.0.0-SNAPSHOT/shiro-lang-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/lang/target/shiro-lang-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-lang/2.0.0-SNAPSHOT/shiro-lang-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/lang/target/shiro-lang-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-lang/2.0.0-SNAPSHOT/shiro-lang-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/pom.xml> to org.apache.shiro/shiro-root/2.0.0-SNAPSHOT/shiro-root-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/target/shiro-root-2.0.0-SNAPSHOT-site.xml> to org.apache.shiro/shiro-root/2.0.0-SNAPSHOT/shiro-root-2.0.0-SNAPSHOT-site.xml
[Fast Archiver] Compressed 66.29 KB of artifacts by 96.6% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/hash/pom.xml> to org.apache.shiro/shiro-crypto-hash/2.0.0-SNAPSHOT/shiro-crypto-hash-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/hash/target/shiro-crypto-hash-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-crypto-hash/2.0.0-SNAPSHOT/shiro-crypto-hash-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/hash/target/shiro-crypto-hash-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-crypto-hash/2.0.0-SNAPSHOT/shiro-crypto-hash-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/hash/target/shiro-crypto-hash-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-crypto-hash/2.0.0-SNAPSHOT/shiro-crypto-hash-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/aspectj/pom.xml> to org.apache.shiro.samples/samples-aspectj/2.0.0-SNAPSHOT/samples-aspectj-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/aspectj/target/samples-aspectj-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-aspectj/2.0.0-SNAPSHOT/samples-aspectj-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/aspectj/target/samples-aspectj-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-aspectj/2.0.0-SNAPSHOT/samples-aspectj-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/config/pom.xml> to org.apache.shiro/shiro-config/2.0.0-SNAPSHOT/shiro-config-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot-web/pom.xml> to org.apache.shiro.samples/samples-spring-boot-web/2.0.0-SNAPSHOT/samples-spring-boot-web-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot-web/target/samples-spring-boot-web-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-spring-boot-web/2.0.0-SNAPSHOT/samples-spring-boot-web-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot-web/target/samples-spring-boot-web-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.samples/samples-spring-boot-web/2.0.0-SNAPSHOT/samples-spring-boot-web-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring-boot-web/target/samples-spring-boot-web-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-spring-boot-web/2.0.0-SNAPSHOT/samples-spring-boot-web-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 20.10 MB of artifacts by 95.6% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/event/pom.xml> to org.apache.shiro/shiro-event/2.0.0-SNAPSHOT/shiro-event-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/event/target/shiro-event-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-event/2.0.0-SNAPSHOT/shiro-event-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/event/target/shiro-event-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-event/2.0.0-SNAPSHOT/shiro-event-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/event/target/shiro-event-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-event/2.0.0-SNAPSHOT/shiro-event-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/hasher/pom.xml> to org.apache.shiro.tools/shiro-tools-hasher/2.0.0-SNAPSHOT/shiro-tools-hasher-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/hasher/target/shiro-tools-hasher-2.0.0-SNAPSHOT.jar> to org.apache.shiro.tools/shiro-tools-hasher/2.0.0-SNAPSHOT/shiro-tools-hasher-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/hasher/target/shiro-tools-hasher-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.tools/shiro-tools-hasher/2.0.0-SNAPSHOT/shiro-tools-hasher-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/hasher/target/shiro-tools-hasher-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.tools/shiro-tools-hasher/2.0.0-SNAPSHOT/shiro-tools-hasher-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/tools/hasher/target/shiro-tools-hasher-2.0.0-SNAPSHOT-cli.jar> to org.apache.shiro.tools/shiro-tools-hasher/2.0.0-SNAPSHOT/shiro-tools-hasher-2.0.0-SNAPSHOT-cli.jar
[Fast Archiver] Compressed 595.35 KB of artifacts by 10.7% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/ehcache/pom.xml> to org.apache.shiro/shiro-ehcache/2.0.0-SNAPSHOT/shiro-ehcache-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/ehcache/target/shiro-ehcache-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-ehcache/2.0.0-SNAPSHOT/shiro-ehcache-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/ehcache/target/shiro-ehcache-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-ehcache/2.0.0-SNAPSHOT/shiro-ehcache-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/ehcache/target/shiro-ehcache-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-ehcache/2.0.0-SNAPSHOT/shiro-ehcache-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart/pom.xml> to org.apache.shiro.samples/samples-quickstart/2.0.0-SNAPSHOT/samples-quickstart-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart/target/samples-quickstart-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-quickstart/2.0.0-SNAPSHOT/samples-quickstart-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart/target/samples-quickstart-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.samples/samples-quickstart/2.0.0-SNAPSHOT/samples-quickstart-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart/target/samples-quickstart-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-quickstart/2.0.0-SNAPSHOT/samples-quickstart-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/pom.xml> to org.apache.shiro/shiro-spring-boot/2.0.0-SNAPSHOT/shiro-spring-boot-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring/pom.xml> to org.apache.shiro.samples/samples-spring/2.0.0-SNAPSHOT/samples-spring-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring/target/samples-spring-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-spring/2.0.0-SNAPSHOT/samples-spring-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/spring/target/samples-spring-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-spring/2.0.0-SNAPSHOT/samples-spring-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-starter/pom.xml> to org.apache.shiro/shiro-spring-boot-starter/2.0.0-SNAPSHOT/shiro-spring-boot-starter-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-starter/target/shiro-spring-boot-starter-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-spring-boot-starter/2.0.0-SNAPSHOT/shiro-spring-boot-starter-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-starter/target/shiro-spring-boot-starter-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-spring-boot-starter/2.0.0-SNAPSHOT/shiro-spring-boot-starter-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring-boot/spring-boot-starter/target/shiro-spring-boot-starter-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-spring-boot-starter/2.0.0-SNAPSHOT/shiro-spring-boot-starter-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/pom.xml> to org.apache.shiro/shiro-support/2.0.0-SNAPSHOT/shiro-support-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/jaxrs/pom.xml> to org.apache.shiro/shiro-jaxrs/2.0.0-SNAPSHOT/shiro-jaxrs-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/jaxrs/target/shiro-jaxrs-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-jaxrs/2.0.0-SNAPSHOT/shiro-jaxrs-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/jaxrs/target/shiro-jaxrs-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-jaxrs/2.0.0-SNAPSHOT/shiro-jaxrs-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/jaxrs/target/shiro-jaxrs-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-jaxrs/2.0.0-SNAPSHOT/shiro-jaxrs-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/guice/pom.xml> to org.apache.shiro.samples/samples-guice/2.0.0-SNAPSHOT/samples-guice-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/guice/target/samples-guice-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-guice/2.0.0-SNAPSHOT/samples-guice-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/guice/target/samples-guice-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-guice/2.0.0-SNAPSHOT/samples-guice-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 5.12 MB of artifacts by 79.9% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/features/pom.xml> to org.apache.shiro/shiro-features/2.0.0-SNAPSHOT/shiro-features-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/features/target/classes/features.xml> to org.apache.shiro/shiro-features/2.0.0-SNAPSHOT/shiro-features-2.0.0-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/cipher/pom.xml> to org.apache.shiro/shiro-crypto-cipher/2.0.0-SNAPSHOT/shiro-crypto-cipher-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/cipher/target/shiro-crypto-cipher-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-crypto-cipher/2.0.0-SNAPSHOT/shiro-crypto-cipher-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/cipher/target/shiro-crypto-cipher-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-crypto-cipher/2.0.0-SNAPSHOT/shiro-crypto-cipher-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/crypto/cipher/target/shiro-crypto-cipher-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-crypto-cipher/2.0.0-SNAPSHOT/shiro-crypto-cipher-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/support/pom.xml> to org.apache.shiro.integrationtests/shiro-its-support/2.0.0-SNAPSHOT/shiro-its-support-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/support/target/shiro-its-support-2.0.0-SNAPSHOT.jar> to org.apache.shiro.integrationtests/shiro-its-support/2.0.0-SNAPSHOT/shiro-its-support-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/support/target/shiro-its-support-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.integrationtests/shiro-its-support/2.0.0-SNAPSHOT/shiro-its-support-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/support/target/shiro-its-support-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.integrationtests/shiro-its-support/2.0.0-SNAPSHOT/shiro-its-support-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/web/pom.xml> to org.apache.shiro.samples/samples-web/2.0.0-SNAPSHOT/samples-web-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/web/target/samples-web-2.0.0-SNAPSHOT.war> to org.apache.shiro.samples/samples-web/2.0.0-SNAPSHOT/samples-web-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/web/target/samples-web-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-web/2.0.0-SNAPSHOT/samples-web-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 1.98 MB of artifacts by 61.4% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/servlet-plugin/pom.xml> to org.apache.shiro/shiro-servlet-plugin/2.0.0-SNAPSHOT/shiro-servlet-plugin-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/servlet-plugin/target/shiro-servlet-plugin-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-servlet-plugin/2.0.0-SNAPSHOT/shiro-servlet-plugin-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/servlet-plugin/target/shiro-servlet-plugin-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-servlet-plugin/2.0.0-SNAPSHOT/shiro-servlet-plugin-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring/pom.xml> to org.apache.shiro/shiro-spring/2.0.0-SNAPSHOT/shiro-spring-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring/target/shiro-spring-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-spring/2.0.0-SNAPSHOT/shiro-spring-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring/target/shiro-spring-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-spring/2.0.0-SNAPSHOT/shiro-spring-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/spring/target/shiro-spring-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-spring/2.0.0-SNAPSHOT/shiro-spring-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/pom.xml> to org.apache.shiro.integrationtests/shiro-integration-tests/2.0.0-SNAPSHOT/shiro-integration-tests-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice3/pom.xml> to org.apache.shiro.integrationtests/shiro-its-guice3/2.0.0-SNAPSHOT/shiro-its-guice3-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice3/target/shiro-its-guice3-2.0.0-SNAPSHOT.war> to org.apache.shiro.integrationtests/shiro-its-guice3/2.0.0-SNAPSHOT/shiro-its-guice3-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice3/target/shiro-its-guice3-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.integrationtests/shiro-its-guice3/2.0.0-SNAPSHOT/shiro-its-guice3-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 2.81 MB of artifacts by 64.5% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/guice/pom.xml> to org.apache.shiro/shiro-guice/2.0.0-SNAPSHOT/shiro-guice-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/guice/target/shiro-guice-2.0.0-SNAPSHOT.jar> to org.apache.shiro/shiro-guice/2.0.0-SNAPSHOT/shiro-guice-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/guice/target/shiro-guice-2.0.0-SNAPSHOT-tests.jar> to org.apache.shiro/shiro-guice/2.0.0-SNAPSHOT/shiro-guice-2.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/guice/target/shiro-guice-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro/shiro-guice/2.0.0-SNAPSHOT/shiro-guice-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/support/guice/target/shiro-guice-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro/shiro-guice/2.0.0-SNAPSHOT/shiro-guice-2.0.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice4/pom.xml> to org.apache.shiro.integrationtests/shiro-its-guice4/2.0.0-SNAPSHOT/shiro-its-guice4-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice4/target/shiro-its-guice4-2.0.0-SNAPSHOT.war> to org.apache.shiro.integrationtests/shiro-its-guice4/2.0.0-SNAPSHOT/shiro-its-guice4-2.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/integration-tests/guice4/target/shiro-its-guice4-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.integrationtests/shiro-its-guice4/2.0.0-SNAPSHOT/shiro-its-guice4-2.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 5.18 MB of artifacts by 78.4% relative to #781
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart-guice/pom.xml> to org.apache.shiro.samples/samples-quickstart-guice/2.0.0-SNAPSHOT/samples-quickstart-guice-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart-guice/target/samples-quickstart-guice-2.0.0-SNAPSHOT.jar> to org.apache.shiro.samples/samples-quickstart-guice/2.0.0-SNAPSHOT/samples-quickstart-guice-2.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart-guice/target/samples-quickstart-guice-2.0.0-SNAPSHOT-javadoc.jar> to org.apache.shiro.samples/samples-quickstart-guice/2.0.0-SNAPSHOT/samples-quickstart-guice-2.0.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Shiro-master/ws/samples/quickstart-guice/target/samples-quickstart-guice-2.0.0-SNAPSHOT-sources.jar> to org.apache.shiro.samples/samples-quickstart-guice/2.0.0-SNAPSHOT/samples-quickstart-guice-2.0.0-SNAPSHOT-sources.jar
channel stopped

Jenkins build is back to normal : Shiro-master #783

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Shiro-master/783/display/redirect>