There was an error while loading. Please reload this page.
To deploy the library to the geosolutions artifactory you need to:
<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>
$ mvn deploy