-
Notifications
You must be signed in to change notification settings - Fork 193
Deploy
Carlo Cancellieri edited this page May 10, 2013
·
2 revisions
To deploy the library to the geosolutions artifactory you need to:
- Ask to geosolutions for a mvn account
- setup you settings.xml adding the following section:
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<localRepository/>
<servers>
<server>
<id>geosolutions</id>
<username>USER</username>
<password>PASS</password>
</server>
</servers>
</settings>
- run:
$ mvn deploy