[ 
https://issues.apache.org/jira/browse/GIRAPH-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195294#comment-13195294
 ] 

Hudson commented on GIRAPH-131:
-------------------------------

Integrated in Giraph-trunk-Commit #68 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/68/])
    GIRAPH-131. enable creation of test-jars to simplify testing in downstream 
projects.  Contributed by André Kelpe.

jghoman : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236935
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/pom.xml

                
> enable creation of test-jars to simplify testing in downstream projects
> -----------------------------------------------------------------------
>
>                 Key: GIRAPH-131
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-131
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: André Kelpe
>            Assignee: André Kelpe
>            Priority: Minor
>             Fix For: 0.1.0
>
>         Attachments: GIRAPH-131.patch
>
>
> Attached patch enables the creation of test-jars, which are the tests 
> packaged in a separate jar file. This makes it possible to use the 
> super-useful test infrastructure in MockUtils in downstream projects. If you 
> add the patch, you will get a ${giraph.version}-tests.jar, which can be used 
> for downstream testing like this:
>     <dependency>
>       <groupId>org.apache.giraph</groupId>
>       <artifactId>giraph</artifactId>
>       <version>${giraph.version}</version>
>       <type>test-jar</type>
>       <scope>test</scope>
>     </dependency>
> P.S.: The patch also resets the version to 0.1-SNAPSHOT as discussed in 
> GIRAPH-129

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to