TUSCANY-3748 - Remove the compliance tests from the Beta1 build as OASIS haven't actually formally released the otest artifacts anywhere yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ebaae37af
commit
a2d62cdf52
2 changed files with 11 additions and 5 deletions
|
@ -24,10 +24,14 @@ main SCA specifications and recent updates from Open CSA drafts including:
|
|||
|
||||
For those specs marked * the Tuscany runtime passes the
|
||||
OASIS conformance tests (otests) for the specs as they stand
|
||||
at the time of release.
|
||||
at the time of release. If you want to see the tests run you
|
||||
can manually remove the comment that prevents them running
|
||||
in the main build in the following Maven pom:
|
||||
|
||||
It also includes implementations of many features not yet defined
|
||||
by SCA specifications, including:
|
||||
testing/compliance-tests/pom.xml
|
||||
|
||||
The distribution also includes implementations of many features not
|
||||
yet defined by SCA specifications, including:
|
||||
|
||||
- SCA bindings for RMI, HTTP, JSON-RPC, ATOM.
|
||||
- Databindings for JAXB, Axis2's AXIOM, DOM, SAX and StAX
|
||||
|
|
|
@ -39,13 +39,15 @@
|
|||
</repositories>
|
||||
|
||||
<modules>
|
||||
|
||||
<!-- TUSCANY-3748 - comment out the tests for the Beta1 Release as OASIS haven't
|
||||
released the test resources anywhere yet.
|
||||
<module>assembly</module>
|
||||
<module>java-caa</module>
|
||||
<module>java-ci</module>
|
||||
<module>policy</module>
|
||||
<module>binding-ws</module>
|
||||
<!--
|
||||
-->
|
||||
<!-- Tuscany snapshot test artifacts not up to date for JMS
|
||||
<module>binding-jms</module>
|
||||
-->
|
||||
</modules>
|
||||
|
|
Loading…
Add table
Reference in a new issue