This commit is contained in:
Fabio Sinibaldi 2014-10-15 09:21:53 +00:00
parent 543a36dba9
commit 0fbfaaaa04
4 changed files with 28 additions and 12 deletions

19
pom.xml
View File

@ -61,8 +61,8 @@
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-utils-encryption</artifactId>
<version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<artifactId>common-encryption</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.geotoolkit.pending</groupId>
@ -91,8 +91,8 @@
<scope>import</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<repositories>
<repository>
<id>GeoSolutions</id>
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/</url>
</repository>
@ -100,7 +100,7 @@
<id>maven.geotoolkit</id>
<name>maven.geotoolkit</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geotoolkit/</url>
</repository>
</repository>
<repository>
<id>unidata</id>
<name>unidata</name>
@ -110,13 +110,8 @@
<build>
<plugins>
<!-- <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin> -->
<!-- <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration>
<source>1.6</source> <target>1.6</target> </configuration> </plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -94,6 +94,13 @@ public class GISInterface {
}
//******************* Create logic
public Report.OperationState createWorkspace(String workspace){
return null;
}
/**
* @see it.geosolutions.geoserver.rest.GeoServerRESTPublisher#publishGeoTIFF(String, String, String, File, String, ProjectionPolicy, String, double[])
*

View File

@ -0,0 +1,9 @@
package org.gcube.spatial.data.gis;
public class PublishStoreTest {
public static void maind (String[] args){
// GISInterface.get().
}
}

View File

@ -0,0 +1,5 @@
package org.gcube.spatial.data.gis;
public class SearchTest {
}