See <https://builds.apache.org/job/axiom-trunk/2580/changes>
Changes: [veithen] Improve the sequence API. ------------------------------------------ [...truncated 3738 lines...] [INFO] Resource Transformer for OSGi Manifests ............ SUCCESS [ 14.163 s] [INFO] javadoc-postprocessor-plugin ....................... SUCCESS [ 20.129 s] [INFO] no-package-cycles-enforcer-rule .................... SUCCESS [ 13.713 s] [INFO] Testing ............................................ SUCCESS [ 3.679 s] [INFO] Multiton pattern implementation .................... SUCCESS [ 11.199 s] [INFO] Axiom Test Utilities ............................... SUCCESS [ 32.362 s] [INFO] XML Test Suite ..................................... SUCCESS [ 17.609 s] [INFO] jaxp-testsuite ..................................... SUCCESS [ 12.327 s] [INFO] Google Truth extension for XML ..................... SUCCESS [ 30.799 s] [INFO] components ......................................... SUCCESS [ 2.983 s] [INFO] xml-utils .......................................... SUCCESS [ 29.454 s] [INFO] SOAP Test Suite .................................... SUCCESS [ 21.729 s] [INFO] Axiom API .......................................... SUCCESS [02:27 min] [INFO] Aspects ............................................ SUCCESS [ 5.771 s] [INFO] Core Aspects ....................................... SUCCESS [ 26.406 s] [INFO] Shared Aspects ..................................... SUCCESS [ 9.771 s] [INFO] OM Aspects ......................................... FAILURE [ 6.144 s] [INFO] Google Truth extension for Axiom ................... SKIPPED [INFO] Jaxen Test Suite ................................... SKIPPED [INFO] Axiom Implementation Test Suite .................... SKIPPED [INFO] Implementations .................................... SKIPPED [INFO] LLOM ............................................... SKIPPED [INFO] DOM Aspects ........................................ SKIPPED [INFO] DOM Test Suite ..................................... SKIPPED [INFO] DOOM ............................................... SKIPPED [INFO] Axiom Compatibility Classes ........................ SKIPPED [INFO] Axiom JAXB Integration ............................. SKIPPED [INFO] Axiom C14N ......................................... SKIPPED [INFO] Axiom Uber-JAR ..................................... SKIPPED [INFO] Samples ............................................ SKIPPED [INFO] System Tests ....................................... SKIPPED [INFO] Cross OM Tests ..................................... SKIPPED [INFO] Eclipse Tests ...................................... SKIPPED [INFO] Wildfly Tests ...................................... SKIPPED [INFO] Axiom Test Suite (old) ............................. SKIPPED [INFO] Axiom OSGi Tests ................................... SKIPPED [INFO] Spring-WS Test Suite ............................... SKIPPED [INFO] Spring WS Tests .................................... SKIPPED [INFO] WSS4J Tests ........................................ SKIPPED [INFO] Developer Guide .................................... SKIPPED [INFO] User Guide ......................................... SKIPPED [INFO] Javadoc ............................................ SKIPPED [INFO] FOM Aspects ........................................ SKIPPED [INFO] FOM Test Suite ..................................... SKIPPED [INFO] Abdera Model (FOM) Implementation .................. SKIPPED [INFO] Distribution ....................................... SKIPPED [INFO] Code Coverage Report ............................... SKIPPED [INFO] SAAJ Test Suite .................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:07 min [INFO] Finished at: 2016-03-01T20:59:26+00:00 [INFO] Final Memory: 77M/194M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.8:compile (default) on project om-aspects: AJC compiler errors: [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/om/impl/mixin/AxiomElementSupport.aj>:66:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at public <T extends OMElement> void AxiomElement.insertChild(Sequence sequence, int pos, T newChild) { [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/om/impl/mixin/AxiomElementSupport.aj>:259:0::0 Sequence cannot be resolved to a type [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:22:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at public final Sequence AxiomSOAP11Fault.getSequence() { [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP11FaultSupport.aj>:39:0::0 Sequence cannot be resolved to a type [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:27:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at insertChild(getSequence(), 0, soapFaultCode); [ERROR] ^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:44:0::0 The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence [ERROR] error at insertChild(getSequence(), 1, reason); [ERROR] ^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:48:0::0 The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence [ERROR] error at Sequence sequence = getSequence(); [ERROR] [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:52:0::0 Sequence cannot be resolved to a type [ERROR] error at Sequence sequence = getSequence(); [ERROR] ^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:52:0::0 The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence [ERROR] error at Sequence sequence = getSequence(); [ERROR] [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:57:0::0 Sequence cannot be resolved to a type [ERROR] error at Sequence sequence = getSequence(); [ERROR] ^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAPFaultSupport.aj>:57:0::0 The method getSequence() from the type AxiomSOAPFault refers to the missing type Sequence [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:22:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultCode.class, SOAPFaultReason.class, [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at public final Sequence AxiomSOAP12Fault.getSequence() { [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:39:0::0 Sequence cannot be resolved to a type [ERROR] error at insertChild(sequence, 2, node); [ERROR] [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultSupport.aj>:44:0::0 Sequence cannot be resolved to a type [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:24:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultValue.class, SOAPFaultSubCode.class); [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at private static final Sequence sequence = new Sequence(SOAPFaultValue.class, SOAPFaultSubCode.class); [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:32:0::0 Sequence cannot be resolved to a type [ERROR] error at insertChild(sequence, 0, value); [ERROR] [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:43:0::0 Sequence cannot be resolved to a type [ERROR] error at insertChild(sequence, 1, subCode); [ERROR] [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/mixin/AxiomSOAP12FaultClassifierSupport.aj>:51:0::0 Sequence cannot be resolved to a type [ERROR] error at import org.apache.axiom.om.impl.intf.Sequence; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/intf/AxiomSOAPFault.java>:21:0::0 The import org.apache.axiom.om.impl.intf.Sequence cannot be resolved [ERROR] error at Sequence getSequence(); [ERROR] ^^^ [ERROR] <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/src/main/java/org/apache/axiom/soap/impl/intf/AxiomSOAPFault.java>:25:0::0 Sequence cannot be resolved to a type [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :om-aspects [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-compat/pom.xml> to org.apache.ws.commons.axiom/axiom-compat/1.3.0-SNAPSHOT/axiom-compat-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/implementations/fom-impl/pom.xml> to org.apache.ws.commons.axiom/fom-impl/1.3.0-SNAPSHOT/fom-impl-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/implementations/axiom-impl/pom.xml> to org.apache.ws.commons.axiom/axiom-impl/1.3.0-SNAPSHOT/axiom-impl-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/pom.xml> to org.apache.ws.commons.axiom/buildutils/1.3.0-SNAPSHOT/buildutils-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-all/pom.xml> to org.apache.ws.commons.axiom/axiom-all/1.3.0-SNAPSHOT/axiom-all-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/implementations/pom.xml> to org.apache.ws.commons.axiom/implementations/1.3.0-SNAPSHOT/implementations-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-osgi/pom.xml> to org.apache.ws.commons.axiom/shade-osgi/1.3.0-SNAPSHOT/shade-osgi-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-osgi/target/shade-osgi-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/shade-osgi/1.3.0-20160301.205227-154/shade-osgi-1.3.0-20160301.205227-154.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-osgi/target/shade-osgi-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/shade-osgi/1.3.0-20160301.205227-154/shade-osgi-1.3.0-20160301.205227-154-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-osgi/target/shade-osgi-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/shade-osgi/1.3.0-20160301.205227-154/shade-osgi-1.3.0-20160301.205227-154-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-c14n/pom.xml> to org.apache.ws.commons.axiom/axiom-c14n/1.3.0-SNAPSHOT/axiom-c14n-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/wildfly-tests/pom.xml> to org.apache.ws.commons.axiom/wildfly-tests/1.3.0-SNAPSHOT/wildfly-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/dom-testsuite/pom.xml> to org.apache.ws.commons.axiom/dom-testsuite/1.3.0-SNAPSHOT/dom-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/spring-ws-testsuite/pom.xml> to org.apache.ws.commons.axiom/spring-ws-testsuite/1.3.0-SNAPSHOT/spring-ws-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/eclipse-tests/pom.xml> to org.apache.ws.commons.axiom/eclipse-tests/1.3.0-SNAPSHOT/eclipse-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/axiom-testsuite/pom.xml> to org.apache.ws.commons.axiom/axiom-testsuite/1.3.0-SNAPSHOT/axiom-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/pom.xml> to org.apache.ws.commons.axiom/systests/1.3.0-SNAPSHOT/systests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/fom-testsuite/pom.xml> to org.apache.ws.commons.axiom/fom-testsuite/1.3.0-SNAPSHOT/fom-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/shared-aspects/pom.xml> to org.apache.ws.commons.axiom/shared-aspects/1.3.0-SNAPSHOT/shared-aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/shared-aspects/target/shared-aspects-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/shared-aspects/1.3.0-20160301.205907-153/shared-aspects-1.3.0-20160301.205907-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/shared-aspects/target/shared-aspects-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/shared-aspects/1.3.0-20160301.205907-153/shared-aspects-1.3.0-20160301.205907-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/shared-aspects/target/shared-aspects-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/shared-aspects/1.3.0-20160301.205907-153/shared-aspects-1.3.0-20160301.205907-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-truth/pom.xml> to org.apache.ws.commons.axiom/xml-truth/1.3.0-SNAPSHOT/xml-truth-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-truth/target/xml-truth-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/xml-truth/1.3.0-20160301.205458-153/xml-truth-1.3.0-20160301.205458-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-truth/target/xml-truth-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/xml-truth/1.3.0-20160301.205458-153/xml-truth-1.3.0-20160301.205458-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-truth/target/xml-truth-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/xml-truth/1.3.0-20160301.205458-153/xml-truth-1.3.0-20160301.205458-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-truth/target/jacoco.exec> to org.apache.ws.commons.axiom/xml-truth/1.3.0-20160301.205458-153/xml-truth-1.3.0-20160301.205458-153-jacoco.exec [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/userguide/pom.xml> to org.apache.ws.commons.axiom/userguide/1.3.0-SNAPSHOT/userguide-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/pom.xml> to org.apache.ws.commons.axiom/axiom-api/1.3.0-SNAPSHOT/axiom-api-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/target/axiom-api-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/axiom-api/1.3.0-20160301.205819-153/axiom-api-1.3.0-20160301.205819-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/target/axiom-api-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/axiom-api/1.3.0-20160301.205819-153/axiom-api-1.3.0-20160301.205819-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/target/axiom-api-1.3.0-SNAPSHOT-tests.jar> to org.apache.ws.commons.axiom/axiom-api/1.3.0-20160301.205819-153/axiom-api-1.3.0-20160301.205819-153-tests.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/target/axiom-api-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/axiom-api/1.3.0-20160301.205819-153/axiom-api-1.3.0-20160301.205819-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-api/target/jacoco.exec> to org.apache.ws.commons.axiom/axiom-api/1.3.0-20160301.205819-153/axiom-api-1.3.0-20160301.205819-153-jacoco.exec Compressed 2.69 MB of artifacts by 19.8% relative to #2579 [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/core-aspects/pom.xml> to org.apache.ws.commons.axiom/core-aspects/1.3.0-SNAPSHOT/core-aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/core-aspects/target/core-aspects-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/core-aspects/1.3.0-20160301.205856-153/core-aspects-1.3.0-20160301.205856-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/core-aspects/target/core-aspects-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/core-aspects/1.3.0-20160301.205856-153/core-aspects-1.3.0-20160301.205856-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/core-aspects/target/core-aspects-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/core-aspects/1.3.0-20160301.205856-153/core-aspects-1.3.0-20160301.205856-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/fom-aspects/pom.xml> to org.apache.ws.commons.axiom/fom-aspects/1.3.0-SNAPSHOT/fom-aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-testsuite/pom.xml> to org.apache.ws.commons.axiom/xml-testsuite/1.3.0-SNAPSHOT/xml-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-testsuite/target/xml-testsuite-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/xml-testsuite/1.3.0-20160301.205412-153/xml-testsuite-1.3.0-20160301.205412-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-testsuite/target/xml-testsuite-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/xml-testsuite/1.3.0-20160301.205412-153/xml-testsuite-1.3.0-20160301.205412-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/xml-testsuite/target/xml-testsuite-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/xml-testsuite/1.3.0-20160301.205412-153/xml-testsuite-1.3.0-20160301.205412-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/wss4j-tests/pom.xml> to org.apache.ws.commons.axiom/wss4j-tests/1.3.0-SNAPSHOT/wss4j-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/pom.xml> to org.apache.ws.commons.axiom/aspects/1.3.0-SNAPSHOT/aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/om-aspects/pom.xml> to org.apache.ws.commons.axiom/om-aspects/1.3.0-SNAPSHOT/om-aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/axiom-jaxb/pom.xml> to org.apache.ws.commons.axiom/axiom-jaxb/1.3.0-SNAPSHOT/axiom-jaxb-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/testutils/pom.xml> to org.apache.ws.commons.axiom/testutils/1.3.0-SNAPSHOT/testutils-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/testutils/target/testutils-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/testutils/1.3.0-20160301.205352-153/testutils-1.3.0-20160301.205352-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/testutils/target/testutils-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/testutils/1.3.0-20160301.205352-153/testutils-1.3.0-20160301.205352-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/testutils/target/testutils-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/testutils/1.3.0-20160301.205352-153/testutils-1.3.0-20160301.205352-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/testutils/target/jacoco.exec> to org.apache.ws.commons.axiom/testutils/1.3.0-20160301.205352-153/testutils-1.3.0-20160301.205352-153-jacoco.exec [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-axiom-xml/pom.xml> to org.apache.ws.commons.axiom/shade-axiom-xml/1.3.0-SNAPSHOT/shade-axiom-xml-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-axiom-xml/target/shade-axiom-xml-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/shade-axiom-xml/1.3.0-20160301.205213-154/shade-axiom-xml-1.3.0-20160301.205213-154.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-axiom-xml/target/shade-axiom-xml-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/shade-axiom-xml/1.3.0-20160301.205213-154/shade-axiom-xml-1.3.0-20160301.205213-154-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/shade-axiom-xml/target/shade-axiom-xml-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/shade-axiom-xml/1.3.0-20160301.205213-154/shade-axiom-xml-1.3.0-20160301.205213-154-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/spring-ws-tests/pom.xml> to org.apache.ws.commons.axiom/spring-ws-tests/1.3.0-SNAPSHOT/spring-ws-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/devguide/pom.xml> to org.apache.ws.commons.axiom/devguide/1.3.0-SNAPSHOT/devguide-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/implementations/axiom-dom/pom.xml> to org.apache.ws.commons.axiom/axiom-dom/1.3.0-SNAPSHOT/axiom-dom-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/jaxp-testsuite/pom.xml> to org.apache.ws.commons.axiom/jaxp-testsuite/1.3.0-SNAPSHOT/jaxp-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/jaxp-testsuite/target/jaxp-testsuite-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/jaxp-testsuite/1.3.0-20160301.205426-153/jaxp-testsuite-1.3.0-20160301.205426-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/jaxp-testsuite/target/jaxp-testsuite-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/jaxp-testsuite/1.3.0-20160301.205426-153/jaxp-testsuite-1.3.0-20160301.205426-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/jaxp-testsuite/target/jaxp-testsuite-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/jaxp-testsuite/1.3.0-20160301.205426-153/jaxp-testsuite-1.3.0-20160301.205426-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/samples/pom.xml> to org.apache.ws.commons.axiom/samples/1.3.0-SNAPSHOT/samples-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/pom.xml> to org.apache.ws.commons.axiom/axiom/1.3.0-SNAPSHOT/axiom-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/target/axiom-1.3.0-SNAPSHOT-site.xml> to org.apache.ws.commons.axiom/axiom/1.3.0-20160301.205145-154/axiom-1.3.0-20160301.205145-154-site.xml [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/jar-resource-bundle/pom.xml> to org.apache.ws.commons.axiom/jar-resource-bundle/1.3.0-SNAPSHOT/jar-resource-bundle-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/jar-resource-bundle/target/jar-resource-bundle-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/jar-resource-bundle/1.3.0-20160301.205158-154/jar-resource-bundle-1.3.0-20160301.205158-154.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/jar-resource-bundle/target/jar-resource-bundle-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/jar-resource-bundle/1.3.0-20160301.205158-154/jar-resource-bundle-1.3.0-20160301.205158-154-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/axiom-truth/pom.xml> to org.apache.ws.commons.axiom/axiom-truth/1.3.0-SNAPSHOT/axiom-truth-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/code-coverage/pom.xml> to org.apache.ws.commons.axiom/code-coverage/1.3.0-SNAPSHOT/code-coverage-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/aspects/dom-aspects/pom.xml> to org.apache.ws.commons.axiom/dom-aspects/1.3.0-SNAPSHOT/dom-aspects-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/pom.xml> to org.apache.ws.commons.axiom/components/1.3.0-SNAPSHOT/components-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/javadoc-postprocessor-plugin/pom.xml> to org.apache.ws.commons.axiom/javadoc-postprocessor-plugin/1.3.0-SNAPSHOT/javadoc-postprocessor-plugin-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/javadoc-postprocessor-plugin/target/javadoc-postprocessor-plugin-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/javadoc-postprocessor-plugin/1.3.0-20160301.205243-153/javadoc-postprocessor-plugin-1.3.0-20160301.205243-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/javadoc-postprocessor-plugin/target/javadoc-postprocessor-plugin-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/javadoc-postprocessor-plugin/1.3.0-20160301.205243-153/javadoc-postprocessor-plugin-1.3.0-20160301.205243-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/javadoc-postprocessor-plugin/target/javadoc-postprocessor-plugin-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/javadoc-postprocessor-plugin/1.3.0-20160301.205243-153/javadoc-postprocessor-plugin-1.3.0-20160301.205243-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/cross-om-tests/pom.xml> to org.apache.ws.commons.axiom/cross-om-tests/1.3.0-SNAPSHOT/cross-om-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/saaj-testsuite/pom.xml> to org.apache.ws.commons.axiom/saaj-testsuite/1.3.0-SNAPSHOT/saaj-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/jaxen-testsuite/pom.xml> to org.apache.ws.commons.axiom/jaxen-testsuite/1.3.0-SNAPSHOT/jaxen-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/distribution/pom.xml> to org.apache.ws.commons.axiom/distribution/1.3.0-SNAPSHOT/distribution-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/no-package-cycles-enforcer-rule/pom.xml> to org.apache.ws.commons.axiom/no-package-cycles-enforcer-rule/1.3.0-SNAPSHOT/no-package-cycles-enforcer-rule-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/no-package-cycles-enforcer-rule/target/no-package-cycles-enforcer-rule-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/no-package-cycles-enforcer-rule/1.3.0-20160301.205303-137/no-package-cycles-enforcer-rule-1.3.0-20160301.205303-137.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/no-package-cycles-enforcer-rule/target/no-package-cycles-enforcer-rule-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/no-package-cycles-enforcer-rule/1.3.0-20160301.205303-137/no-package-cycles-enforcer-rule-1.3.0-20160301.205303-137-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/buildutils/no-package-cycles-enforcer-rule/target/no-package-cycles-enforcer-rule-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/no-package-cycles-enforcer-rule/1.3.0-20160301.205303-137/no-package-cycles-enforcer-rule-1.3.0-20160301.205303-137-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/xml-utils/pom.xml> to org.apache.ws.commons.axiom/xml-utils/1.3.0-SNAPSHOT/xml-utils-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/xml-utils/target/xml-utils-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/xml-utils/1.3.0-20160301.205528-153/xml-utils-1.3.0-20160301.205528-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/xml-utils/target/xml-utils-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/xml-utils/1.3.0-20160301.205528-153/xml-utils-1.3.0-20160301.205528-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/xml-utils/target/xml-utils-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/xml-utils/1.3.0-20160301.205528-153/xml-utils-1.3.0-20160301.205528-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/components/xml-utils/target/jacoco.exec> to org.apache.ws.commons.axiom/xml-utils/1.3.0-20160301.205528-153/xml-utils-1.3.0-20160301.205528-153-jacoco.exec [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/multiton/pom.xml> to org.apache.ws.commons.axiom/multiton/1.3.0-SNAPSHOT/multiton-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/multiton/target/multiton-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/multiton/1.3.0-20160301.205320-153/multiton-1.3.0-20160301.205320-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/multiton/target/multiton-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/multiton/1.3.0-20160301.205320-153/multiton-1.3.0-20160301.205320-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/multiton/target/multiton-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/multiton/1.3.0-20160301.205320-153/multiton-1.3.0-20160301.205320-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/apidocs/pom.xml> to org.apache.ws.commons.axiom/apidocs/1.3.0-SNAPSHOT/apidocs-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/pom.xml> to org.apache.ws.commons.axiom/testing/1.3.0-SNAPSHOT/testing-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/target/testing-1.3.0-SNAPSHOT-site.xml> to org.apache.ws.commons.axiom/testing/1.3.0-20160301.205309-153/testing-1.3.0-20160301.205309-153-site.xml [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/old-tests/pom.xml> to org.apache.ws.commons.axiom/old-tests/1.3.0-SNAPSHOT/old-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/systests/osgi-tests/pom.xml> to org.apache.ws.commons.axiom/osgi-tests/1.3.0-SNAPSHOT/osgi-tests-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/soap-testsuite/pom.xml> to org.apache.ws.commons.axiom/soap-testsuite/1.3.0-SNAPSHOT/soap-testsuite-1.3.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/soap-testsuite/target/soap-testsuite-1.3.0-SNAPSHOT.jar> to org.apache.ws.commons.axiom/soap-testsuite/1.3.0-20160301.205553-153/soap-testsuite-1.3.0-20160301.205553-153.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/soap-testsuite/target/soap-testsuite-1.3.0-SNAPSHOT-sources.jar> to org.apache.ws.commons.axiom/soap-testsuite/1.3.0-20160301.205553-153/soap-testsuite-1.3.0-20160301.205553-153-sources.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/soap-testsuite/target/soap-testsuite-1.3.0-SNAPSHOT-javadoc.jar> to org.apache.ws.commons.axiom/soap-testsuite/1.3.0-20160301.205553-153/soap-testsuite-1.3.0-20160301.205553-153-javadoc.jar [JENKINS] Archiving <https://builds.apache.org/job/axiom-trunk/ws/axiom/testing/soap-testsuite/target/jacoco.exec> to org.apache.ws.commons.axiom/soap-testsuite/1.3.0-20160301.205553-153/soap-testsuite-1.3.0-20160301.205553-153-jacoco.exec Compressed 400.76 KB of artifacts by 47.9% relative to #2579 Sending e-mails to: [email protected] [email protected] channel stopped --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
