geomajas-server-plugin-layer-tms-javadoc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-server-plugin-layer-tms-javadoc</artifactId>
<version>1.18.5</version>
</dependency><!--
~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/.
~
~ Copyright 2008-2016 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-server-layer-tms-parent</artifactId>
<version>1.18.5</version>
</parent>
<artifactId>geomajas-server-plugin-layer-tms-javadoc</artifactId>
<packaging>jar</packaging>
<name>Geomajas Server: Plugin Layer Tms - Javadoc</name>
<description>Geomajas Server: Plugin Layer Tms - Javadoc</description>
<dependencies>
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-layer-tms</artifactId>
</dependency>
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-layer-tms</artifactId>
<classifier>sources</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${server-version-maven-javadoc-plugin}</version>
<executions>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>org.geomajas.plugin:*</dependencySourceInclude>
</dependencySourceIncludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>