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 2014/05/16 18:16:01 UTC

git commit: Fix common benchmarks tests resolution failure link to install phase

Repository: mina
Updated Branches:
  refs/heads/trunk 05571b1e4 -> fe141f75a


Fix common benchmarks tests resolution failure link to install phase


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

Branch: refs/heads/trunk
Commit: fe141f75a78ea8107660c0137b95475b91ef223a
Parents: 05571b1
Author: Jeff MAURY <je...@apache.org>
Authored: Fri May 16 18:15:52 2014 +0200
Committer: Jeff MAURY <je...@apache.org>
Committed: Fri May 16 18:15:52 2014 +0200

----------------------------------------------------------------------
 benchmarks/common/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/fe141f75/benchmarks/common/pom.xml
----------------------------------------------------------------------
diff --git a/benchmarks/common/pom.xml b/benchmarks/common/pom.xml
index 4807b1a..1640c01 100644
--- a/benchmarks/common/pom.xml
+++ b/benchmarks/common/pom.xml
@@ -30,4 +30,18 @@
   <artifactId>mina-benchmarks-common</artifactId>
   <name>Apache MINA Benchmarks against JDK and MINA tests</name>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>