Release 1.7.0

This commit is contained in:
etj 2016-04-15 13:05:48 +02:00
parent d2bbcc46a7
commit 0259686b3c

514
pom.xml
View File

@ -1,287 +1,303 @@
<!-- * GeoServer-Manager - Simple Manager Library for GeoServer * * Copyright <!--
(C) 2007,2011 GeoSolutions S.A.S. * http://www.geo-solutions.it * * Permission * GeoServer-Manager - Simple Manager Library for GeoServer
is hereby granted, free of charge, to any person obtaining a copy * of this *
software and associated documentation files (the "Software"), to deal * in * Copyright (C) 2007 - 2016 GeoSolutions S.A.S. http://www.geo-solutions.it
the Software without restriction, including without limitation the rights *
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * Permission is hereby granted, free of charge, to any person obtaining a copy
* copies of the Software, and to permit persons to whom the Software is * * of this software and associated documentation files (the "Software"), to deal
furnished to do so, subject to the following conditions: * * The above copyright * in the Software without restriction, including without limitation the rights
notice and this permission notice shall be included in * all copies or substantial * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY * copies of the Software, and to permit persons to whom the Software is
OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * furnished to do so, subject to the following conditions:
OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * The above copyright notice and this permission notice shall be included in
DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * all copies or substantial portions of the Software.
ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER *
DEALINGS IN * THE SOFTWARE. --> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0"
<modelVersion>4.0.0</modelVersion> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<groupId>it.geosolutions</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>geoserver-manager</artifactId>
<version>1.7-SNAPSHOT</version>
<packaging>jar</packaging> <groupId>it.geosolutions</groupId>
<artifactId>geoserver-manager</artifactId>
<version>1.7.0</version>
<name>GeoServer 2 Manager - REST based</name> <packaging>jar</packaging>
<description>
<name>GeoServer 2 Manager - REST based</name>
<description>
GeoServer Manager is a library to interact with GeoServer 2.x. GeoServer Manager is a library to interact with GeoServer 2.x.
The scope of this library is to have a simple API, and use as few external The scope of this library is to have a simple API, and use as few external
libs as possible. libs as possible.
</description> </description>
<inceptionYear>2007</inceptionYear> <inceptionYear>2007</inceptionYear>
<organization> <url>https://github.com/geosolutions-it/geoserver-manager</url>
<name>GeoSolutions</name>
<url>http://www.geo-solutions.it</url>
</organization>
<developers> <organization>
<developer> <name>GeoSolutions</name>
<id>etj</id> <url>http://www.geo-solutions.it</url>
<name>Emanuele Tajariol</name> </organization>
<email>etj AT geosolutions.it</email>
<organization>GeoSolutions</organization>
<organizationUrl>http://www.geo-solutions.it</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>ccancellieri</id>
<name>Carlo Cancellieri</name>
<email>carlo.cancellieri AT geosolutions.it</email>
<organization>GeoSolutions</organization>
<organizationUrl>http://www.geo-solutions.it</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<licenses> <developers>
<license> <developer>
<name>MIT License</name> <id>etj</id>
<url>http://opensource.org/licenses/mit-license.php</url> <name>Emanuele Tajariol</name>
<distribution>repo</distribution> <email>etj AT geosolutions.it</email>
</license> <organization>GeoSolutions</organization>
</licenses> <organizationUrl>http://www.geo-solutions.it</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>ccancellieri</id>
<name>Carlo Cancellieri</name>
<email>carlo.cancellieri AT geosolutions.it</email>
<organization>GeoSolutions</organization>
<organizationUrl>http://www.geo-solutions.it</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<url>http://code.google.com/p/geoserver-manager/</url> <licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement> <issueManagement>
<system>googlecode</system> <system>GitHub</system>
<url>http://code.google.com/p/geoserver-manager/issues/list</url> <url>https://github.com/geosolutions-it/geoserver-manager/issues</url>
</issueManagement> </issueManagement>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>GeoServer Manager User List</name> <name>GeoServer Manager User List</name>
<post>geoserver-manager-users@googlegroups.com </post> <post>geoserver-manager-users@googlegroups.com </post>
<archive>http://groups.google.com/group/geoserver-manager-users/topics</archive> <archive>http://groups.google.com/group/geoserver-manager-users/topics</archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<scm> <scm>
<connection>scm:git:[fetch=]https://github.com/geosolutions-it/geoserver-manager.git[push=]git@github.com:geosolutions-it/geoserver-manager.git</connection> <connection>scm:git:[fetch=]https://github.com/geosolutions-it/geoserver-manager.git[push=]git@github.com:geosolutions-it/geoserver-manager.git</connection>
<!--developerConnection>scm:git</developerConnection --> <url>https://github.com/geosolutions-it/geoserver-manager</url>
<!--tag>master</tag --> </scm>
<url>https://github.com/geosolutions-it/geoserver-manager</url>
</scm>
<ciManagement> <ciManagement>
<system>jenkins</system> <system>jenkins</system>
<url>http://ci.geo-solutions.it/</url> <url>http://build.geo-solutions.it/jenkins/view/GeoServer-manager/</url>
</ciManagement> </ciManagement>
<distributionManagement> <distributionManagement>
<downloadUrl>http://maven.geo-solutions.it</downloadUrl> <downloadUrl>http://maven.geo-solutions.it</downloadUrl>
<repository> <repository>
<uniqueVersion>false</uniqueVersion> <uniqueVersion>false</uniqueVersion>
<id>geosolutions</id> <id>geosolutions</id>
<url>ftp://maven.geo-solutions.it/</url> <url>ftp://maven.geo-solutions.it/</url>
</repository> </repository>
<site> <site>
<id>demo.geosolutions</id> <id>demo.geosolutions</id>
<url>scp://demo.geo-solutions.it/var/www/share/github/gsman</url> <url>scp://demo.geo-solutions.it/var/www/share/github/gsman</url>
</site> </site>
</distributionManagement> </distributionManagement>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version> <version>2.0.2</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version> <version>2.7</version>
<configuration> <configuration>
<detectLinks /> <detectLinks />
<!-- <links> <link>http://commons.apache.org/dbcp/apidocs/</link> <link>http://commons.apache.org/fileupload/apidocs/</link> <!-- <links> <link>http://commons.apache.org/dbcp/apidocs/</link> <link>http://commons.apache.org/fileupload/apidocs/</link>
<link>http://download.oracle.com/javase/6/docs/api</link> </links> --> <link>http://download.oracle.com/javase/6/docs/api</link> </links> -->
</configuration> </configuration>
</plugin> </plugin>
<!-- ======================================================= --> <!-- ======================================================= -->
<!-- Source packaging. --> <!-- Source packaging. -->
<!-- ======================================================= --> <!-- ======================================================= -->
<plugin> <plugin>
<inherited>true</inherited> <inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<configuration> <configuration>
<attach>true</attach> <attach>true</attach>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- versioning --> <!-- versioning -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version> <version>2.2.2</version>
<configuration> <configuration>
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
<!-- ======================================================== --> <!-- ======================================================== -->
<!-- Extensions settings for Deployment --> <!-- Extensions settings for Deployment -->
<!-- ======================================================== --> <!-- ======================================================== -->
<extensions> <extensions>
<!--............................................. --> <!--............................................. -->
<!-- geo-solutions (using wagon ftp) --> <!-- geo-solutions (using wagon ftp) -->
<!--............................................. --> <!--............................................. -->
<extension> <extension>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId> <artifactId>wagon-ftp</artifactId>
<version>1.0-beta-7</version> <version>2.6</version>
</extension> </extension>
</extensions> </extensions>
</build> </build>
<reporting> <reporting>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<configuration> <configuration>
<links> <links>
<link>http://commons.apache.org/lang/api</link> <link>http://commons.apache.org/lang/api</link>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link> <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://www.jdom.org/docs/apidocs</link> <link>http://www.jdom.org/docs/apidocs</link>
</links> </links>
</configuration> </configuration>
</plugin> </plugin>
<!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId>
<version>2.2</version> </plugin> --> <version>2.2</version> </plugin> -->
</plugins> </plugins>
</reporting> </reporting>
<properties> <properties>
<slf4j.version>1.5.11</slf4j.version> <slf4j.version>1.5.11</slf4j.version>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.0.1</version> <version>2.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
<version>3.1</version> <version>3.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jdom</groupId> <groupId>jdom</groupId>
<artifactId>jdom</artifactId> <artifactId>jdom</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId> <artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
</dependency> </dependency>
<!-- commons-logging can be rather simply and conveniently excluded as <!-- commons-logging can be rather simply and conveniently excluded as
a dependency by declaring it in the provided scope within the pom.xml file a dependency by declaring it in the provided scope within the pom.xml file
of your project. The actual commons-logging classes would be provided by of your project. The actual commons-logging classes would be provided by
jcl-over-slf4j. This translates into the following pom file snippet: --> jcl-over-slf4j.
<!-- <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> This translates into the following pom file snippet: -->
<version>1.1.1</version> <scope>provided</scope> </dependency> <dependency> <!-- <dependency>
<groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <groupId>commons-logging</groupId>
</dependency> <artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
</dependency>-->
</dependency>--> <!--================================================================= -->
<!--================================================================= --> <!-- TEST -->
<!-- TEST --> <!--================================================================= -->
<!--================================================================= -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.2</version> <version>4.8.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>2.5.6.SEC02</version> <version>2.5.6.SEC02</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>