summaryrefslogtreecommitdiffstats
path: root/sandbox/ant
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 17:35:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 17:35:17 +0000
commite4b61332b9ad657ec4cf81aafe1ed20a139e6c75 (patch)
tree6f057cae2fa5719edb92a769623888f85e95987f /sandbox/ant
parente46154e2c4e0e20c0b3c794f0b7ee6fa3b5612fd (diff)
Update branch to match tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant')
-rw-r--r--sandbox/ant/sca/branches/foo/pom.xml36
1 files changed, 34 insertions, 2 deletions
diff --git a/sandbox/ant/sca/branches/foo/pom.xml b/sandbox/ant/sca/branches/foo/pom.xml
index 8ce26c5ddb..7eaede47c5 100644
--- a/sandbox/ant/sca/branches/foo/pom.xml
+++ b/sandbox/ant/sca/branches/foo/pom.xml
@@ -409,11 +409,11 @@
<id>release</id>
<modules>
<module>modules</module>
+ <module>archetypes</module>
+<!--
<module>samples</module>
<module>features</module>
<module>distribution</module>
- <module>archetypes</module>
-<!--
<module>itest</module>
<module>stest</module>
<module>vtest</module>
@@ -448,6 +448,38 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>deploy</id>
+ <modules>
+ <module>modules</module>
+ <module>archetypes</module>
+ </modules>
+ <build>
+ <plugins>
+ <plugin>
+ <inherited>true</inherited>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+ <updateReleaseInfo>true</updateReleaseInfo>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.0-alpha-4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ </profile>
</profiles>