Hello-

Is there a way to separate Compile Dependencies from test Dependencies?

We use Hansel to run coverage testing, so I have the following in my
project.xml

<dependency>
  <groupId>hansel</groupId>
  <artifactId>hansel</artifactId>
  <version>1.0</version>
  <url>http://hansel.sourceforge.org</url>
</dependency>

But this is only required for testing, not for actual use of the
resulting JAR artifact of this project.

Is there a way to have separate sections on the dependencies page so
that we can separate our dependencies needed for our tests from the
dependencies needed for the actual resulting JAR for our end users?

Thanks,
Luciano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to