plugin.geomajas-client-gwt2-plugin-wfs-javadoc.2.3.0.source-code.pom.xml Maven / Gradle / Ivy
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2015 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-client-gwt2-plugin-wfs-parent</artifactId> <version>2.3.0</version> </parent> <artifactId>geomajas-client-gwt2-plugin-wfs-javadoc</artifactId> <packaging>jar</packaging> <name>Geomajas GWT2 client: Plugin WFS - Javadoc</name> <description>Geomajas GWT2 client: Plugin WFS - Javadoc</description> <dependencies> <dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-client-gwt2-plugin-wfs</artifactId> </dependency> <dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-client-gwt2-plugin-wfs-server-extension</artifactId> </dependency> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>${gwt2-client-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>