See 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/147/display/redirect?page=changes>

Changes:

[pottlinger] TAMAYA-316: Fix minor errors in tests.

------------------------------------------
[...truncated 349.58 KB...]
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/build.data
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ 
examples <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ examples ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ examples 
---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ examples ---
[JENKINS] Recording test results[INFO] 
[INFO] --- pitest-maven:1.2.4:mutationCoverage (mutationcoverage) @ examples ---
[INFO] Skipping project because:
[INFO]   - Packaging is POM.
[INFO]   - Project has not tests, it is empty.

[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ examples ---
[INFO] Installing 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/pom.xml>
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/ext/examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT.pom
[INFO] Installing 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/target/feature/feature.xml>
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/ext/examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT-features.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Resource Location Example 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ 
01-resources-example ---
[INFO] Deleting 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ 
01-resources-example ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ 01-resources-example ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/build.data
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 10 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ 01-resources-example ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ 
01-resources-example ---
[INFO] Generating feature descriptor file 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
01-resources-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ 
01-resources-example ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/examples/01-resources-example/target/classes>
An exception has occurred in the compiler (1.8.0_152). Please file a bug 
against the Java compiler via the Java bug reporting page 
(http://bugreport.java.com) after checking the Bug Database 
(http://bugs.java.com) for duplicates. Include your program and the following 
diagnostic in your report. Thank you.
java.lang.IncompatibleClassChangeError: vtable stub
        at com.sun.tools.javac.tree.JCTree.hasTag(JCTree.java:402)
        at 
com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.validateAnnotatedType(Attr.java:4629)
        at 
com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.validateAnnotatedType(Attr.java:4660)
        at 
com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.visitVarDef(Attr.java:4523)
        at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:852)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
        at 
com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.visitMethodDef(Attr.java:4514)
        at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:778)
        at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
        at 
com.sun.tools.javac.comp.Attr$TypeAnnotationsValidator.visitClassDef(Attr.java:4575)
        at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:693)
        at com.sun.tools.javac.comp.Attr.validateTypeAnnotations(Attr.java:4473)
        at 
com.sun.tools.javac.code.TypeAnnotations$2.run(TypeAnnotations.java:142)
        at com.sun.tools.javac.comp.Annotate.flush(Annotate.java:155)
        at com.sun.tools.javac.comp.Annotate.enterDone(Annotate.java:129)
        at com.sun.tools.javac.comp.Enter.complete(Enter.java:512)
        at com.sun.tools.javac.comp.Enter.main(Enter.java:471)
        at 
com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:982)
        at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:857)
        at com.sun.tools.javac.main.Main.compile(Main.java:523)
        at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
        at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
        at 
org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
        at 
org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
        at 
org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1075)
        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:207)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        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:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at 
org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
        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.launchStandard(Launcher.java:330)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
        at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.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)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya Extensions ........................... SUCCESS [  9.063 s]
