Downloaded
geoserver-1.7.5-imagemosaic-jdbc-plugin.zip
from source forge.
The zip file contains only the README and LICENSE file. What happened ?
Downloaded
geoserver-1.7.5-imagemosaic-jdbc-plugin.zip
from source forge.
The zip file contains only the README and LICENSE file. What happened ?
Hi Christian,
It looks like a dependency was missing in release/pom.xml. I have fixed and committed the change, so the archive should generate properly now. Unfortunately I don't have very much of an internet connection right now so I can't check out the 1.7.5 tag and re-upload the zip file. Here is the change though:
--- release/pom.xml (revision 12603)
+++ release/pom.xml (working copy)
@@ -117,6 +117,11 @@
<version>${gt.version}</version>
</dependency>
<dependency>
+ <groupId>org.geotools</groupId>
+ <artifactId>gt-imagemosaic-jdbc</artifactId>
+ <version>${gt.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.geoserver</groupId>
<artifactId>wfsv</artifactId>
<version>${project.version}</version>
-Justin
Christian Müller wrote:
Downloaded
geoserver-1.7.5-imagemosaic-jdbc-plugin.zip
from source forge.
The zip file contains only the README and LICENSE file. What happened ?
------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.