From 2b16555cc4fbc6d608dc43288a9a9ba7e3f5496c Mon Sep 17 00:00:00 2001 From: bill Date: Mon, 15 Jun 2020 13:09:23 -0400 Subject: [PATCH] Update version and merget from develop. --- asbestos-adapter/pom.xml | 4 +- asbestos-analysis/pom.xml | 8 +- asbestos-assembly/pom.xml | 2 +- asbestos-client/pom.xml | 10 +- asbestos-codes-jaxb/pom.xml | 2 +- asbestos-debug-testscript/pom.xml | 4 +- asbestos-http/pom.xml | 4 +- asbestos-mhd/pom.xml | 12 +- asbestos-proxy/pom.xml | 18 +- asbestos-shared-objects/pom.xml | 4 +- asbestos-simapi/pom.xml | 6 +- asbestos-test-engine/pom.xml | 8 +- asbestos-utilities/pom.xml | 8 +- asbestos-view/pom.xml | 4 +- asbestos-war/build-log.txt | 626 ++++++++++++++++++++++++++++++ asbestos-war/pom.xml | 12 +- asbestos-xds-jaxb/pom.xml | 2 +- pom.xml | 2 +- service-properties/pom.xml | 2 +- 19 files changed, 682 insertions(+), 56 deletions(-) create mode 100644 asbestos-war/build-log.txt diff --git a/asbestos-adapter/pom.xml b/asbestos-adapter/pom.xml index 03d1c580c..8e37cf8ba 100644 --- a/asbestos-adapter/pom.xml +++ b/asbestos-adapter/pom.xml @@ -7,11 +7,11 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 asbestos-adapter - 2.0.0-SNAPSHOT + 2.0.0 Asbestos Adapter diff --git a/asbestos-analysis/pom.xml b/asbestos-analysis/pom.xml index a948b5b82..1cf3dac26 100644 --- a/asbestos-analysis/pom.xml +++ b/asbestos-analysis/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -15,19 +15,19 @@ gov.nist.asbestos asbestos-proxy-support - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-test-engine - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-mhd - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-assembly/pom.xml b/asbestos-assembly/pom.xml index 0cf30b446..c91cbe5f9 100644 --- a/asbestos-assembly/pom.xml +++ b/asbestos-assembly/pom.xml @@ -6,7 +6,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/asbestos-client/pom.xml b/asbestos-client/pom.xml index 14c8e558e..f74f3005c 100644 --- a/asbestos-client/pom.xml +++ b/asbestos-client/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -15,22 +15,22 @@ gov.nist.asbestos asbestos-http - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos simapi - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-shared-objects - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos service-properties - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-codes-jaxb/pom.xml b/asbestos-codes-jaxb/pom.xml index 0e17e37f2..da489479c 100644 --- a/asbestos-codes-jaxb/pom.xml +++ b/asbestos-codes-jaxb/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/asbestos-debug-testscript/pom.xml b/asbestos-debug-testscript/pom.xml index 902bc7eba..c6dd9ed20 100644 --- a/asbestos-debug-testscript/pom.xml +++ b/asbestos-debug-testscript/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -20,7 +20,7 @@ gov.nist.asbestos asbestos-proxy - 2.0.0-SNAPSHOT + 2.0.0 compile diff --git a/asbestos-http/pom.xml b/asbestos-http/pom.xml index 5ff1c55fb..b2d7e57c8 100644 --- a/asbestos-http/pom.xml +++ b/asbestos-http/pom.xml @@ -8,11 +8,11 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 asbestos-http - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-mhd/pom.xml b/asbestos-mhd/pom.xml index efa827c17..9eefe94a5 100644 --- a/asbestos-mhd/pom.xml +++ b/asbestos-mhd/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -15,27 +15,27 @@ gov.nist.asbestos asbestos-utilities - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-codes-jaxb - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-xds-jaxb - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-proxy-support - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos service-properties - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-proxy/pom.xml b/asbestos-proxy/pom.xml index 004032e1f..0979bc946 100644 --- a/asbestos-proxy/pom.xml +++ b/asbestos-proxy/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -22,42 +22,42 @@ gov.nist.asbestos asbestos-test-engine - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-mhd - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-shared-objects - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-http - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-adapter - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-analysis - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos simapi - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos service-properties - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.toolkit diff --git a/asbestos-shared-objects/pom.xml b/asbestos-shared-objects/pom.xml index 605a55060..5e4051711 100644 --- a/asbestos-shared-objects/pom.xml +++ b/asbestos-shared-objects/pom.xml @@ -5,7 +5,7 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -19,7 +19,7 @@ gov.nist.asbestos service-properties - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-simapi/pom.xml b/asbestos-simapi/pom.xml index b41f69bca..da4c403a5 100644 --- a/asbestos-simapi/pom.xml +++ b/asbestos-simapi/pom.xml @@ -7,11 +7,11 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 simapi - 2.0.0-SNAPSHOT + 2.0.0 jar @@ -61,7 +61,7 @@ gov.nist.asbestos asbestos-adapter - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-test-engine/pom.xml b/asbestos-test-engine/pom.xml index 6694b6233..e2c46f556 100644 --- a/asbestos-test-engine/pom.xml +++ b/asbestos-test-engine/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -15,17 +15,17 @@ gov.nist.asbestos asbestos-utilities - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos service-properties - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-proxy-support - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-utilities/pom.xml b/asbestos-utilities/pom.xml index a458d5dfa..2b881c10f 100644 --- a/asbestos-utilities/pom.xml +++ b/asbestos-utilities/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -21,17 +21,17 @@ gov.nist.asbestos asbestos-xds-jaxb - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-http - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-proxy-support - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-view/pom.xml b/asbestos-view/pom.xml index f15ad9ca6..eda429018 100644 --- a/asbestos-view/pom.xml +++ b/asbestos-view/pom.xml @@ -6,12 +6,12 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 view jar - 2.0.0-SNAPSHOT + 2.0.0 view diff --git a/asbestos-war/build-log.txt b/asbestos-war/build-log.txt new file mode 100644 index 000000000..f07ac6d32 --- /dev/null +++ b/asbestos-war/build-log.txt @@ -0,0 +1,626 @@ +[INFO] Scanning for projects... +[INFO] ------------------------------------------------------------------------ +[INFO] Reactor Build Order: +[INFO] +[INFO] Asbestos [pom] +[INFO] Asbestos Adapter [jar] +[INFO] simapi [jar] +[INFO] view [jar] +[INFO] asbestos-http [jar] +[INFO] service-properties [jar] +[INFO] asbestos-shared-objects [jar] +[INFO] asbestos-xds-jaxb [jar] +[INFO] asbestos-proxy-support [jar] +[INFO] asbestos-utilities [jar] +[INFO] asbestos-test-engine [jar] +[INFO] asbestos-codes-jaxb [jar] +[INFO] asbestos-mhd [jar] +[INFO] asbestos-analysis [jar] +[INFO] asbestos-proxy [jar] +[INFO] asbestos-debug-testscript [jar] +[INFO] asbestos-war [war] +[INFO] +[INFO] ---------------------< gov.nist.asbestos:asbestos >--------------------- +[INFO] Building Asbestos 2.0.0 [1/17] +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos --- +[INFO] Installing /home/bill/develop/asbestos/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos/2.0.0/asbestos-2.0.0.pom +[INFO] +[INFO] -----------------< gov.nist.asbestos:asbestos-adapter >----------------- +[INFO] Building Asbestos Adapter 2.0.0 [2/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-adapter --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-adapter/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-adapter --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 1 source file to /home/bill/develop/asbestos/asbestos-adapter/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-adapter --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-adapter --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-adapter --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-adapter --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-adapter/target/asbestos-adapter.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-adapter --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-adapter/target/asbestos-adapter.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-adapter/2.0.0/asbestos-adapter-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-adapter/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-adapter/2.0.0/asbestos-adapter-2.0.0.pom +[INFO] +[INFO] ----------------------< gov.nist.asbestos:simapi >---------------------- +[INFO] Building simapi 2.0.0 [3/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simapi --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 59 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ simapi --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 30 source files to /home/bill/develop/asbestos/asbestos-simapi/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simapi --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ simapi --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ simapi --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ simapi --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-simapi/target/asbestos-simapi.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ simapi --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-simapi/target/asbestos-simapi.jar to /home/bill/.m2/repository/gov/nist/asbestos/simapi/2.0.0/simapi-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-simapi/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/simapi/2.0.0/simapi-2.0.0.pom +[INFO] +[INFO] -----------------------< gov.nist.asbestos:view >----------------------- +[INFO] Building view 2.0.0 [4/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) @ view --- +[INFO] Node v9.11.1 is already installed. +[INFO] +[INFO] --- frontend-maven-plugin:1.6:npm (npm install) @ view --- +[INFO] Running 'npm install' in /home/bill/develop/asbestos/asbestos-view +[WARNING] npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. +[WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents): +[WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) +[ERROR] +[INFO] up to date in 5.746s +[INFO] +[INFO] --- frontend-maven-plugin:1.6:npm (npm run build) @ view --- +[INFO] Running 'npm run build' in /home/bill/develop/asbestos/asbestos-view +[INFO] +[INFO] > view@0.1.0 build /home/bill/develop/asbestos/asbestos-view +[INFO] > vue-cli-service build +[INFO] +[INFO] VUE_APP_PROTOCOL_TO_USE is: undefined +[INFO] +[ERROR] - Building for production... +[ERROR] Browserslist: caniuse-lite is outdated. Please run the following command: `npm update` +[INFO] WARNING Compiled with 3 warnings13:06:15 +[INFO] +[INFO] warning +[INFO] +[INFO] asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). +[INFO] This can impact web performance. +[INFO] Assets: +[INFO] js/chunk-vendors.415376e9.js (898 KiB) +[INFO] +[INFO] warning +[INFO] +[INFO] entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. +[INFO] Entrypoints: +[INFO] app (1.1 MiB) +[INFO] css/chunk-vendors.44be3266.css +[INFO] js/chunk-vendors.415376e9.js +[INFO] css/app.3fb5d1d5.css +[INFO] js/app.0ba30e6b.js +[INFO] +[INFO] +[INFO] warning +[INFO] +[INFO] webpack performance recommendations: +[INFO] You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. +[INFO] For more info visit https://webpack.js.org/guides/code-splitting/ +[INFO] +[INFO] File Size Gzipped +[INFO] +[INFO] dist/js/chunk-vendors.415376e9.js 898.24 KiB 291.47 KiB +[INFO] dist/js/app.0ba30e6b.js 217.00 KiB 58.43 KiB +[INFO] dist/css/app.3fb5d1d5.css 13.27 KiB 3.15 KiB +[INFO] dist/css/chunk-vendors.44be3266.css 0.88 KiB 0.37 KiB +[INFO] +[INFO] Images and other types of assets omitted. +[INFO] +[INFO] DONE Build complete. The dist directory is ready to be deployed. +[INFO] INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html +[INFO] +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ view --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-view/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ view --- +[INFO] No sources to compile +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ view --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ view --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ view --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ view --- +[WARNING] JAR will be empty - no content was marked for inclusion! +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-view/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ view --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-view/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/view/2.0.0/view-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-view/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/view/2.0.0/view-2.0.0.pom +[INFO] +[INFO] ------------------< gov.nist.asbestos:asbestos-http >------------------- +[INFO] Building asbestos-http 2.0.0 [5/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-http --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-http/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-http --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 21 source files to /home/bill/develop/asbestos/asbestos-http/target/classes +[WARNING] /home/bill/develop/asbestos/asbestos-http/src/main/java/gov/nist/asbestos/http/operations/HttpDelete.java:[4,18] sun.nio.ch.IOUtil is internal proprietary API and may be removed in a future release +[INFO] /home/bill/develop/asbestos/asbestos-http/src/main/java/gov/nist/asbestos/http/operations/HttpBase.java: Some input files use unchecked or unsafe operations. +[INFO] /home/bill/develop/asbestos/asbestos-http/src/main/java/gov/nist/asbestos/http/operations/HttpBase.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-http --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-http --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-http --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-http --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-http/target/asbestos-http.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-http --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-http/target/asbestos-http.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-http/2.0.0/asbestos-http-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-http/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-http/2.0.0/asbestos-http-2.0.0.pom +[INFO] +[INFO] ----------------< gov.nist.asbestos:service-properties >---------------- +[INFO] Building service-properties 2.0.0 [6/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ service-properties --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/service-properties/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ service-properties --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 2 source files to /home/bill/develop/asbestos/service-properties/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ service-properties --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ service-properties --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ service-properties --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ service-properties --- +[INFO] Building jar: /home/bill/develop/asbestos/service-properties/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ service-properties --- +[INFO] Installing /home/bill/develop/asbestos/service-properties/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/service-properties/2.0.0/service-properties-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/service-properties/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/service-properties/2.0.0/service-properties-2.0.0.pom +[INFO] +[INFO] -------------< gov.nist.asbestos:asbestos-shared-objects >-------------- +[INFO] Building asbestos-shared-objects 2.0.0 [7/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-shared-objects --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-shared-objects/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-shared-objects --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 9 source files to /home/bill/develop/asbestos/asbestos-shared-objects/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-shared-objects --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-shared-objects --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-shared-objects --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-shared-objects --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-shared-objects/target/asbestos-shared-objects.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-shared-objects --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-shared-objects/target/asbestos-shared-objects.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-shared-objects/2.0.0/asbestos-shared-objects-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-shared-objects/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-shared-objects/2.0.0/asbestos-shared-objects-2.0.0.pom +[INFO] +[INFO] ----------------< gov.nist.asbestos:asbestos-xds-jaxb >----------------- +[INFO] Building asbestos-xds-jaxb 2.0.0 [8/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-xds-jaxb --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 9 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-xds-jaxb --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 115 source files to /home/bill/develop/asbestos/asbestos-xds-jaxb/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-xds-jaxb --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-xds-jaxb --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-xds-jaxb --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-xds-jaxb --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-xds-jaxb/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-xds-jaxb --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-xds-jaxb/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-xds-jaxb/2.0.0/asbestos-xds-jaxb-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-xds-jaxb/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-xds-jaxb/2.0.0/asbestos-xds-jaxb-2.0.0.pom +[INFO] +[INFO] --------------< gov.nist.asbestos:asbestos-proxy-support >-------------- +[INFO] Building asbestos-proxy-support 2.0.0 [9/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-proxy-support --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-client/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-proxy-support --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 45 source files to /home/bill/develop/asbestos/asbestos-client/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-proxy-support --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-proxy-support --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-proxy-support --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-proxy-support --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-client/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-proxy-support --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-client/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-proxy-support/2.0.0/asbestos-proxy-support-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-client/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-proxy-support/2.0.0/asbestos-proxy-support-2.0.0.pom +[INFO] +[INFO] ----------------< gov.nist.asbestos:asbestos-utilities >---------------- +[INFO] Building asbestos-utilities 2.0.0 [10/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-utilities --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 6 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-utilities --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 15 source files to /home/bill/develop/asbestos/asbestos-utilities/target/classes +[INFO] /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/MultipartSender.java: /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/MultipartSender.java uses or overrides a deprecated API. +[INFO] /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/MultipartSender.java: Recompile with -Xlint:deprecation for details. +[INFO] /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/ResourceHasMethodsFilter.java: /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/ResourceHasMethodsFilter.java uses unchecked or unsafe operations. +[INFO] /home/bill/develop/asbestos/asbestos-utilities/src/main/java/gov/nist/asbestos/utilities/ResourceHasMethodsFilter.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-utilities --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-utilities --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-utilities --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-utilities --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-utilities/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-utilities --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-utilities/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-utilities/2.0.0/asbestos-utilities-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-utilities/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-utilities/2.0.0/asbestos-utilities-2.0.0.pom +[INFO] +[INFO] ---------------< gov.nist.asbestos:asbestos-test-engine >--------------- +[INFO] Building asbestos-test-engine 2.0.0 [11/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-test-engine --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 1 resource +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-test-engine --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 36 source files to /home/bill/develop/asbestos/asbestos-test-engine/target/classes +[INFO] /home/bill/develop/asbestos/asbestos-test-engine/src/main/java/gov/nist/asbestos/testEngine/engine/translator/ScriptTranslator.java: Some input files use unchecked or unsafe operations. +[INFO] /home/bill/develop/asbestos/asbestos-test-engine/src/main/java/gov/nist/asbestos/testEngine/engine/translator/ScriptTranslator.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-test-engine --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-test-engine --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-test-engine --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-test-engine --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-test-engine/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-test-engine --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-test-engine/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-test-engine/2.0.0/asbestos-test-engine-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-test-engine/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-test-engine/2.0.0/asbestos-test-engine-2.0.0.pom +[INFO] +[INFO] ---------------< gov.nist.asbestos:asbestos-codes-jaxb >---------------- +[INFO] Building asbestos-codes-jaxb 2.0.0 [12/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-codes-jaxb --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 5 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-codes-jaxb --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 5 source files to /home/bill/develop/asbestos/asbestos-codes-jaxb/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-codes-jaxb --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-codes-jaxb --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-codes-jaxb --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-codes-jaxb --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-codes-jaxb/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-codes-jaxb --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-codes-jaxb/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-codes-jaxb/2.0.0/asbestos-codes-jaxb-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-codes-jaxb/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-codes-jaxb/2.0.0/asbestos-codes-jaxb-2.0.0.pom +[INFO] +[INFO] -------------------< gov.nist.asbestos:asbestos-mhd >------------------- +[INFO] Building asbestos-mhd 2.0.0 [13/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-mhd --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 2 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-mhd --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 42 source files to /home/bill/develop/asbestos/asbestos-mhd/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-mhd --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-mhd --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-mhd --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-mhd --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-mhd/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-mhd --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-mhd/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-mhd/2.0.0/asbestos-mhd-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-mhd/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-mhd/2.0.0/asbestos-mhd-2.0.0.pom +[INFO] +[INFO] ----------------< gov.nist.asbestos:asbestos-analysis >----------------- +[INFO] Building asbestos-analysis 2.0.0 [14/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-analysis --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 0 resource +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-analysis --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 8 source files to /home/bill/develop/asbestos/asbestos-analysis/target/classes +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-analysis --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-analysis --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-analysis --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-analysis --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-analysis/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-analysis --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-analysis/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-analysis/2.0.0/asbestos-analysis-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-analysis/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-analysis/2.0.0/asbestos-analysis-2.0.0.pom +[INFO] +[INFO] ------------------< gov.nist.asbestos:asbestos-proxy >------------------ +[INFO] Building asbestos-proxy 2.0.0 [15/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-proxy --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 4 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-proxy --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 64 source files to /home/bill/develop/asbestos/asbestos-proxy/target/classes +[INFO] /home/bill/develop/asbestos/asbestos-proxy/src/main/java/gov/nist/asbestos/asbestosProxy/servlet/ProxyServlet.java: Some input files use unchecked or unsafe operations. +[INFO] /home/bill/develop/asbestos/asbestos-proxy/src/main/java/gov/nist/asbestos/asbestosProxy/servlet/ProxyServlet.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-proxy --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-proxy --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-proxy --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-proxy --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-proxy/target/asbestos.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-proxy --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-proxy/target/asbestos.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-proxy/2.0.0/asbestos-proxy-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-proxy/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-proxy/2.0.0/asbestos-proxy-2.0.0.pom +[INFO] +[INFO] ------------< gov.nist.asbestos:asbestos-debug-testscript >------------- +[INFO] Building asbestos-debug-testscript 2.0.0 [16/17] +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-debug-testscript --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] skip non existing resourceDirectory /home/bill/develop/asbestos/asbestos-debug-testscript/src/main/resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-debug-testscript --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 2 source files to /home/bill/develop/asbestos/asbestos-debug-testscript/target/classes +[INFO] /home/bill/develop/asbestos/asbestos-debug-testscript/src/main/java/gov/nist/asbestos/debug/testScript/DebugTestScriptWebSocketEndpoint.java: /home/bill/develop/asbestos/asbestos-debug-testscript/src/main/java/gov/nist/asbestos/debug/testScript/DebugTestScriptWebSocketEndpoint.java uses unchecked or unsafe operations. +[INFO] /home/bill/develop/asbestos/asbestos-debug-testscript/src/main/java/gov/nist/asbestos/debug/testScript/DebugTestScriptWebSocketEndpoint.java: Recompile with -Xlint:unchecked for details. +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-debug-testscript --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-debug-testscript --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-debug-testscript --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asbestos-debug-testscript --- +[INFO] Building jar: /home/bill/develop/asbestos/asbestos-debug-testscript/target/asbestos-debug-testscript-debug-testscript.jar +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-debug-testscript --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-debug-testscript/target/asbestos-debug-testscript-debug-testscript.jar to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-debug-testscript/2.0.0/asbestos-debug-testscript-2.0.0.jar +[INFO] Installing /home/bill/develop/asbestos/asbestos-debug-testscript/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-debug-testscript/2.0.0/asbestos-debug-testscript-2.0.0.pom +[INFO] +[INFO] -------------------< gov.nist.asbestos:asbestos-war >------------------- +[INFO] Building asbestos-war 2.0.0 [17/17] +[INFO] --------------------------------[ war ]--------------------------------- +[INFO] +[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asbestos-war --- +[INFO] Using 'UTF-8' encoding to copy filtered resources. +[INFO] Copying 2 resources +[INFO] Copying 8 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ asbestos-war --- +[INFO] No sources to compile +[INFO] +[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asbestos-war --- +[INFO] Not copying test resources +[INFO] +[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ asbestos-war --- +[INFO] Not compiling test sources +[INFO] +[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asbestos-war --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-war-plugin:2.2:war (default-war) @ asbestos-war --- +[INFO] Packaging webapp +[INFO] Assembling webapp [asbestos-war] in [/home/bill/develop/asbestos/asbestos-war/target/asbestos-war] +[INFO] Processing war project +[INFO] Copying webapp resources [/home/bill/develop/asbestos/asbestos-war/src/main/webapp] +[INFO] Webapp assembled in [306 msecs] +[INFO] Building war: /home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war +[INFO] WEB-INF/web.xml already added, skipping +[INFO] +[INFO] >>> jetty-maven-plugin:9.2.21.v20170120:deploy-war (start-jetty) > validate @ asbestos-war >>> +[INFO] +[INFO] <<< jetty-maven-plugin:9.2.21.v20170120:deploy-war (start-jetty) < validate @ asbestos-war <<< +[INFO] +[INFO] +[INFO] --- jetty-maven-plugin:9.2.21.v20170120:deploy-war (start-jetty) @ asbestos-war --- +[INFO] Logging initialized @28485ms +[INFO] Configuring Jetty for project: asbestos-war +[INFO] Configuring Jetty from xml configuration file = /home/bill/develop/asbestos/asbestos-war/src/test/etc/jetty.xml +[INFO] Configuring Jetty from xml configuration file = /home/bill/develop/asbestos/asbestos-war/src/test/etc/jetty-http.xml +[INFO] Configuring Jetty from xml configuration file = /home/bill/develop/asbestos/asbestos-war/src/test/etc/jetty-https.xml +[INFO] Configuring Jetty from xml configuration file = /home/bill/develop/asbestos/asbestos-war/src/test/etc/jetty-ssl.xml +[INFO] Configuring Jetty from xml configuration file = /home/bill/develop/asbestos/asbestos-war/src/test/etc/jetty-logging.xml +[INFO] Redirecting stderr/stdout to /home/bill/develop/asbestos/asbestos-war/target/2020_06_15.stderrout.log +[INFO] Context path = / +[INFO] Tmp directory = /home/bill/develop/asbestos/asbestos-war/target/tmp +[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml +[INFO] Web overrides = none +[INFO] jetty-9.2.21.v20170120 +[WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@7a2abe2a{/,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelGuard +[WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@7a2abe2a{/,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelGuard/* +[WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@7a2abe2a{/,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /signIn +[WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@7a2abe2a{/,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelLock +[INFO] Started o.e.j.m.p.JettyWebAppContext@7a2abe2a{/,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,AVAILABLE}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} +[WARNING] ServletContext@o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelGuard +[WARNING] ServletContext@o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelGuard/* +[WARNING] ServletContext@o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /signIn +[WARNING] ServletContext@o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,STARTING}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} has uncovered http methods for path: /channelLock +[INFO] Started o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,AVAILABLE}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} +[INFO] Started ServerConnector@50b7dc1{HTTP/1.1}{0.0.0.0:8877} +[INFO] Started ServerConnector@517c14ba{SSL-http/1.1}{0.0.0.0:8443} +[INFO] Started @35965ms +[INFO] Started Jetty Server +[INFO] +[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ asbestos-war --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- jetty-maven-plugin:9.2.21.v20170120:stop (stop-jetty) @ asbestos-war --- +[INFO] +[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ asbestos-war --- +[INFO] Tests are skipped. +[INFO] +[INFO] --- maven-install-plugin:2.4:install (default-install) @ asbestos-war --- +[INFO] Installing /home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-war/2.0.0/asbestos-war-2.0.0.war +[INFO] Stopped ServerConnector@50b7dc1{HTTP/1.1}{0.0.0.0:8877} +[INFO] Stopped ServerConnector@517c14ba{SSL-http/1.1}{0.0.0.0:8443} +[INFO] Stopped o.e.j.w.WebAppContext@55756354{/asbestos,file:/home/bill/develop/asbestos/asbestos-war/target/asbestos-war/,UNAVAILABLE}{/home/bill/develop/asbestos/asbestos-war/target/asbestos-war.war} +[INFO] Installing /home/bill/develop/asbestos/asbestos-war/pom.xml to /home/bill/.m2/repository/gov/nist/asbestos/asbestos-war/2.0.0/asbestos-war-2.0.0.pom +[INFO] ------------------------------------------------------------------------ +[INFO] Reactor Summary for Asbestos 2.0.0: +[INFO] +[INFO] Asbestos ........................................... SUCCESS [ 0.197 s] +[INFO] Asbestos Adapter ................................... SUCCESS [ 1.007 s] +[INFO] simapi ............................................. SUCCESS [ 0.686 s] +[INFO] view ............................................... SUCCESS [ 17.343 s] +[INFO] asbestos-http ...................................... SUCCESS [ 0.283 s] +[INFO] service-properties ................................. SUCCESS [ 0.061 s] +[INFO] asbestos-shared-objects ............................ SUCCESS [ 0.095 s] +[INFO] asbestos-xds-jaxb .................................. SUCCESS [ 0.285 s] +[INFO] asbestos-proxy-support ............................. SUCCESS [ 0.402 s] +[INFO] asbestos-utilities ................................. SUCCESS [ 0.209 s] +[INFO] asbestos-test-engine ............................... SUCCESS [ 0.531 s] +[INFO] asbestos-codes-jaxb ................................ SUCCESS [ 0.081 s] +[INFO] asbestos-mhd ....................................... SUCCESS [ 0.395 s] +[INFO] asbestos-analysis .................................. SUCCESS [ 0.121 s] +[INFO] asbestos-proxy ..................................... SUCCESS [ 0.595 s] +[INFO] asbestos-debug-testscript .......................... SUCCESS [ 0.106 s] +[INFO] asbestos-war ....................................... SUCCESS [ 12.584 s] +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 35.146 s +[INFO] Finished at: 2020-06-15T13:06:32-04:00 +[INFO] ------------------------------------------------------------------------ diff --git a/asbestos-war/pom.xml b/asbestos-war/pom.xml index 624b9dee3..7214dd360 100644 --- a/asbestos-war/pom.xml +++ b/asbestos-war/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 @@ -28,17 +28,17 @@ gov.nist.asbestos asbestos-utilities - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-proxy - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-test-engine - 2.0.0-SNAPSHOT + 2.0.0 com.thetransactioncompany @@ -48,12 +48,12 @@ gov.nist.asbestos asbestos-proxy-support - 2.0.0-SNAPSHOT + 2.0.0 gov.nist.asbestos asbestos-debug-testscript - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/asbestos-xds-jaxb/pom.xml b/asbestos-xds-jaxb/pom.xml index 86c862c4b..b5a15a319 100644 --- a/asbestos-xds-jaxb/pom.xml +++ b/asbestos-xds-jaxb/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index f3d50c62c..f1081bbc9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ gov.nist.asbestos asbestos - 2.0.0-SNAPSHOT + 2.0.0 pom Asbestos diff --git a/service-properties/pom.xml b/service-properties/pom.xml index 3e6037616..e4f131ac6 100644 --- a/service-properties/pom.xml +++ b/service-properties/pom.xml @@ -5,7 +5,7 @@ asbestos gov.nist.asbestos - 2.0.0-SNAPSHOT + 2.0.0 4.0.0