</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>