From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Mon, 4 Sep 2006 18:16:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: MYTHTV_EAR_NO_MSG_LINKING~63 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=b95d3b5e172cb7eea3cdbfa50918a2c9c9bb230e;p=utils --- diff --git a/pom.xml b/pom.xml index 8ebf5311..05d8c4f0 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,25 @@ </configuration> </plugin> + <!-- Make sure other projects can use (or the test support + and test classes from the projects it uses. To use + a dependence on a test library of a project, an additinoal + dependence must be added with <type>test-jar</type> + --> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> </build>