diff --git a/otest/newlayout/README b/otest/newlayout/README index ae38cbcbd8..6a19665358 100644 --- a/otest/newlayout/README +++ b/otest/newlayout/README @@ -15,9 +15,9 @@ should build and run all of the spec otests To run specific spec otests, the following profiles are available assembly : Run all Assembly spec otests -scajcaa : Run all SCA-J CAA spec otests -scajci : Run all SCA-J CI spec otests -scapolicy: Run all Policy spec otests +javacaa : Run all SCA-J CAA spec otests +javaci : Run all SCA-J CI spec otests +policy : Run all Policy spec otests To run a specific profile, use: @@ -46,14 +46,14 @@ import which ever other contributions you need into eclipse (depends on which te For the SCA-J CAA tests: -mvn -Pscajcaa eclipse:eclipse +mvn -Pjavacaa eclipse:eclipse import tuscany-java-caa-test-runner into eclipse import sca-java-caa into eclipse For the SCA-J CI tests: -mvn -Pscajci eclipse:eclipse +mvn -Pjavaci eclipse:eclipse import tuscany-java-ci-test-runner into eclipse import sca-java-ci into eclipse diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml index 54996d8e99..1b0cf6d8a0 100644 --- a/otest/newlayout/pom.xml +++ b/otest/newlayout/pom.xml @@ -69,6 +69,9 @@ all + + true + sca-assembly tuscany-test-runner @@ -83,9 +86,6 @@ assembly - - true - sca-assembly tuscany-test-runner @@ -93,7 +93,7 @@ - scajcaa + javacaa sca-java-caa tuscany-java-caa-test-runner @@ -101,7 +101,7 @@ - scajci + javaci sca-java-ci tuscany-java-ci-test-runner @@ -109,7 +109,7 @@ - scapolicy + policy sca-policy tuscany-policy-test-runner