By now the fop bundles are in the Main Apache (and therefore the main maven) repository. Should this break, or need an update, these are the instructions:

Please downlaod:

http://people.apache.org/~jeremias/fop/maven/fop-0.93-bundle.jar
http://people.apache.org/~jeremias/fop/maven/xmlgraphics-commons-1.1-bundle.jar

extract to a temp dir (each separately).


To deploy LOCALLY:

(for fop)

mvn install:install-file -Dfile=fop-0.93.jar -DartifactId=fop -DgroupId=org.apache.xmlgraphics -Dpackaging=jar -Dversion=0.93 -DpomFile=pom.xml

(for xmlgraphics)

mvn install:install-file -Dfile=xmlgraphics-commons-1.1.jar -DartifactId=xmlgraphics-commons -DgroupId=org.apache.xmlgraphics -Dpackaging=jar -Dversion=1.1 -DpomFile=pom.xml


To deploy REMOTELY:

Set the settings for sourceforgejeuclid as describe on the "source" webpage

(for fop)

mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=fop-0.93.jar -DrepositoryId=sourceforgejeuclid -Durl=sftp://web.sourceforge.net/home/groups/j/je/jeuclid/htdocs/m2

(for xmlgraphics)

mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=xmlgraphics-commons-1.1.jar -DrepositoryId=sourceforgejeuclid -Durl=sftp://web.sourceforge.net/home/groups/j/je/jeuclid/htdocs/m2
