You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/08/30 09:56:24 UTC

svn commit: r1163128 - in /maven/scm/trunk: maven-scm-providers/maven-scm-provider-integrity/pom.xml pom.xml

Author: olamy
Date: Tue Aug 30 07:56:23 2011
New Revision: 1163128

URL: http://svn.apache.org/viewvc?rev=1163128&view=rev
Log:
exclude some tests which need a mks infra and move them to a profile tck-mks

Modified:
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-integrity/pom.xml
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-integrity/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-integrity/pom.xml?rev=1163128&r1=1163127&r2=1163128&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-integrity/pom.xml (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-integrity/pom.xml Tue Aug 30 07:56:23 2011
@@ -79,6 +79,46 @@
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/IntegrityUpdateCommandTest*</exclude>
+            <exclude>**/IntegrityUnEditCommandTest*</exclude>
+            <exclude>**/IntegrityTagCommandTest*</exclude>
+            <exclude>**/IntegrityStatusCommandTest*</exclude>
+            <exclude>**/IntegrityLockCommandTest*</exclude>
+            <exclude>**/IntegrityListCommandTest*</exclude>
+            <exclude>**/IntegrityExportCommandTest*</exclude>
+            <exclude>**/IntegrityCheckOutCommandTest*</exclude>
+            <exclude>**/IntegrityCheckInCommandTest*</exclude>
+            <exclude>**/IntegrityChangeLogCommandTest*</exclude>
+            <exclude>**/IntegrityBranchCommandTest*</exclude>
+            <exclude>**/IntegrityAddCommandTest*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
+
+  <profiles>
+    <profile>
+      <id>tck-mks</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>nothing</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
 </project>
\ No newline at end of file

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=1163128&r1=1163127&r2=1163128&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Tue Aug 30 07:56:23 2011
@@ -344,7 +344,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>