Hi,

I saw that in nuxeo-platform-events-facade's pom.xml:

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

and all is ok..
when I add this in my package, maven didn't find, it looking for :
nuxeo-platform-events-core-5.1-SNAPSHOT.jboss-sar

 :(
so I change jboss-sar to sar :

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


and it works...

Do you know why ?

Benjamin JALON

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

Reply via email to