See <https://builds.apache.org/job/Tamaya-Extensions-Master/1173/display/redirect>
------------------------------------------ [...truncated 5.81 MB...] [INFO] Apache Tamaya Resolver Services .................... SUCCESS [ 30.858 s] [INFO] Apache Tamaya Value Resolution Example ............. SUCCESS [ 27.791 s] [INFO] Apache Tamaya Modules - Injection Parent ........... SUCCESS [ 13.622 s] [INFO] Apache Tamaya Modules - Injection API .............. SUCCESS [ 32.461 s] [INFO] Apache Tamaya Modules - Common Functional Extensions SUCCESS [ 31.874 s] [INFO] Apache Tamaya Event and dynamic Update Extensions .. SUCCESS [ 33.343 s] [INFO] Apache Tamaya Modules - Injection Standalone ....... FAILURE [ 2.614 s] [INFO] Apache Tamaya Configuration Injection Example ...... SKIPPED [INFO] Apache Tamaya Modules - Formats Parent ............. SUCCESS [ 13.114 s] [INFO] Apache Tamaya Modules Formats Common ............... SUCCESS [ 31.455 s] [INFO] Apache Tamaya Events Example ....................... SUCCESS [ 28.699 s] [INFO] Apache Tamaya Optional Configuration Backend ....... SUCCESS [ 29.123 s] [INFO] Apache Tamaya Modules - Injection CDI .............. SKIPPED [INFO] Apache Tamaya Modules - Mutable Configuration ...... SUCCESS [ 31.305 s] [INFO] Apache Tamaya Spring Integration ................... SKIPPED [INFO] Apache Tamaya Adaptive Configuration Filtering ..... SUCCESS [ 29.735 s] [INFO] Apache Tamaya JNDI Support ......................... SUCCESS [ 28.764 s] [INFO] Apache Tamaya Feature Check ........................ SKIPPED [INFO] Apache Tamaya JSON Support ......................... SUCCESS [ 43.884 s] [INFO] Apache Tamaya YAML Support ......................... SUCCESS [ 29.673 s] [INFO] Apache Tamaya :: OSGi Integration :: ALL ........... SUCCESS [ 13.477 s] [INFO] Apache Tamaya :: OSGi :: Common .................... SUCCESS [ 33.207 s] [INFO] Apache Tamaya :: OSGi :: Updater ................... SUCCESS [ 30.158 s] [INFO] Apache Tamaya :: OSGI :: Karaf :: Shell ............ SUCCESS [ 30.693 s] [INFO] Apache Tamaya :: OSGI :: Karaf :: Features ......... SUCCESS [ 20.932 s] [INFO] Apache Tamaya :: OSGI :: Gogo :: Shell ............. SUCCESS [ 32.806 s] [INFO] Apache Tamaya :: OSGI :: Config Injection .......... SKIPPED [INFO] Apache Tamaya Modules - Microprofile API ........... SUCCESS [ 33.279 s] [INFO] Apache Tamaya Extension Distribution ............... SUCCESS [ 45.041 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:27 min [INFO] Finished at: 2017-11-19T12:04:17Z [INFO] Final Memory: 89M/1104M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project tamaya-injection: Compilation failure: Compilation failure: [ERROR] <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/standalone/src/main/java/org/apache/tamaya/inject/internal/DefaultDynamicValue.java>:[65,7] org.apache.tamaya.inject.internal.DefaultDynamicValue is not abstract and does not override abstract method getPropertyName() in org.apache.tamaya.inject.spi.BaseDynamicValue [ERROR] <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/standalone/src/main/java/org/apache/tamaya/inject/internal/DefaultDynamicValue.java>:[125,60] constructor BaseDynamicValue in class org.apache.tamaya.inject.spi.BaseDynamicValue<T> cannot be applied to given types; [ERROR] required: org.apache.tamaya.TypeLiteral,java.util.List<java.lang.String> [ERROR] found: no arguments [ERROR] reason: actual and formal argument lists differ in length [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project tamaya-injection: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) 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:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) 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:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:176) 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:181) at hudson.remoting.UserRequest.perform (UserRequest.java:52) at hudson.remoting.Request$2.run (Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:68) 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: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161) at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) 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:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107) 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:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:176) 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:181) at hudson.remoting.UserRequest.perform (UserRequest.java:52) at hudson.remoting.Request$2.run (Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:68) 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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :tamaya-injection [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/pom.xml> to org.apache.tamaya.ext/tamaya-extensions/0.4-incubating-SNAPSHOT/tamaya-extensions-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-extensions/0.4-incubating-20171119.114839-287/tamaya-extensions-0.4-incubating-20171119.114839-287-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/events/pom.xml> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-SNAPSHOT/tamaya-events-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-20171119.115310-277/tamaya-events-0.4-incubating-20171119.115310-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/events/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-20171119.115310-277/tamaya-events-0.4-incubating-20171119.115310-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-20171119.115310-277/tamaya-events-0.4-incubating-20171119.115310-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/events/target/tamaya-events-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-events/0.4-incubating-20171119.115310-277/tamaya-events-0.4-incubating-20171119.115310-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/base/pom.xml> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-SNAPSHOT/tamaya-formats-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-20171119.115405-277/tamaya-formats-0.4-incubating-20171119.115405-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/base/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-20171119.115405-277/tamaya-formats-0.4-incubating-20171119.115405-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-20171119.115405-277/tamaya-formats-0.4-incubating-20171119.115405-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/base/target/tamaya-formats-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-formats/0.4-incubating-20171119.115405-277/tamaya-formats-0.4-incubating-20171119.115405-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/features/pom.xml> to org.apache.tamaya.ext/tamaya-features/0.4-incubating-SNAPSHOT/tamaya-features-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/pom.xml> to org.apache.tamaya.ext/tamaya-formats-all/0.4-incubating-SNAPSHOT/tamaya-formats-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-formats-all/0.4-incubating-20171119.115340-282/tamaya-formats-all-0.4-incubating-20171119.115340-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/pom.xml> to org.apache.tamaya.ext/tamaya-extensions-all/0.4-incubating-SNAPSHOT/tamaya-extensions-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-extensions-all/0.4-incubating-20171119.114822-287/tamaya-extensions-all-0.4-incubating-20171119.114822-287-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-shell/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-SNAPSHOT/tamaya-osgi-karaf-shell-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-shell/target/tamaya-osgi-karaf-shell-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-20171119.120012-126/tamaya-osgi-karaf-shell-0.4-incubating-20171119.120012-126.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-shell/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-20171119.120012-126/tamaya-osgi-karaf-shell-0.4-incubating-20171119.120012-126-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-shell/target/tamaya-osgi-karaf-shell-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-20171119.120012-126/tamaya-osgi-karaf-shell-0.4-incubating-20171119.120012-126-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-shell/target/tamaya-osgi-karaf-shell-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-osgi-karaf-shell/0.4-incubating-20171119.120012-126/tamaya-osgi-karaf-shell-0.4-incubating-20171119.120012-126-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/microprofile/pom.xml> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-SNAPSHOT/tamaya-microprofile-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/microprofile/target/tamaya-microprofile-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-20171119.120150-88/tamaya-microprofile-0.4-incubating-20171119.120150-88.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/microprofile/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-20171119.120150-88/tamaya-microprofile-0.4-incubating-20171119.120150-88-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/microprofile/target/tamaya-microprofile-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-20171119.120150-88/tamaya-microprofile-0.4-incubating-20171119.120150-88-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/microprofile/target/tamaya-microprofile-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-microprofile/0.4-incubating-20171119.120150-88/tamaya-microprofile-0.4-incubating-20171119.120150-88-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/jndi/pom.xml> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-SNAPSHOT/tamaya-jndi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/jndi/target/tamaya-jndi-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-20171119.115651-276/tamaya-jndi-0.4-incubating-20171119.115651-276.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/jndi/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-20171119.115651-276/tamaya-jndi-0.4-incubating-20171119.115651-276-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/jndi/target/tamaya-jndi-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-20171119.115651-276/tamaya-jndi-0.4-incubating-20171119.115651-276-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/jndi/target/tamaya-jndi-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-jndi/0.4-incubating-20171119.115651-276/tamaya-jndi-0.4-incubating-20171119.115651-276-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/common/pom.xml> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-SNAPSHOT/tamaya-osgi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/common/target/tamaya-osgi-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-20171119.115903-127/tamaya-osgi-0.4-incubating-20171119.115903-127.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/common/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-20171119.115903-127/tamaya-osgi-0.4-incubating-20171119.115903-127-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/common/target/tamaya-osgi-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-20171119.115903-127/tamaya-osgi-0.4-incubating-20171119.115903-127-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/common/target/tamaya-osgi-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-osgi/0.4-incubating-20171119.115903-127/tamaya-osgi-0.4-incubating-20171119.115903-127-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/03-injection-example/pom.xml> to org.apache.tamaya.ext.examples/03-injection-example/0.4-incubating-SNAPSHOT/03-injection-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/optional/pom.xml> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-SNAPSHOT/tamaya-optional-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/optional/target/tamaya-optional-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-20171119.115510-282/tamaya-optional-0.4-incubating-20171119.115510-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/optional/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-20171119.115510-282/tamaya-optional-0.4-incubating-20171119.115510-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/optional/target/tamaya-optional-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-20171119.115510-282/tamaya-optional-0.4-incubating-20171119.115510-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/optional/target/tamaya-optional-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-optional/0.4-incubating-20171119.115510-282/tamaya-optional-0.4-incubating-20171119.115510-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resolver/pom.xml> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-SNAPSHOT/tamaya-resolver-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-20171119.115034-282/tamaya-resolver-0.4-incubating-20171119.115034-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resolver/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-20171119.115034-282/tamaya-resolver-0.4-incubating-20171119.115034-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-20171119.115034-282/tamaya-resolver-0.4-incubating-20171119.115034-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resolver/target/tamaya-resolver-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-resolver/0.4-incubating-20171119.115034-282/tamaya-resolver-0.4-incubating-20171119.115034-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/pom.xml> to org.apache.tamaya.ext.examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext.examples/examples/0.4-incubating-20171119.114938-282/examples-0.4-incubating-20171119.114938-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-features/pom.xml> to org.apache.tamaya.ext/tamaya-karaf-features/0.4-incubating-SNAPSHOT/tamaya-karaf-features-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-features/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-karaf-features/0.4-incubating-20171119.120038-131/tamaya-karaf-features-0.4-incubating-20171119.120038-131-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/karaf-features/target/tamaya-karaf-features-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-karaf-features/0.4-incubating-20171119.120038-131/tamaya-karaf-features-0.4-incubating-20171119.120038-131-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/filter/pom.xml> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-SNAPSHOT/tamaya-filter-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/filter/target/tamaya-filter-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-20171119.115618-276/tamaya-filter-0.4-incubating-20171119.115618-276.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/filter/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-20171119.115618-276/tamaya-filter-0.4-incubating-20171119.115618-276-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/filter/target/tamaya-filter-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-20171119.115618-276/tamaya-filter-0.4-incubating-20171119.115618-276-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/filter/target/tamaya-filter-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-filter/0.4-incubating-20171119.115618-276/tamaya-filter-0.4-incubating-20171119.115618-276-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/spring/pom.xml> to org.apache.tamaya.ext/tamaya-spring/0.4-incubating-SNAPSHOT/tamaya-spring-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/02-resolver-example/pom.xml> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-SNAPSHOT/02-resolver-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-20171119.115106-282/02-resolver-example-0.4-incubating-20171119.115106-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/02-resolver-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-20171119.115106-282/02-resolver-example-0.4-incubating-20171119.115106-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-20171119.115106-282/02-resolver-example-0.4-incubating-20171119.115106-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/02-resolver-example/target/02-resolver-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/02-resolver-example/0.4-incubating-20171119.115106-282/02-resolver-example-0.4-incubating-20171119.115106-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-all/0.4-incubating-SNAPSHOT/tamaya-osgi-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-osgi-all/0.4-incubating-20171119.115837-172/tamaya-osgi-all-0.4-incubating-20171119.115837-172-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/updater/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-SNAPSHOT/tamaya-osgi-updater-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/updater/target/tamaya-osgi-updater-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-20171119.115938-126/tamaya-osgi-updater-0.4-incubating-20171119.115938-126.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/updater/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-20171119.115938-126/tamaya-osgi-updater-0.4-incubating-20171119.115938-126-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/updater/target/tamaya-osgi-updater-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-20171119.115938-126/tamaya-osgi-updater-0.4-incubating-20171119.115938-126-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/updater/target/tamaya-osgi-updater-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-osgi-updater/0.4-incubating-20171119.115938-126/tamaya-osgi-updater-0.4-incubating-20171119.115938-126-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/cdi/pom.xml> to org.apache.tamaya.ext/tamaya-cdi/0.4-incubating-SNAPSHOT/tamaya-cdi-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/yaml/pom.xml> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-SNAPSHOT/tamaya-yaml-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/yaml/target/tamaya-yaml-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-20171119.115811-277/tamaya-yaml-0.4-incubating-20171119.115811-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/yaml/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-20171119.115811-277/tamaya-yaml-0.4-incubating-20171119.115811-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/yaml/target/tamaya-yaml-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-20171119.115811-277/tamaya-yaml-0.4-incubating-20171119.115811-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/yaml/target/tamaya-yaml-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-yaml/0.4-incubating-20171119.115811-277/tamaya-yaml-0.4-incubating-20171119.115811-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/mutable-config/pom.xml> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-SNAPSHOT/tamaya-mutable-config-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/mutable-config/target/tamaya-mutable-config-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-20171119.115545-276/tamaya-mutable-config-0.4-incubating-20171119.115545-276.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/mutable-config/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-20171119.115545-276/tamaya-mutable-config-0.4-incubating-20171119.115545-276-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/mutable-config/target/tamaya-mutable-config-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-20171119.115545-276/tamaya-mutable-config-0.4-incubating-20171119.115545-276-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/mutable-config/target/tamaya-mutable-config-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-mutable-config/0.4-incubating-20171119.115545-276/tamaya-mutable-config-0.4-incubating-20171119.115545-276-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/injection-api/pom.xml> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-SNAPSHOT/tamaya-injection-api-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-20171119.115157-282/tamaya-injection-api-0.4-incubating-20171119.115157-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/injection-api/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-20171119.115157-282/tamaya-injection-api-0.4-incubating-20171119.115157-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-20171119.115157-282/tamaya-injection-api-0.4-incubating-20171119.115157-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/injection-api/target/tamaya-injection-api-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-injection-api/0.4-incubating-20171119.115157-282/tamaya-injection-api-0.4-incubating-20171119.115157-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resources/pom.xml> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-20171119.114912-282/tamaya-resources-0.4-incubating-20171119.114912-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resources/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-20171119.114912-282/tamaya-resources-0.4-incubating-20171119.114912-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-20171119.114912-282/tamaya-resources-0.4-incubating-20171119.114912-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-resources/0.4-incubating-20171119.114912-282/tamaya-resources-0.4-incubating-20171119.114912-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/04-events-example/pom.xml> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-SNAPSHOT/04-events-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-20171119.115437-277/04-events-example-0.4-incubating-20171119.115437-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/04-events-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-20171119.115437-277/04-events-example-0.4-incubating-20171119.115437-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-20171119.115437-277/04-events-example-0.4-incubating-20171119.115437-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/04-events-example/target/04-events-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/04-events-example/0.4-incubating-20171119.115437-277/04-events-example-0.4-incubating-20171119.115437-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/json/pom.xml> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-SNAPSHOT/tamaya-json-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/json/target/tamaya-json-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-20171119.115738-277/tamaya-json-0.4-incubating-20171119.115738-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/json/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-20171119.115738-277/tamaya-json-0.4-incubating-20171119.115738-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/json/target/tamaya-json-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-20171119.115738-277/tamaya-json-0.4-incubating-20171119.115738-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/formats/json/target/tamaya-json-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-json/0.4-incubating-20171119.115738-277/tamaya-json-0.4-incubating-20171119.115738-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/gogo-shell/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-SNAPSHOT/tamaya-osgi-gogo-shell-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/gogo-shell/target/tamaya-osgi-gogo-shell-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-20171119.120113-126/tamaya-osgi-gogo-shell-0.4-incubating-20171119.120113-126.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/gogo-shell/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-20171119.120113-126/tamaya-osgi-gogo-shell-0.4-incubating-20171119.120113-126-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/gogo-shell/target/tamaya-osgi-gogo-shell-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-20171119.120113-126/tamaya-osgi-gogo-shell-0.4-incubating-20171119.120113-126-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/gogo-shell/target/tamaya-osgi-gogo-shell-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-osgi-gogo-shell/0.4-incubating-20171119.120113-126/tamaya-osgi-gogo-shell-0.4-incubating-20171119.120113-126-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/osgi/injection/pom.xml> to org.apache.tamaya.ext/tamaya-osgi-injection/0.4-incubating-SNAPSHOT/tamaya-osgi-injection-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/pom.xml> to org.apache.tamaya.ext/tamaya-injection-all/0.4-incubating-SNAPSHOT/tamaya-injection-all-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection-all/0.4-incubating-20171119.115132-282/tamaya-injection-all-0.4-incubating-20171119.115132-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/01-resources-example/pom.xml> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-20171119.115000-282/01-resources-example-0.4-incubating-20171119.115000-282.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/01-resources-example/target/feature/feature.xml> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-20171119.115000-282/01-resources-example-0.4-incubating-20171119.115000-282-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-20171119.115000-282/01-resources-example-0.4-incubating-20171119.115000-282-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/examples/01-resources-example/target/01-resources-example-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-20171119.115000-282/01-resources-example-0.4-incubating-20171119.115000-282-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/functions/pom.xml> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-SNAPSHOT/tamaya-functions-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-20171119.115233-277/tamaya-functions-0.4-incubating-20171119.115233-277.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/functions/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-20171119.115233-277/tamaya-functions-0.4-incubating-20171119.115233-277-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-20171119.115233-277/tamaya-functions-0.4-incubating-20171119.115233-277-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/functions/target/tamaya-functions-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-functions/0.4-incubating-20171119.115233-277/tamaya-functions-0.4-incubating-20171119.115233-277-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/pom.xml> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-SNAPSHOT/tamaya-extension-distribution-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/target/tamaya-extension-distribution-0.4-incubating-SNAPSHOT.jar> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-20171119.120235-278/tamaya-extension-distribution-0.4-incubating-20171119.120235-278.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-20171119.120235-278/tamaya-extension-distribution-0.4-incubating-20171119.120235-278-features.xml [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/target/tamaya-extension-distribution-0.4-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-20171119.120235-278/tamaya-extension-distribution-0.4-incubating-20171119.120235-278-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/target/apache-tamaya-extension-distribution-0.4-incubating-SNAPSHOT-src.zip> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-20171119.120235-278/tamaya-extension-distribution-0.4-incubating-20171119.120235-278.zip [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/distribution/target/apache-tamaya-extension-distribution-0.4-incubating-SNAPSHOT-src.tar.gz> to org.apache.tamaya.ext/tamaya-extension-distribution/0.4-incubating-20171119.120235-278/tamaya-extension-distribution-0.4-incubating-20171119.120235-278.tar.gz [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/standalone/pom.xml> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Extensions-Master/ws/modules/injection/standalone/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT-features.xml channel stopped
