Author: struberg Date: Thu May 1 10:49:46 2014 New Revision: 1591594 URL: http://svn.apache.org/r1591594 Log: JCS-120 activate the TCK during release
Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml?rev=1591594&r1=1591593&r2=1591594&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml (original) +++ commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml Thu May 1 10:49:46 2014 @@ -158,6 +158,12 @@ <profiles> <profile> <id>jcacheTck</id> + <activation> + <property> + <name>jcache.tck</name> + <value>true</value> + </property> + </activation> <build> <plugins> <plugin> Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1591594&r1=1591593&r2=1591594&view=diff ============================================================================== --- commons/proper/jcs/trunk/pom.xml (original) +++ commons/proper/jcs/trunk/pom.xml Thu May 1 10:49:46 2014 @@ -387,6 +387,11 @@ <profile> <!-- Override Commons parent release profile --> <id>release</id> + <properties> + <!-- activate the JSR-107 TCK for the release--> + <jcache.tck>true</jcache.tck> + </properties> + <build> <plugins> <plugin> @@ -415,15 +420,6 @@ </build> </profile> <profile> - <id>tck-java-1.7</id> - <activation> - <jdk>1.7</jdk> - </activation> - <modules> - <module>commons-jcs-tck-tests</module> - </modules> - </profile> - <profile> <id>sandbox</id> <modules> <module>sandbox</module>