See 
<https://builds.apache.org/job/Struts-examples-JDK8-master/47/display/redirect?page=changes>

Changes:

[Lukasz Lenart] Adds new example app

[Lukasz Lenart] Adds action chaining example

------------------------------------------
[...truncated 402.26 KB...]
[INFO] 
[INFO] --- minify-maven-plugin:1.7.4:minify (application-minify) @ rest-angular 
---
[INFO] Starting CSS task:
[INFO] Starting JavaScript task:
[INFO] Processing source file [app.js].
[INFO] Processing source file [config.js].
[INFO] Processing source file [AppController.js].
[INFO] Processing source file [DataService.js].
[INFO] Processing source file [OrderAddController.js].
[INFO] Processing source file [OrderDetailController.js].
[INFO] Processing source file [OrderEditController.js].
[INFO] Processing source file [OrdersController.js].
[INFO] Creating the merged file [application.js].
[INFO] Creating the minified file [application.min.js].
[INFO] Uncompressed size: 14649 bytes.
[INFO] Compressed size: 3425 bytes minified (1192 bytes gzipped).
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts2 with Spring Integration 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
spring-struts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ spring-struts 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
spring-struts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ 
spring-struts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ spring-struts ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ spring-struts ---
[INFO] Packaging webapp
[INFO] Assembling webapp [spring-struts] in 
[<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/target/spring-struts]>
[INFO] Processing war project
[INFO] Copying webapp resources 
[<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/src/main/webapp]>
[INFO] Webapp assembled in [49 msecs]
[INFO] Building war: 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/target/spring-struts.war>
[INFO] WEB-INF/web.xml already added, skipping
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Custom TextProvider 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
text-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ text-provider 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextProviderFactory.java>:[3,31]
 cannot find symbol
  symbol:   class StrutsTextProviderFactory
  location: package com.opensymphony.xwork2
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextProviderFactory.java>:[8,44]
 cannot find symbol
  symbol: class StrutsTextProviderFactory
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[4,31]
 cannot find symbol
  symbol:   class LocalizedTextProvider
  location: package com.opensymphony.xwork2
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[13,69]
 cannot find symbol
  symbol:   class LocalizedTextProvider
  location: class org.apache.struts_example.MyTextTextProvider
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[17,79]
 cannot find symbol
  symbol:   class LocalizedTextProvider
  location: class org.apache.struts_example.MyTextTextProvider
