diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-09 13:37:23 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-09 13:37:23 +0000 |
commit | ab7abf664e3a21a53f6cc50aef347ab72bcc043f (patch) | |
tree | 60b9a8a1bf8ccb50f9e80783787bf3bc4308ac46 /java/sca/archetypes | |
parent | f2a65b3af28aa906ba5a5a2537e0df3ec46fb5bd (diff) |
Add the zip archetype to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763650 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes')
-rw-r--r-- | java/sca/archetypes/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/archetypes/pom.xml b/java/sca/archetypes/pom.xml index 386cec41e2..b4b5be966c 100644 --- a/java/sca/archetypes/pom.xml +++ b/java/sca/archetypes/pom.xml @@ -37,10 +37,11 @@ </activation>
<modules>
+ <module>contribution-jar</module>
+ <module>contribution-zip</module>
<module>quickstart</module>
<module>quickstart-jsf</module>
<module>quickstart-stripes</module>
- <module>contribution-jar</module>
</modules>
</profile>
</profiles>
|