-
Notifications
You must be signed in to change notification settings - Fork 0
Configuring the Nuxeo Studio repository settings
mkalam-alami edited this page Nov 14, 2012
·
5 revisions
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>