wps-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-parent</artifactId>
<version>2.0.0</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.disy.wps</groupId>
<artifactId>wps-parent</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>WPS Parent</name>
<parent>
<groupId>net.disy.legato</groupId>
<artifactId>legato-project</artifactId>
<version>1</version>
</parent>
<modules>
<module>../wps-pd</module>
<module>../wps-api</module>
<module>../wps-proxy</module>
<module>../wps-scripts</module>
<module>../wps-samples</module>
<module>../wps-demo-dev</module>
<module>../wps-demo</module>
</modules>
<scm>
<connection>scm:svn:https://svn.code.sf.net/p/legato/code/legato-wps/tags/2.0.0/wps-parent</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/legato/code/legato-wps/tags/2.0.0/wps-parent</developerConnection>
<url>http://legato.svn.sourceforge.net/viewvc/legato/legato-wps/tags/2.0.0/wps-parent</url>
</scm>
<properties>
<target.dir>target</target.dir>
<legato-core.version>2.0.0</legato-core.version>
<ogc-schemas.version>1.0.3</ogc-schemas.version>
<ogc-tools.version>1.0.3</ogc-tools.version>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.13</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-httpcore</groupId>
<artifactId>commons-httpcore</artifactId>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>logkit</groupId>
<artifactId>logkit</artifactId>
</exclusion>
<exclusion>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<exclusions>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.collections</groupId>
<artifactId>collections-generic</artifactId>
<version>4.01</version>
</dependency>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-testing</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- OGC Dependencies -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>wps-v_1_0_0-schema</artifactId>
<version>${ogc-schemas.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>gml-v_3_1_1-schema</artifactId>
<version>${ogc-schemas.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>se-v_1_1_0-schema</artifactId>
<version>${ogc-schemas.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>filter-v_1_1_0-schema</artifactId>
<version>${ogc-schemas.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>ows-v_1_1_0-schema</artifactId>
<version>${ogc-schemas.version}</version>
</dependency>
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>ogc-tools-gml-jts</artifactId>
<version>${ogc-tools.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jsr-275</groupId>
<artifactId>jsr-275</artifactId>
<version>1.0-beta-2</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<defaultGoal>install</defaultGoal>
<outputDirectory>${basedir}/${target.dir}/classes</outputDirectory>
<testOutputDirectory>${basedir}/${target.dir}/test-classes</testOutputDirectory>
<plugins>
<plugin>
<inherited>true</inherited>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version>
<configuration>
<argLine>-XX:PermSize=128m -XX:+CMSClassUnloadingEnabled</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1-beta-1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.8.0</version>
<configuration>
<header>src/etc/header.txt</header>
<failIfMissing>true</failIfMissing>
<strictCheck>true</strictCheck>
<aggregate>true</aggregate>
<excludes>
<exclude>target-eclipse/**</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/site/naturaldocs/**</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.pdf</exclude>
</excludes>
<properties>
<license.year>2010</license.year>
<license.description>Legato is a configurable, lightweight web mapping client that can be
easily embedded into web pages and portals, CMS and individual web
applications. Legato is implemented in JavaScript and based on the
popular open source library OpenLayers.</license.description>
<license.vendorInformation>disy Informationssysteme GmbH, http://www.disy.net</license.vendorInformation>
</properties>
</configuration>
<executions>
<execution>
<id>license-checkheaders</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
<dependencies>
<dependency>
<groupId>sun.jdk</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-optional</artifactId>
<version>1.5.3-1</version>
</dependency>
<dependency>
<groupId>com.googlecode.jslint4java</groupId>
<artifactId>jslint4java-ant</artifactId>
<version>1.3.3</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>naturaldocs-initialize</id>
<phase>none</phase>
<configuration>
<tasks>
<mkdir dir="target/generated-docs/naturaldocs" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>naturaldocs-package</id>
<phase>none</phase>
<configuration>
<tasks>
<zip destfile="target/${project.artifactId}-${project.version}-naturaldocs.zip" basedir="target/generated-docs/naturaldocs">
</zip>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>naturaldocs-pre-site</id>
<phase>none</phase>
<configuration>
<tasks>
<mkdir dir="target/site/naturaldocs" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<id>naturaldocs-process-sources</id>
<phase>none</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${naturaldocs.executable}</executable>
<arguments>
<argument>-r</argument>
<argument>-i</argument>
<argument>src/main/javascript</argument>
<argument>-o</argument>
<argument>FramedHTML</argument>
<argument>target/generated-docs/naturaldocs</argument>
<argument>-p</argument>
<argument>src/site/naturaldocs</argument>
</arguments>
</configuration>
</execution>
<execution>
<id>naturaldocs-site</id>
<phase>none</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${naturaldocs.executable}</executable>
<arguments>
<argument>-r</argument>
<argument>-i</argument>
<argument>src/main/javascript</argument>
<argument>-o</argument>
<argument>FramedHTML</argument>
<argument>target/site/naturaldocs</argument>
<argument>-p</argument>
<argument>src/site/naturaldocs</argument>
</arguments>
</configuration>
</execution>
</executions>
<configuration>
<!-- M2 Eclipse integration needs to have a command here -->
<executable>echo</executable>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<inherited>true</inherited>
<executions>
<execution>
<id>naturaldocs-install</id>
<phase>none</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>target/${project.artifactId}-${project.version}-naturaldocs.zip</file>
<classifier>naturaldocs</classifier>
<type>zip</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Psonatype-oss-release -DperformRelease</arguments>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
com.mycila.maven-license-plugin
</groupId>
<artifactId>
maven-license-plugin
</artifactId>
<versionRange>[1.8.0,)</versionRange>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<versionRange>[1.3,)</versionRange>
<goals>
<goal>run</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<!-- copy-dependency plugin -->
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[1.0.0,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
<goal>unpack</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.alchim31.maven</groupId>
<artifactId>
yuicompressor-maven-plugin
</artifactId>
<versionRange>[1.1,)</versionRange>
<goals>
<goal>compress</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>net.disy.legato</groupId>
<artifactId>legato-maven-plugin</artifactId>
<versionRange>[1.2,)</versionRange>
<goals>
<goal>concatenate</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<versionRange>[1.1.1,)</versionRange>
<goals>
<goal>exec</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>eclipse-folders</id>
<properties>
<target.dir>target-eclipse</target.dir>
</properties>
</profile>
</profiles>
</project>