[INFO] Apache Tamaya Extension Modules .................... SUCCESS [  1.905 s]
[INFO] Apache Tamaya Resource Services .................... SUCCESS [ 19.209 s]
[INFO] Apache Tamaya Extensions Examples .................. SUCCESS [  1.205 s]
[INFO] Apache Tamaya Resource Location Example ............ FAILURE [  0.642 s]
[INFO] Apache Tamaya Resolver Services .................... SKIPPED
[INFO] Apache Tamaya Value Resolution Example ............. SKIPPED
[INFO] Apache Tamaya Modules - Injection Parent ........... SKIPPED
[INFO] Apache Tamaya Modules - Injection API .............. SKIPPED
[INFO] Apache Tamaya Common Support Classes ............... SKIPPED
[INFO] Apache Tamaya Modules - Common Functional Extensions SKIPPED
[INFO] Apache Tamaya Event and dynamic Update Extensions .. SKIPPED
[INFO] Apache Tamaya Modules - Injection Standalone ....... SKIPPED
[INFO] Apache Tamaya Configuration Injection Example ...... SKIPPED
[INFO] Apache Tamaya Modules - Formats Parent ............. SKIPPED
[INFO] Apache Tamaya Modules Formats Common ............... SKIPPED
[INFO] Apache Tamaya Events Example ....................... SKIPPED
[INFO] Apache Tamaya Optional Configuration Backend ....... SKIPPED
[INFO] Apache Tamaya Modules - Injection CDI .............. SKIPPED
[INFO] Apache Tamaya Modules - Mutable Configuration ...... SKIPPED
[INFO] Apache Tamaya Spring Integration ................... SKIPPED
[INFO] Apache Tamaya Adaptive Configuration Filtering ..... SKIPPED
[INFO] Apache Tamaya JNDI Support ......................... SKIPPED
[INFO] Apache Tamaya Feature Check ........................ SKIPPED
[INFO] Apache Tamaya JSON Support ......................... SKIPPED
[INFO] Apache Tamaya YAML Support ......................... SKIPPED
[INFO] Apache Tamaya :: OSGi Integration :: ALL ........... SKIPPED
[INFO] Apache Tamaya :: OSGi :: Common .................... SKIPPED
[INFO] Apache Tamaya :: OSGi :: Updater ................... SKIPPED
[INFO] Apache Tamaya :: OSGI :: Karaf :: Shell ............ SKIPPED
[INFO] Apache Tamaya :: OSGI :: Karaf :: Features ......... SKIPPED
[INFO] Apache Tamaya :: OSGI :: Gogo :: Shell ............. SKIPPED
[INFO] Apache Tamaya :: OSGI :: Config Injection .......... SKIPPED
[INFO] Apache Tamaya Modules - Microprofile API ........... SKIPPED
[INFO] Apache Tamaya Extension Distribution ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43.213 s
[INFO] Finished at: 2017-11-01T21:03:57+00:00
[INFO] Final Memory: 67M/824M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) 
on project 01-resources-example: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :01-resources-example
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/ws/modules/target/feature/feature.xml>
 to 
org.apache.tamaya.ext/tamaya-extensions/0.4-incubating-SNAPSHOT/tamaya-extensions-0.4-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/ws/modules/spi-support/pom.xml>
 to 
org.apache.tamaya.ext/tamaya-spisupport/0.4-incubating-SNAPSHOT/tamaya-spisupport-0.4-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/ws/target/feature/feature.xml>
 to 
org.apache.tamaya.ext/tamaya-extensions-all/0.4-incubating-SNAPSHOT/tamaya-extensions-all-0.4-incubating-SNAPSHOT-features.xml
[Fast Archiver] Compressed 41.98 KB of artifacts by 76.2% relative to #146
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/ws/examples/target/feature/feature.xml>
 to 
org.apache.tamaya.ext.examples/examples/0.4-incubating-SNAPSHOT/examples-0.4-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT.jar>
 to 
org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/feature/feature.xml>
 to 
org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-javadoc.jar>
 to 
org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-javadoc.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/ws/modules/resources/target/tamaya-resources-0.4-incubating-SNAPSHOT-sources.jar>
 to 
org.apache.tamaya.ext/tamaya-resources/0.4-incubating-SNAPSHOT/tamaya-resources-0.4-incubating-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/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-with-Coverage/ws/examples/01-resources-example/target/feature/feature.xml>
 to 
org.apache.tamaya.ext.examples/01-resources-example/0.4-incubating-SNAPSHOT/01-resources-example-0.4-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving 
<https://builds.apache.org/job/Tamaya-Extensions-Master-with-Coverage/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-with-Coverage/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-with-Coverage/ws/modules/injection/standalone/pom.xml>
 to 
org.apache.tamaya.ext/tamaya-injection/0.4-incubating-SNAPSHOT/tamaya-injection-0.4-incubating-SNAPSHOT.pom
channel stopped

Reply via email to