BTW, I almost feel like we should setup our own Maven repo on
objectstyle.org and block the main one. This will guarantee consistent
builds. I wish the repo managers out there were a bit more user-
friendly though. I am using Artifactory for commercial development. It
serves its purpose, but I can't say I am very happy with the UI.
Andrus
On Nov 18, 2008, at 3:29 PM, Andrus Adamchik wrote:
> 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
>
>
This archive was generated by hypermail 2.0.0 : Tue Nov 18 2008 - 08:43:03 EST