summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/tomcat
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 04:23:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 04:23:46 +0000
commit8a311f0577d74e20703a66460ffa64bc305a5aea (patch)
tree7cfa14f822c9894bf48482bd19b91a2bba0d6f11 /java/sca/distribution/tomcat
parentbe3a6f0d155b7af4190ed121eb72c051d9b66e68 (diff)
Add tomcat integration into main build and add war legal checks test to be run with the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/tomcat')
-rw-r--r--java/sca/distribution/tomcat/pom.xml1
-rw-r--r--java/sca/distribution/tomcat/testing/pom.xml1
-rw-r--r--java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/java/sca/distribution/tomcat/pom.xml b/java/sca/distribution/tomcat/pom.xml
index b06a0aea79..7164f45ac7 100644
--- a/java/sca/distribution/tomcat/pom.xml
+++ b/java/sca/distribution/tomcat/pom.xml
@@ -34,6 +34,7 @@
<module>tomcat-hook</module>
<module>tomcat-servlet</module>
<module>tomcat-war</module>
+ <module>testing</module>
</modules>
</project>
diff --git a/java/sca/distribution/tomcat/testing/pom.xml b/java/sca/distribution/tomcat/testing/pom.xml
index 732e7c292d..35a03da94a 100644
--- a/java/sca/distribution/tomcat/testing/pom.xml
+++ b/java/sca/distribution/tomcat/testing/pom.xml
@@ -33,6 +33,7 @@
<modules>
<module>helloworld-service-contribution</module>
<module>helloworld-client-webapp</module>
+ <module>legal-checks</module>
</modules>
</project>
diff --git a/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml b/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml
index 695acee3f0..2f1c6bc4d8 100644
--- a/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml
+++ b/java/sca/distribution/tomcat/tomcat-war/src/main/assembly/war.xml
@@ -20,6 +20,7 @@
<id>war</id>
<formats>
<format>war</format>
+ <format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>