-
Notifications
You must be signed in to change notification settings - Fork 85
Working with Maven
simboss edited this page Jan 15, 2013
·
18 revisions
ImageIO-Ext Maven artifacts are available here.
You can get the ImageIO-Ext jars downloaded automagically by including them as dependencies in your pom.xml file. The precondition for this to work is to include our Maven repositories into the repositories for you project as follows:
<repositories>
<repository>
`<snapshots>`
`<enabled>true</enabled>`
`</snapshots>`
`<id>imageio-ext-repository</id>`
`<name>imageio-ext Repository</name>`
`<url>http://maven.geo-solutions.it/</url>`
</repository>
</repositories>