Fix common benchmarks tests resolution failure link to install phase
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>