summaryrefslogtreecommitdiffstats
path: root/sandbox/ant
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant')
-rw-r--r--sandbox/ant/sca/tags/2.0-M2/pom.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/sandbox/ant/sca/tags/2.0-M2/pom.xml b/sandbox/ant/sca/tags/2.0-M2/pom.xml
index 6118fd7660..811bfb3031 100644
--- a/sandbox/ant/sca/tags/2.0-M2/pom.xml
+++ b/sandbox/ant/sca/tags/2.0-M2/pom.xml
@@ -449,6 +449,39 @@
</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>