You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/04/28 01:48:38 UTC

svn commit: r1590532 - /commons/proper/jcs/trunk/tck.xml

Author: olamy
Date: Sun Apr 27 23:48:37 2014
New Revision: 1590532

URL: http://svn.apache.org/r1590532
Log:
simpler tck.xml

Modified:
    commons/proper/jcs/trunk/tck.xml

Modified: commons/proper/jcs/trunk/tck.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/tck.xml?rev=1590532&r1=1590531&r2=1590532&view=diff
==============================================================================
--- commons/proper/jcs/trunk/tck.xml (original)
+++ commons/proper/jcs/trunk/tck.xml Sun Apr 27 23:48:37 2014
@@ -167,54 +167,9 @@
             <javax.cache.Cache.Entry>${CacheEntryImpl}</javax.cache.Cache.Entry>
             <javax.cache.annotation.CacheInvocationContext>${CacheInvocationContextImpl}</javax.cache.annotation.CacheInvocationContext>
           </systemPropertyVariables>
-          <excludes>
-            <exclude>**/annotation/*Test.java</exclude>
-          </excludes>
         </configuration>
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>test-basic-cache</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>false</skipTests>
-              <excludes>
-                <include>**/interceptor/*Test.java</include>
-              </excludes>
-              <systemPropertyVariables>
-                <domainJar>${domain-lib-dir}/${domain-jar}
-                </domainJar>
-              </systemPropertyVariables>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
-      <id>test-optional-cache</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <includes>
-                <include>**/interceptor/*Test.java</include>
-              </includes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>