diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-10 17:04:07 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-10 17:04:07 +0000 |
commit | 44b14eea2fcfe354688e256c63729298663d7d88 (patch) | |
tree | 95c2a0d91addd37f81a81e506bb11e4a98ea3193 /java/sca/itest | |
parent | 6c09087064a842ce1638329c489491529f657284 (diff) |
Update the helloworld-jsp sample itest to use the correct sample artifact name, and take it out of the build as it doesn't work now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r-- | java/sca/itest/distribution/pom.xml | 2 | ||||
-rw-r--r-- | java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/java/sca/itest/distribution/pom.xml b/java/sca/itest/distribution/pom.xml index 41db2689bf..cb9a173472 100644 --- a/java/sca/itest/distribution/pom.xml +++ b/java/sca/itest/distribution/pom.xml @@ -39,7 +39,7 @@ <module>calculator-rmi</module>
<module>implementation-java-calculator</module>
<module>webapp-helloworld</module>
- <module>webapp-helloworld-jsp</module>
+ <!-- module>webapp-helloworld-jsp</module -->
<module>webapp-helloworld-stripes</module>
</modules>
diff --git a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml index 0aa0e62817..4ef406ac44 100644 --- a/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml +++ b/java/sca/itest/distribution/webapp-helloworld-jsp/pom.xml @@ -39,7 +39,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld-jsp</artifactId>
+ <artifactId>sample-helloworld-jsp</artifactId>
<type>war</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -89,6 +89,7 @@ <type>embedded</type>
<systemProperties>
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>
+ <Dorg.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled>false</Dorg.apache.tuscany.sca.contribution.processor.ValidationSchemaExtensionPoint.enabled>
</systemProperties>
</container>
<!-- container>
@@ -108,7 +109,7 @@ <deployables>
<deployable>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>helloworld-jsp</artifactId>
+ <artifactId>sample-helloworld-jsp</artifactId>
<type>war</type>
<properties>
<context>helloworld-jsp</context>
|