Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" 
for change notification.

The "HowTo/IncludeJAIMaven" page has been changed by Theresajayne:
http://wiki.apache.org/xmlgraphics-fop/HowTo/IncludeJAIMaven

New page:
To include JAI within a Maven Pom the following repository and dependancy is 
needed.


{{{
        <repository>

            <id>osgeo</id>

            <name>Open Source Geospatial Foundation Repository</name>

            <url>http://download.osgeo.org/webdav/geotools/</url>

        </repository>
}}}

{{{
        <dependency>

            <groupId>it.geosolutions.imageio-ext </groupId>

            <artifactId>imageio-ext-tiff</artifactId>

            <version>1.0.8</version>

        </dependency>
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to