Author: antelder
Date: Mon Jun 14 14:23:50 2010
New Revision: 954481

URL: http://svn.apache.org/viewvc?rev=954481&view=rev
Log:
Update to release profile to remove the hardcoded deployment repo and start 
adding the rat plugin config

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=954481&r1=954480&r2=954481&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Mon Jun 14 14:23:50 2010
@@ -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>


Reply via email to