These are coming from the ObjectStyle repo:

http://objectstyle.org/maven2/

There's a little hack involved in setting it up. To prevent checking this repo for the artifacts that are not there (99% of them) and speed up things, instead of adding it to the top level pom I placed it under "build-tools/maven-cayenne-build-plugin/pom.xml". So in this case, I suggest a command line build to bootstrap things locally, and then it should work fine in Eclipse:

cd cayenne
mvn clean install

Andrus



On Nov 18, 2008, at 3:10 PM, Andrey Razumovsky wrote:

Could anyone help me with maven conf for cayenne-jdk1.5-unpublished? I
cannot make following artifacts be resolved:

1.
<dependency>
<groupId>org.objectstyle</groupId>
<artifactId>jdbc4-compat</artifactId>
</dependency>

When I comment this out, everything works

2.
<dependency>
<groupId>com.caucho</groupId>
<artifactId>resin-hessian</artifactId>
</dependency>

When I change to just "hessian", everything works.
I'm using Eclipse.

Thanks,
Andrey

Reply via email to