Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: CONFIG-maven-snapshots #77

See <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/77/display/redirect>

------------------------------------------
[...truncated 1.51 KB...]
 > /usr/local/bin/git checkout -f 996c063feb899ab3e15b132a2c305f51692078f1
 > /usr/local/bin/git rev-list 996c063feb899ab3e15b132a2c305f51692078f1 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 42796
[workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.8.1.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven33Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.7.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.8.1.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 42796
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/pom.xml> -pl !spec install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-api:jar:1.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.eclipse.microprofile.config:microprofile-config-api:[unknown-version] (<https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/pom.xml)> points at org.eclipse.microprofile.config:microprofile-config-parent instead of org.eclipse.microprofile.config.parent:microprofile-config-parent, please verify your project structure @ org.eclipse.microprofile.config:microprofile-config-api:[unknown-version], <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/pom.xml,> line 20, column 13
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-tck:jar:1.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.eclipse.microprofile.config:microprofile-config-tck:[unknown-version] (<https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/pom.xml)> points at org.eclipse.microprofile.config:microprofile-config-parent instead of org.eclipse.microprofile.config.parent:microprofile-config-parent, please verify your project structure @ org.eclipse.microprofile.config:microprofile-config-tck:[unknown-version], <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/pom.xml,> line 20, column 13
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-spec:pom:1.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.eclipse.microprofile.config:microprofile-config-spec:[unknown-version] (<https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/spec/pom.xml)> points at org.eclipse.microprofile.config:microprofile-config-parent instead of org.eclipse.microprofile.config.parent:microprofile-config-parent, please verify your project structure @ org.eclipse.microprofile.config:microprofile-config-spec:[unknown-version], <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/spec/pom.xml,> line 20, column 13
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Config API
[INFO] MicroProfile Config TCK
[INFO] MicroProfile Config
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile Config API 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 14 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-api ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- bnd-maven-plugin:2.4.1:bnd-process (default) @ microprofile-config-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-api ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-api ---
[INFO] Building jar: <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ microprofile-config-api ---
[INFO] 
Loading source files for package org.eclipse.microprofile.config...
Loading source files for package org.eclipse.microprofile.config.inject...
Loading source files for package org.eclipse.microprofile.config.spi...
Constructing Javadoc information...
Standard Doclet version 1.8.0_121
Building tree for all the packages and classes...
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/Config.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/ConfigProvider.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperty.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigBuilder.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigProviderResolver.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSource.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSourceProvider.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/Converter.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/overview-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/package-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/package-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/package-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/constant-values.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigProvider.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/class-use/Config.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperty.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/Converter.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSourceProvider.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSource.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigProviderResolver.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigBuilder.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/inject/package-use.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/org/eclipse/microprofile/config/spi/package-use.html...>
Building index for all the packages and classes...
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/overview-tree.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/index-all.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/deprecated-list.html...>
Building index for all classes...
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/allclasses-frame.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/allclasses-noframe.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/index.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/overview-summary.html...>
Generating <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/apidocs/help-doc.html...>
[INFO] Building jar: <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-api ---
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT.jar> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/pom.xml> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT.pom
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT-javadoc.jar> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT-javadoc.jar
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile Config TCK 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-tck ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 28 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 26 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-config-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-config-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-config-tck ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-config-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-config-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-tck ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-config-tck ---
[INFO] Building jar: <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/target/microprofile-config-tck-1.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-tck ---
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/target/microprofile-config-tck-1.0-SNAPSHOT.jar> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/1.0-SNAPSHOT/microprofile-config-tck-1.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/pom.xml> to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/1.0-SNAPSHOT/microprofile-config-tck-1.0-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile Config 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-config-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 5 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated: 0, approved: 2 licenses.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile Config API ............................ SUCCESS [  8.016 s]
[INFO] MicroProfile Config TCK ............................ SUCCESS [  8.123 s]
[INFO] MicroProfile Config ................................ FAILURE [  0.087 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.131 s
[INFO] Finished at: 2017-06-22T02:18:24-04:00
[INFO] Final Memory: 66M/2285M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (rat-check) on project microprofile-config-parent: Too many files with unapproved license: 1 See RAT report in: <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/target/rat.txt> -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.config/microprofile-config-tck/1.0-SNAPSHOT/microprofile-config-tck-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/tck/target/microprofile-config-tck-1.0-SNAPSHOT.jar> to org.eclipse.microprofile.config/microprofile-config-tck/1.0-SNAPSHOT/microprofile-config-tck-1.0-SNAPSHOT.jar
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :microprofile-config-parent
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT.jar> to org.eclipse.microprofile.config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/api/target/microprofile-config-api-1.0-SNAPSHOT-javadoc.jar> to org.eclipse.microprofile.config/microprofile-config-api/1.0-SNAPSHOT/microprofile-config-api-1.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://hudson.eclipse.org/microprofile/job/CONFIG-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.config/microprofile-config-parent/1.0-SNAPSHOT/microprofile-config-parent-1.0-SNAPSHOT.pom
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top