Relocating test and maven artifacts ...

8 views
Skip to first unread message

Patrick Ouellet

unread,
Oct 2, 2018, 10:57:45 AM10/2/18
to ddf-developers

In order to be able to reuse some of the generic tools that were built as part of the ddf repository to help in testing and other artifacts that were built as part of the ddf-support repository, we have decided to create 2 new small repositories named  codice-test and codice-maven where we have relocated the following artifacts:

 

The Jacoco’s lenient limit have been relocated from ddf-support to the new codice-maven repository. The artifact id is changed to:

 

<dependency>

    <groupId>org.codice.maven</groupId>

    <artifactId>jacoco</artifactId>

    <version>0.1</version>

</dependency>

 

The following test artifacts have been relocated from ddf to the new codice-test maven repository. The artifact ids are changed to:

 

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>spock-shaded</artifactId>

    <version>0.1</version>

</dependency>

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>spock-extensions</artifactId>

    <version>0.1</version>

</dependency>

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>junit-extensions</artifactId>

    <version>0.1</version>

</dependency>

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>hamcrest-extensions</artifactId>

    <version>0.1</version>

</dependency>

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>mockito-extensions</artifactId>

    <version>0.1</version>

</dependency>

<dependency>

    <groupId>org.codice.test</groupId>

    <artifactId>failsafe-controller</artifactId>

    <version>0.1</version>

</dependency>

 

The Java packages for these extensions have also changed.

 

The master branches on ddf-support, ddf, and alliance have all been updated.


Regards,


Patrick

 

Reply all
Reply to author
Forward
0 new messages