(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 4 Sep 2006 18:16:14 +0000 (18:16 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 4 Sep 2006 18:16:14 +0000 (18:16 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 8ebf5311eab39f7b28dc4ee9e50d1343995e1807..05d8c4f061ae58a64916379c1ee6d609a9eb30e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </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>