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