Author: simonetripodi
Date: Tue Oct 25 08:29:18 2011
New Revision: 1188561

URL: http://svn.apache.org/viewvc?rev=1188561&view=rev
Log:
bechmarks active by default, they can be skipped using -DskipBenchmarks=true

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1188561&r1=1188560&r2=1188561&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Tue Oct 25 08:29:18 2011
@@ -401,14 +401,11 @@ limitations under the License.
     <profile>
       <id>benchmarks</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <!-- there are failures :/ activation>
         <property>
           <name>skipBenchmarks</name>
           <value>!true</value>
         </property>
-      </activation -->
+      </activation>
 
       <dependencies>
         <dependency>


Reply via email to