I forgot to mention that my M2 repository looks fine :


[EMAIL PROTECTED]:/cygdrive/c/Documents and Settings/vdu/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-events-core/1.0.0-SNAPSHOT> ls -al
total 32
drwx------+ 2 vdu Domain Users     0 May  4 14:59 .
drwx------+ 3 vdu Domain Users     0 May  4 14:38 ..
-rwx------+ 1 vdu Domain Users 194 May 4 15:21 maven-metadata-external.snapshot.xml
-rwx------+ 1 vdu Domain Users   336 May  4 14:38 maven-metadata-local.xml
-rwx------+ 1 vdu Domain Users 194 May 4 15:21 maven-metadata-nuxeo_snapshot.xml -rwx------+ 1 vdu Domain Users 194 May 4 14:59 maven-metadata-safehaus-repository.xml -rwx------+ 1 vdu Domain Users 9151 May 4 14:38 nuxeo-platform-events-core-1.0.0-SNAPSHOT-sources.jar -rwx------+ 1 vdu Domain Users 1939 May 4 14:38 nuxeo-platform-events-core-1.0.0-SNAPSHOT.pom -rwx------+ 1 vdu Domain Users 10996 May 4 14:38 nuxeo-platform-events-core-1.0.0-SNAPSHOT.sar


Vincent Dutat wrote:
Hi,

I am having trouble with maven dependencies : I define in my custom project's pom.xml a dependency on nuxeo-platform-events-core like this :
...
    <dependency>
      <groupId>org.nuxeo.ecm.platform</groupId>
      <artifactId>nuxeo-platform-events-core</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <type>jboss-sar</type>
    </dependency>
...

but I still get errors when I execute maven install. I have dependencies on other nuxeo module and I don't have problem with them.

Regards.

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to