Hi,
adding repositories suggested bellow to my %MAVEN_HOME%/conf/settings.xml
under active profile doesn't help finding missing artifacts, so I am filing
a JIRA report (https://issues.apache.org/cayenne/browse/CAY-1007).
-Borut
2008/3/8, Kevin Menard <[EMAIL PROTECTED]>:
>
> I would change it b
I would change it back to the SNAPSHOT version and make sure that the
snapshot repository is listed in the POM. If not, please file a JIRA.
I have the following two repositories listed:
apache.snapshots
http://people.apache.org/repo/m2-snapshot-repos
On second thought,
there really is not version 3.0-SNAPSHOT at repo1. However there are
versions 3.0M1, 3.0M2 and 3.0M3. After correcting 3 poms from SNAPSHOT to
M3, the build (eclipse:eclipse) succeeded, but it did not download some libs
(hessian for example) as the repos locations are probably d
Hi,
I think you have to modify the instructions at
http://cayenne.apache.org/doc/remote-object-persistence-tutorial-setup.html
Checking out with
svn co
http://svn.apache.org/repos/asf/cayenne/main/trunk/docs/quick-start-rop/
and then running
C:\Users\Borut\Workarea\quick-start-rop>mvn eclipse:ec