javaps-test-processes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.geoprocessing</groupId>
<artifactId>javaps-test-processes</artifactId>
<version>4</version>
</dependency><!--
Copyright 2016-2020 52°North Initiative for Geospatial Open Source
Software GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.5.0</version>
</parent>
<groupId>org.n52.geoprocessing</groupId>
<artifactId>javaps-test-processes</artifactId>
<version>4</version>
<developers>
<developer>
<id>bpross-52n</id>
<name>Benjamin Pross</name>
<email>b.pross@52north.org</email>
<organization>${project.organization.name}</organization>
<organizationUrl>${project.organization.url}</organizationUrl>
<timezone>GMT+1</timezone>
</developer>
</developers>
<packaging>jar</packaging>
<scm>
<url>https://github.com/52North/javaps-test-processes</url>
<connection>scm:git:git://github.com/52North/javaps-test-processes.git</connection>
<developerConnection>scm:git:ssh://git@github.com/52North/javaps-test-processes.git</developerConnection>
<tag>v4</tag>
</scm>
<issueManagement>
<system>GitHub issues</system>
<url>https://github.com/52North/javaps-test-processes/issues?state=open</url>
</issueManagement>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/52North/javaps-test-processes</url>
</ciManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<version.geotools>20.2</version.geotools>
<version.slf4j>1.7.25</version.slf4j>
<version.log4j>2.11.1</version.log4j>
<version.iohandler>2</version.iohandler>
</properties>
<dependencies>
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>engine</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>janmayen</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>shetland</artifactId>
</dependency>
<dependency>
<groupId>org.n52.geoprocessing</groupId>
<artifactId>javaps-iohandler</artifactId>
<version>${version.iohandler}</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>execute</goal>
</goals>
<configuration>
<source>project.properties['currentYearDynamic'] = java.time.Year.now().toString()</source>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<aggregate>true</aggregate>
<header>etc/license-header.txt</header>
<includes>
<include>**/*.java</include>
<include>**/*.xml</include>
</includes>
<strictCheck>true</strictCheck>
<properties>
<year>${project.inceptionYear}-${currentYearDynamic}</year>
</properties>
<mapping>
<java>SLASHSTAR_STYLE</java>
</mapping>
</configuration>
<executions>
<execution>
<id>format-license-headers</id>
<phase>process-resources</phase>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<noticeTemplate>etc/notice-template.txt</noticeTemplate>
<licenseMapping>
<param>http://52north.github.io/cdn/licenses/license-mappings.xml</param>
</licenseMapping>
<generateChildNotices>false</generateChildNotices>
</configuration>
<executions>
<execution>
<id>generate-notice</id>
<phase>initialize</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>jdk8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<configuration>
<licenseMapping>
<param>http://52north.github.io/cdn/licenses/license-mappings.xml</param>
</licenseMapping>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>since-jdk9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<configuration>
<licenseMapping>
<param>http://52north.github.io/cdn/licenses/license-mappings-jdk9.xml</param>
</licenseMapping>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>create-license-list</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.5</version>
<configuration>
<useMissingFile>true</useMissingFile>
<fileTemplate>etc/license-as-csv.ftl</fileTemplate>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>aggregate-add-third-party</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>