Skip to content
Carlo Cancellieri edited this page May 10, 2013 · 2 revisions

Deploy:

To deploy the library to the geosolutions artifactory you need to:

  1. Ask to geosolutions for a mvn account
  2. 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>
  1. run: $ mvn deploy