Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2
-
None
-
None
-
Mac OSX. Maven 2.0.4
Description
I have a dependency defined below:
<dependency>
<groupId>com.foo.ejb.server</groupId>
<artifactId>slm-ejb-server</artifactId>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
I would expect it in the WEB-INF/lib directory at time of packaging. Interestingly enough its transitive dependencies show up but not the actual test jar. The reason we need it in the WAR is for Cactus tests. I agree Cactus is evil but can not remove it in the short term.