Hi,

I think it should be:

     <dependency>
       <groupId>org.nuxeo.ecm.platform</groupId>
       <artifactId>nuxeo-platform-events-core</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <type>sar</type>
     </dependency>


Vincent Dutat a écrit :
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.

--
Anahide Tchertchian, Nuxeo
Mail: [EMAIL PROTECTED] - Tel: +33 (0)1 40 33 79 87
http://www.nuxeo.com - http://www.nuxeo.org
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to