We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Back to Building and running EasySOA V1
NOTE: This step requires a Nuxeo Studio account, making building EasySOA impossible to non-NxStudio users. This is temporary and will soon be adressed.
Use this as an example to update your ~/.m2/settings.xml configuration. It will grant you access to the Nuxeo Studio Maven repository.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>nuxeo-studio</id> <username>NXSTUDIO-USERNAME</username> <password>NXSTUDIO-PASSWORD</password> </server> </servers> </settings>
There was an error while loading. Please reload this page.