<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.2</version>
<type>test-jar</type>
</dependency>
On Wed, May 15, 2013 at 2:43 PM, Gilles (JIRA) <[email protected]> wrote:
>
> [
> https://issues.apache.org/jira/browse/MATH-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658314#comment-13658314]
>
> Gilles commented on MATH-974:
> -----------------------------
>
> Yes, but I wonder how to use them.
> The question is: How does one specify a dependency (for automatic
> resolution) to the "tests" JAR?
>
> I suspect that the naming should be modified, from
> "commons-math3-3.2-tests.jar" to "commons-math3-tests-3.2.jar".
>
>
> > Move "PerfTestUtils" to "src/main" repository
> > ---------------------------------------------
> >
> > Key: MATH-974
> > URL: https://issues.apache.org/jira/browse/MATH-974
> > Project: Commons Math
> > Issue Type: Wish
> > Affects Versions: 3.2
> > Reporter: Gilles
> > Assignee: Gilles
> > Priority: Trivial
> > Labels: benchmark, test
> > Fix For: 4.0
> >
> >
> > The class "org.apache.commons.math3.PerfTestUtils" is in the "src/test"
> part of the code repository.
> > It was intended to perform micro-benchmarks and compare alternative
> implementations. However its location makes it difficult to use by users
> that rely on automatic dependency resolution.
> > Having it more visible will hopefully lead to useful suggestions for
> improving the benchmarking methodology.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>