[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Examples .................................. SUCCESS [  0.555 s]
[INFO] Action chaining .................................... SUCCESS [  7.758 s]
[INFO] Annotations with Convention Plugin ................. SUCCESS [  2.839 s]
[INFO] Basic Struts2 Example .............................. SUCCESS [  2.281 s]
[INFO] Bean Validation .................................... SUCCESS [  2.341 s]
[INFO] Struts 2 Blank Webapp .............................. SUCCESS [ 39.154 s]
[INFO] Coding Struts 2 Action ............................. SUCCESS [  1.809 s]
[INFO] Control Tags ....................................... SUCCESS [  2.130 s]
[INFO] Debugging Struts ................................... SUCCESS [  1.868 s]
[INFO] Exception handling ................................. SUCCESS [  1.341 s]
[INFO] Exclude Parameters ................................. SUCCESS [  1.533 s]
[INFO] File upload ........................................ SUCCESS [  1.652 s]
[INFO] Form Processing .................................... SUCCESS [  2.019 s]
[INFO] Form Tags .......................................... SUCCESS [  2.015 s]
[INFO] Form validation .................................... SUCCESS [  2.377 s]
[INFO] XML based form validation .......................... SUCCESS [  2.026 s]
[INFO] Hello World Struts 2 Example Application ........... SUCCESS [  1.979 s]
[INFO] http-session ....................................... SUCCESS [  1.813 s]
[INFO] Struts 2 Interceptors .............................. SUCCESS [  1.290 s]
[INFO] json ............................................... SUCCESS [  1.834 s]
[INFO] Struts 2 Mail Reader Webapp ........................ SUCCESS [  2.367 s]
[INFO] Message resource ................................... SUCCESS [  2.261 s]
[INFO] Message Store ...................................... SUCCESS [  1.705 s]
[INFO] Portlet Webapp ..................................... SUCCESS [  6.507 s]
[INFO] Preparable Interface ............................... SUCCESS [  3.136 s]
[INFO] REST to Action Mapper Example Application .......... SUCCESS [  1.669 s]
[INFO] REST Plugin based application with AngularJS ....... SUCCESS [ 11.091 s]
[INFO] Struts2 with Spring Integration .................... SUCCESS [  2.141 s]
[INFO] Custom TextProvider ................................ FAILURE [  0.864 s]
[INFO] Struts Tiles Example ............................... SKIPPED
[INFO] Struts 2 Themes .................................... SKIPPED
[INFO] Struts 2 Themes Override ........................... SKIPPED
[INFO] Type Conversion .................................... SKIPPED
[INFO] Unit Testing ....................................... SKIPPED
[INFO] Using Struts 2 Tags ................................ SKIPPED
[INFO] Wildcard Method Selection .......................... SKIPPED
[INFO] Wildcard RegEx pattern matching .................... SKIPPED
[INFO] Unknown handler .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:49 min
[INFO] Finished at: 2017-03-28T09:32:15+00:00
[INFO] Final Memory: 55M/331M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on 
project text-provider: Compilation failure: Compilation failure:
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextProviderFactory.java>:[3,31]
 cannot find symbol
[ERROR] symbol:   class StrutsTextProviderFactory
[ERROR] location: package com.opensymphony.xwork2
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextProviderFactory.java>:[8,44]
 cannot find symbol
[ERROR] symbol: class StrutsTextProviderFactory
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[4,31]
 cannot find symbol
[ERROR] symbol:   class LocalizedTextProvider
[ERROR] location: package com.opensymphony.xwork2
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[13,69]
 cannot find symbol
[ERROR] symbol:   class LocalizedTextProvider
[ERROR] location: class org.apache.struts_example.MyTextTextProvider
[ERROR] 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/src/main/java/org/apache/struts_example/MyTextTextProvider.java>:[17,79]
 cannot find symbol
[ERROR] symbol:   class LocalizedTextProvider
[ERROR] location: class org.apache.struts_example.MyTextTextProvider
[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 :text-provider
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/preparable-interface/pom.xml>
 to org.apache.struts/preparable-interface/1.0.0/preparable-interface-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/preparable-interface/target/preparable-interface.war>
 to org.apache.struts/preparable-interface/1.0.0/preparable-interface-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/bean-validation/pom.xml>
 to org.apache.struts/bean-validation/1.0.0/bean-validation-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/bean-validation/target/bean-validation.war>
 to org.apache.struts/bean-validation/1.0.0/bean-validation-1.0.0.war
Compressed 5.43 MB of artifacts by 63.9% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/debugging-struts/pom.xml>
 to org.apache.struts/debugging-struts/1.0.0/debugging-struts-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/debugging-struts/target/debugging-struts.war>
 to org.apache.struts/debugging-struts/1.0.0/debugging-struts-1.0.0.war
Compressed 4.23 MB of artifacts by 58.4% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/wildcard-method-selection/pom.xml>
 to 
org.apache.struts/wildcard-method-selection/1.0.0/wildcard-method-selection-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/unit-testing/pom.xml>
 to org.apache.struts/unit-testing/1.0.0/unit-testing-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/http-session/pom.xml>
 to org.apache.struts/http-session/1.0.0/http-session-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/http-session/target/http-session.war>
 to org.apache.struts/http-session/1.0.0/http-session-1.0.0.war
Compressed 4.18 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/message-resource/pom.xml>
 to org.apache.struts/message-resource/1.0.0/message-resource-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/message-resource/target/message-resource.war>
 to org.apache.struts/message-resource/1.0.0/message-resource-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/portlet/pom.xml> 
to org.apache.struts/portlet/1.0.0/portlet-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/portlet/target/portlet-1.0.0.war>
 to org.apache.struts/portlet/1.0.0/portlet-1.0.0.war
Compressed 11.80 MB of artifacts by 73.9% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/wildcard-regex/pom.xml>
 to org.apache.struts/wildcard-regex/1/wildcard-regex-1.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-tags/pom.xml>
 to org.apache.struts/form-tags/1.0.0/form-tags-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-tags/target/form-tags.war>
 to org.apache.struts/form-tags/1.0.0/form-tags-1.0.0.war
Compressed 4.18 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/unknown-handler/pom.xml>
 to org.apache.org/unknown-handler/1.0.0/unknown-handler-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/helloworld/pom.xml>
 to org.apache.struts/helloworld/1.0.0/helloworld-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/helloworld/target/hello-world.war>
 to org.apache.struts/helloworld/1.0.0/helloworld-1.0.0.war
Compressed 4.18 MB of artifacts by 59.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/restful2actionmapper/pom.xml>
 to org.apache.struts/restful2actionmapper/1.0.0/restful2actionmapper-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/restful2actionmapper/target/reststyleactionmapper.war>
 to org.apache.struts/restful2actionmapper/1.0.0/restful2actionmapper-1.0.0.war
Compressed 4.18 MB of artifacts by 59.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/message-store/pom.xml>
 to org.apache.struts/message-store/1.0-SNAPSHOT/message-store-1.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/message-store/target/message-store-1.0-SNAPSHOT.war>
 to org.apache.struts/message-store/1.0-SNAPSHOT/message-store-1.0-SNAPSHOT.war
Compressed 4.18 MB of artifacts by 59.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/themes/pom.xml> 
to org.apache.struts/themes/1.0.0/themes-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/action-chaining/pom.xml>
 to 
org.apache.struts/action-chaining/1.0-SNAPSHOT/action-chaining-1.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/action-chaining/target/action-chaining-1.0-SNAPSHOT.war>
 to 
org.apache.struts/action-chaining/1.0-SNAPSHOT/action-chaining-1.0-SNAPSHOT.war
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/rest-angular/pom.xml>
 to org.apache.struts/rest-angular/1.0.0/rest-angular-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/rest-angular/target/rest-angular-1.0.0.jar>
 to org.apache.struts/rest-angular/1.0.0/rest-angular-1.0.0.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/exception-handling/pom.xml>
 to org.apache.struts/exception-handling/1.0.0/exception-handling-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/exception-handling/target/exception-handling.war>
 to org.apache.struts/exception-handling/1.0.0/exception-handling-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-processing/pom.xml>
 to org.apache.struts/form-processing/1.0.0/form-processing-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-processing/target/form-processing.war>
 to org.apache.struts/form-processing/1.0.0/form-processing-1.0.0.war
Compressed 4.18 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/mailreader/pom.xml>
 to org.apache.struts/mailreader/1.0.0/mailreader-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/mailreader/target/mailreader-1.0.0.war>
 to org.apache.struts/mailreader/1.0.0/mailreader-1.0.0.war
Compressed 4.73 MB of artifacts by 58.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/text-provider/pom.xml>
 to org.apache.struts/text-provider/1.0.0/text-provider-1.0.0.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/type-conversion/pom.xml>
 to org.apache.struts/type-conversion/1.0.0/type-conversion-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/pom.xml> to 
org.apache.struts/struts-examples/1.0.0/struts-examples-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/file-upload/pom.xml>
 to org.apache.struts/file-upload/1.0.0/file-upload-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/file-upload/target/file-upload-1.0.0.war>
 to org.apache.struts/file-upload/1.0.0/file-upload-1.0.0.war
Compressed 4.18 MB of artifacts by 59.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/blank/pom.xml> to 
org.apache.struts/blank/1.0.0/blank-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/blank/target/blank-1.0.0.war>
 to org.apache.struts/blank/1.0.0/blank-1.0.0.war
Compressed 4.19 MB of artifacts by 58.9% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/pom.xml>
 to org.apache.struts/spring-struts/1.0.0/spring-struts-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/spring-struts/target/spring-struts.war>
 to org.apache.struts/spring-struts/1.0.0/spring-struts-1.0.0.war
Compressed 7.71 MB of artifacts by 73.8% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/basic-struts/pom.xml>
 to org.apache.struts/basic-struts/1.0.0/basic-struts-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/basic-struts/target/basic-struts.war>
 to org.apache.struts/basic-struts/1.0.0/basic-struts-1.0.0.war
Compressed 4.18 MB of artifacts by 58.4% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/themes-override/pom.xml>
 to org.apache.struts/themes-override/1.0.0/themes-override-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/json/pom.xml> to 
org.demo/json/1.0-SNAPSHOT/json-1.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/json/target/json-1.0-SNAPSHOT.war>
 to org.demo/json/1.0-SNAPSHOT/json-1.0-SNAPSHOT.war
Compressed 4.29 MB of artifacts by 57.6% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/interceptors/pom.xml>
 to org.apache.struts/interceptors/1.0.0/interceptors-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/interceptors/target/interceptors.war>
 to org.apache.struts/interceptors/1.0.0/interceptors-1.0.0.war
Compressed 4.18 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/tiles/pom.xml> to 
org.apache.struts/tiles/1.0.0/tiles-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-xml-validation/pom.xml>
 to org.apache.struts/form-xml-validation/1.0.0/form-xml-validation-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-xml-validation/target/form-xml-validation.war>
 to org.apache.struts/form-xml-validation/1.0.0/form-xml-validation-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/exclude-parameters/pom.xml>
 to org.apache.struts/exclude-parameters/1.0.0/exclude-parameters-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/exclude-parameters/target/exclude-parameters.war>
 to org.apache.struts/exclude-parameters/1.0.0/exclude-parameters-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/coding-actions/pom.xml>
 to org.apache.struts/coding-actions/1.0.0/coding-actions-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/coding-actions/target/coding-actions.war>
 to org.apache.struts/coding-actions/1.0.0/coding-actions-1.0.0.war
Compressed 4.18 MB of artifacts by 59.1% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/using-tags/pom.xml>
 to org.apache.struts/using-tags/1.0.0/using-tags-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/control-tags/pom.xml>
 to org.apache.struts/control-tags/1.0.0/control-tags-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/control-tags/target/control-tags.war>
 to org.apache.struts/control-tags/1.0.0/control-tags-1.0.0.war
Compressed 4.19 MB of artifacts by 59.0% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/annotations/pom.xml>
 to org.apache.struts/annotations/1.0.0/annotations-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/annotations/target/annotations.war>
 to org.apache.struts/annotations/1.0.0/annotations-1.0.0.war
Compressed 4.37 MB of artifacts by 57.2% relative to #42
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-validation/pom.xml>
 to org.apache.struts/form-validation/1.0.0/form-validation-1.0.0.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Struts-examples-JDK8-master/ws/form-validation/target/form_validation.war>
 to org.apache.struts/form-validation/1.0.0/form-validation-1.0.0.war
Compressed 4.18 MB of artifacts by 59.0% relative to #42
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to