Hello Developer folks, I was following the developer guide to build geoserver from source and stumbled a bit because of maven dependency resolution. on branch 2.1.x everything works fine but on trunk it fails because from missing dependency imageio-ext-tiff 1.1.0
I changed the root pom file and added a new repository section like this and the build was successfully : <repository> <id>geosolutions</id> <name>Geosolutions Repository</name> <url>http://maven.geo-solutions.it</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> I'm wondering how anybody else has setup the maven environment and configured the settings file? Could you give me a hint, whether it's well known to add the repository section mentioned above, is there an other release maven repository, where the imageio-ext-xxx artifacts has been deployed to or is a already configured repository with the deployed artifacts temporary not available? I want to be sure, that my build (env) is correct before creating a patch for trunk (http://jira.codehaus.org/browse/GEOS-4784) Cheers, Frank ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel