plugin.geomajas-plugin-printing-documentation.2.4.0-M1.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geomajas-plugin-printing-documentation
Show all versions of geomajas-plugin-printing-documentation
Geomajas simple printing plugin documentation
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2013 Geosparc nv, http://www.geosparc.com/, Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt in the project root. --> <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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.geomajas</groupId> <artifactId>geomajas-doc-parent</artifactId> <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-plugin-printing-documentation</artifactId> <version>2.4.0-M1</version> <packaging>jar</packaging> <name>Geomajas simple printing plugin documentation</name> <description>Geomajas simple printing plugin documentation</description> <properties> <listing.sourceDirectory>${basedir}/..</listing.sourceDirectory> </properties> <scm> <connection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-plugin-printing-all-2.4.0-M1/geomajas-plugin-printing-documentation</connection> <developerConnection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-plugin-printing-all-2.4.0-M1/geomajas-plugin-printing-documentation</developerConnection> <url>http://ci.geomajas.org/svn/repos/Geomajas/list/tags/geomajas-plugin-printing-all-2.4.0-M1/geomajas-plugin-printing-documentation</url> </scm> </project>