summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-14 14:23:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-14 14:23:50 +0000
commit7b5efa5048e046390e04a4d4557862fa0854c25f (patch)
tree58a0794b45177608a9ba445256163694e0685453 /sca-java-2.x/trunk/pom.xml
parent0e3d3e7639ac5667581c5aca09ec6cbcc5641317 (diff)
Update to release profile to remove the hardcoded deployment repo and start adding the rat plugin config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/pom.xml')
-rw-r--r--sca-java-2.x/trunk/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index f3b54469a4..38a2f1e9b7 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -570,7 +570,6 @@
<properties>
<skipTests>true</skipTests>
<buildZips>true</buildZips>
- <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository>
</properties>
<modules>
<module>maven/maven-tuscany-plugin</module>
@@ -622,6 +621,18 @@
</execution>
</executions>
</plugin>
+ <!-- plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.6</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin -->
</plugins>
</build>
</profile>