You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by je...@apache.org on 2013/01/26 00:29:33 UTC

git commit: Add a benchmarks profile for easier benchmark testing

Updated Branches:
  refs/heads/trunk 0bbd30640 -> e31b515f3


Add a benchmarks profile for easier benchmark testing


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/e31b515f
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/e31b515f
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/e31b515f

Branch: refs/heads/trunk
Commit: e31b515f394864cb6e845828789ab44db4e92340
Parents: 0bbd306
Author: Jeff MAURY <je...@apache.org>
Authored: Sat Jan 26 00:28:46 2013 +0100
Committer: Jeff MAURY <je...@apache.org>
Committed: Sat Jan 26 00:28:46 2013 +0100

----------------------------------------------------------------------
 pom.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/e31b515f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5e29f9..094107c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,5 +347,16 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>benchmarks</id>
+      <activation>
+        <property>
+          <name>benchmarks</name>
+        </property>
+      </activation>
+      <modules>
+        <module>benchmarks</module>
+      </modules>
+    </profile>
   </profiles>
 </project>