Ok, I read the mail thread. What Stefane Fermigier said is that we didn't yet deploy the nuxeo-portlet-* modules.
You so have to locally deploy them from the source code using "mvn install" at each module root.

Try something like this :
svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlet-generic/trunk nuxeo-portlet-generic
svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-sample nuxeo-portlet-sample
svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-search nuxeo-portlet-search
cd nuxeo-portlet-generic
mvn install
cd ../nuxeo-portlet-sample
mvn install
cd ../nuxeo-portlet-search
mvn install
cd ..

You need a valid settings.xml file in your maven repository as explained in the Nuxeo book.

David Knox a écrit :
I've tried it several ways, including the recommended syntax, and still get the same result

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.nuxeo.portlet:nuxeo-portlet-generic:jar:1.0-SNAPSHOT

I'm building some of the other projects to see if it is related to order or a dependency I haven't seen before.

--knoxy

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

Reply via email to