maven


Related Questions
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
  0 votes
  1 answers
  3 comments
  2445 views

I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
  0 votes
  0 answers
  0 comments
  1673 views

Hi, I'm starting developing for nuxeo, and while building and installing some nuxeo's github projects, I've noticed that the parent artifactId is different between projects in the pom.xml. It's often one of those : nuxeo-addons-parent or ...
  1 votes
  1 answers
  1 comments
  2190 views

I'm trying to create a plugin project, and I'm having trouble understanding how maven dependencies are supposed to work. My IDE is Eclipse Kepler with the Nuxeo IDE modules installed. I have Maven 3.2.1 installed and Eclipse is set to use that. I'm ...
  0 votes
  1 answers
  0 comments
  2528 views

I'm attempting to build a bundle using the Nuxeo IDE. Everything seemed to install and configure correctly, however when I manually try to run maven on the POM file I get and error about maven looking for an assembly.xml file. I have not been able ...
  0 votes
  1 answers
  0 comments
  4123 views

I have been trying to solve this problem that is generated when I run command mvn install. I show you the console errors and my file pom. I hope You can help me please. C:\workspace\workflows>mvn install [INFO] Scanning for projects... [INFO] ...
  0 votes
  2 answers
  1 comments
  14201 views