On 29/06/15 17:05, Claude Warren wrote:
I'll have to mess with the build when I get home.


On Mon, Jun 29, 2015 at 4:42 PM, Andy Seaborne <a...@apache.org> wrote:

On 29/06/15 09:57, Claude Warren wrote:

The contract-test-maven-plugin should be version 0.1.4

There is a dependency on this (not the plugin) in jena-core:pom.xml

<dependency>
         <groupId>org.xenei</groupId>
         <artifactId>contract-test-maven-plugin</artifactId>
         <scope>test</scope>
       </dependency>

Claude - the plugin is, well, just a plugin isn't it? I removed the dependency and the tests seem to pass.

Can the dependency simply be removed, leaving it only in <plugin>?

-------

Also, would it be possible to remove the logging at [INFO] for the next version of the contract framework?

ContractSuite.java:343
ContractTestMap.java:268

Messages like:
INFO [main] (ContractSuite.java:343) - Running: org.xenei.junit.contract.ContractSuite$BaseClassRunner@248e319b INFO [main] (ContractSuite.java:343) - Running: org.xenei.junit.contract.ContractTestRunner@5d0bf09b INFO [main] (ContractSuite.java:343) - Running: org.xenei.junit.contract.ContractTestRunner@793f29ff

aren't about the jena-core test suite.

        Andy


and then in jena-core I see:

     <plugin>
         <groupId>org.xenei</groupId>
         <artifactId>contract-test-maven-plugin</artifactId>
         <version>0.1.2</version>

so 0.1.2 for contract-test-maven-plugin.

--------------------------------------------


Reply via email to