karishma-tirthani / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

odata4j (core) should publish an attached test JAR #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. a project such as 
https://github.com/vorburger/vorburgers-blueprints/tree/master/interaction-frame
work-odata which would find it useful to re-use e.g. your 
org.odata4j.examples.BaseExample in its own tests

2. try depending on an attached test JAR via <type>test-jar</type> as per 
http://maven.apache.org/guides/mini/guide-attached-tests.html

3. Maven today whines about the Missing artifact 
org.odata4j:odata4j:test-jar:tests:0.4:test

What is the expected output? What do you see instead?

Dependency should work.

Please provide any additional information below.

As per http://maven.apache.org/guides/mini/guide-attached-tests.html, you could 
enable this in the data4j-core pom.xml quite easily.

Original issue reported on code.google.com by michael....@gmail.com on 13 Jun 2011 at 11:45

GoogleCodeExporter commented 8 years ago

Original comment by philipp.sebastian.thun on 27 Mar 2012 at 1:02

GoogleCodeExporter commented 8 years ago
With version 0.7 a new maven module 'odata4j-examples' is introduced that 
contains the sample code.

Original comment by philipp.sebastian.thun on 27 Mar 2012 at 3:24