Hi Yeongeon

You should add '<type>test-jar</type>'
please see the maven documents
https://maven.apache.org/guides/mini/guide-attached-tests.html

Thanks.

-Jinho
Best regards

2016-05-27 21:58 GMT+09:00 YEONGEON <[email protected]>:

> Hi guys.
>
> I have a question when I use for tajo dependency.
> I'd like to make junit tests so I defined texts as below.
> <dependency>
>     <groupId>org.apache.tajo</groupId>
>     <artifactId>tajo-cluster-tests</artifactId>
>     <version>0.11.3</version>
> </dependency>
>
> However I found out that no files are in the tajo-cluster-tests-0.11.3.jar
> to use TajoTestingCluster class on my own JUnit test. Is it the policy in
> the Tajo project that tests file was excluded?
> You believe that added test files would be unable to need at tajo. However
> I think that will be good enough to make dealing with junit tests if test
> files also provide into tajo-cluster-tests-0.11.3.jar.
>
> Regards,
> Yeongeon
>

Reply via email to