2015-11-27 13:53:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-01-14 17:32:35 +00:00
|
|
|
<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">
|
2015-11-27 13:53:55 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>kemitix-parent</artifactId>
|
2017-09-18 14:37:33 +01:00
|
|
|
<version>4.0.0-SNAPSHOT</version>
|
2015-11-27 13:53:55 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>Kemitix Parent</name>
|
|
|
|
<description>Common Parent with preconfigured plugins.</description>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<url>https://github.com/kemitix/kemitix-parent/issues</url>
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
2017-05-28 20:32:53 +01:00
|
|
|
<url>https://github.com/kemitix/kemitix-parent</url>
|
2015-11-27 13:53:55 +00:00
|
|
|
<connection>scm:git:git@github.com:kemitix/kemitix-parent.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:kemitix/kemitix-parent.git</developerConnection>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<url>https://github.com/kemitix/kemitix-parent</url>
|
|
|
|
|
|
|
|
<inceptionYear>2015</inceptionYear>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The MIT License (MIT)</name>
|
|
|
|
<url>https://opensource.org/licenses/MIT</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2016-02-09 16:40:31 +00:00
|
|
|
<kemitix.build.directory>target</kemitix.build.directory>
|
2017-09-17 22:18:36 +01:00
|
|
|
<kemitix-quality-maven-plugin.version>0.2.1</kemitix-quality-maven-plugin.version>
|
|
|
|
<digraphBasePackage>net.kemitix</digraphBasePackage>
|
2017-01-18 12:01:16 +00:00
|
|
|
|
2017-09-17 22:18:36 +01:00
|
|
|
<lombok.version>1.16.18</lombok.version>
|
2017-09-17 22:24:47 +01:00
|
|
|
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
|
2017-06-07 20:29:53 +01:00
|
|
|
<maven-clean-plugin.version>3.0.0</maven-clean-plugin.version>
|
|
|
|
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
|
2017-09-17 22:24:47 +01:00
|
|
|
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
2017-06-07 20:29:53 +01:00
|
|
|
<maven-site-plugin.version>3.6</maven-site-plugin.version>
|
2017-09-17 22:24:47 +01:00
|
|
|
<maven-javadoc-plugin.version>3.0.0-M1</maven-javadoc-plugin.version>
|
2016-06-27 15:51:08 +01:00
|
|
|
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
|
2016-04-25 22:37:52 +01:00
|
|
|
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
|
|
|
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
2017-09-17 22:24:47 +01:00
|
|
|
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
|
|
|
|
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
|
|
|
|
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
|
|
|
|
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
|
|
|
|
<maven-failsafe-plugin.version>2.20.1</maven-failsafe-plugin.version>
|
2016-04-25 22:37:52 +01:00
|
|
|
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
|
2017-09-17 22:24:47 +01:00
|
|
|
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
|
2016-04-25 22:38:14 +01:00
|
|
|
|
2017-02-27 10:19:08 +00:00
|
|
|
<java.version>1.8</java.version>
|
2017-06-07 20:29:53 +01:00
|
|
|
<versions.version>2.4</versions.version>
|
2017-07-21 11:20:05 +01:00
|
|
|
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
|
2015-11-27 13:53:55 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Paul Campbell</name>
|
|
|
|
<email>pcampbell@kemitix.net</email>
|
|
|
|
<organization>Kemitix</organization>
|
|
|
|
<organizationUrl>https://github.com/kemitix/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
2017-01-14 17:33:34 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>${lombok.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2015-11-27 13:53:55 +00:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
2015-12-29 09:08:34 +00:00
|
|
|
<id>release</id>
|
2015-11-27 13:53:55 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2016-01-07 10:48:17 +00:00
|
|
|
<!-- plugin sequence: javadoc, sources, gpg, deploy -->
|
2015-11-27 13:53:55 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-01-07 10:48:17 +00:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2015-11-27 13:53:55 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2016-01-07 10:48:17 +00:00
|
|
|
<id>attach-javadocs</id>
|
2015-11-27 13:53:55 +00:00
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
2016-01-07 10:48:17 +00:00
|
|
|
<goal>jar</goal>
|
2015-11-27 13:53:55 +00:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2016-01-07 10:48:17 +00:00
|
|
|
</plugin><!-- maven-javadoc-plugin -->
|
2015-12-29 09:08:34 +00:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin><!-- maven-source-plugin -->
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-01-07 10:48:17 +00:00
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<passphrase>${gpg.passphrase}</passphrase>
|
|
|
|
</configuration>
|
2015-12-29 09:08:34 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2016-01-07 10:48:17 +00:00
|
|
|
<id>sign-artifacts</id>
|
2015-12-29 09:08:34 +00:00
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
2016-01-07 10:48:17 +00:00
|
|
|
<goal>sign</goal>
|
2015-12-29 09:08:34 +00:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2016-01-07 10:48:17 +00:00
|
|
|
</plugin><!-- maven-gpg-plugin -->
|
2015-12-29 09:08:34 +00:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
</plugin><!-- maven deploy-plugin -->
|
2015-11-27 13:53:55 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-12-29 09:08:34 +00:00
|
|
|
</profile><!-- release -->
|
2015-11-27 13:53:55 +00:00
|
|
|
</profiles>
|
|
|
|
|
2017-02-28 11:23:31 +00:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>sonatype-snapshots</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
2016-01-08 11:03:42 +00:00
|
|
|
<pluginRepositories>
|
2017-02-28 11:36:46 +00:00
|
|
|
<pluginRepository>
|
|
|
|
<id>sonatype-snapshots</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
</pluginRepository>
|
2016-01-08 11:03:42 +00:00
|
|
|
</pluginRepositories>
|
|
|
|
|
2015-11-27 13:53:55 +00:00
|
|
|
<build>
|
2016-02-09 16:40:31 +00:00
|
|
|
<directory>${kemitix.build.directory}</directory>
|
2015-11-27 13:53:55 +00:00
|
|
|
|
2017-09-17 22:24:47 +01:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>${maven-javadoc-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-javadoc-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>${maven-source-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-source-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-gpg-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>${maven-deploy-plugin.version}</version>
|
|
|
|
</plugin><!-- maven deploy-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>${maven-clean-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-clean-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<version>${maven-antrun-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-antrun-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>${maven-install-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-install-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>${maven-site-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-site-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<compilerArgs>
|
|
|
|
<arg>-Xlint:unchecked</arg>
|
|
|
|
</compilerArgs>
|
|
|
|
<showDeprecation>true</showDeprecation>
|
|
|
|
<showWarnings>true</showWarnings>
|
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin><!-- maven-compiler-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>kemitix-quality-maven-plugin</artifactId>
|
|
|
|
<version>${kemitix-quality-maven-plugin.version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>validate</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<version>${maven-dependency-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-dependency-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>${maven-assembly-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-assembly-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>${maven-release-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-release-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
|
|
|
</plugin><!-- maven-surefire-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<version>${maven-failsafe-plugin.version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>integration-test</id>
|
|
|
|
<goals>
|
|
|
|
<goal>integration-test</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>verify</id>
|
|
|
|
<goals>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin><!-- maven-failsafe-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eluder.coveralls</groupId>
|
|
|
|
<artifactId>coveralls-maven-plugin</artifactId>
|
|
|
|
<version>${coveralls-maven-plugin.version}</version>
|
|
|
|
</plugin><!-- coveralls-maven-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
|
|
|
<version>${versions.version}</version>
|
|
|
|
</plugin><!-- versions-maven-plugin -->
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
|
2015-11-27 13:53:55 +00:00
|
|
|
<plugins>
|
2017-01-14 17:32:35 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>net.kemitix</groupId>
|
2017-09-17 22:18:36 +01:00
|
|
|
<artifactId>kemitix-quality-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2015-11-27 13:53:55 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2017-09-17 22:24:47 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>${maven-project-info-reports-plugin.version}</version>
|
|
|
|
</plugin>
|
2017-08-13 12:11:12 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>${maven-javadoc-plugin.version}</version>
|
|
|
|
</plugin>
|
2015-11-27 13:53:55 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
2016-04-25 22:37:52 +01:00
|
|
|
<version>${maven-surefire-plugin.version}</version>
|
2015-11-27 13:53:55 +00:00
|
|
|
</plugin><!-- maven-surefire-report-plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2016-04-25 22:37:52 +01:00
|
|
|
<version>${maven-jxr-plugin.version}</version>
|
2015-11-27 13:53:55 +00:00
|
|
|
</plugin><!-- maven-jxr-plugin -->
|
2017-06-07 09:57:25 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
|
|
|
<version>${versions.version}</version>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>dependency-updates-report</report>
|
|
|
|
<report>plugin-updates-report</report>
|
|
|
|
<report>property-updates-report</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin><!-- versions-maven-plugin -->
|
2015-11-27 13:53:55 +00:00
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
<name>Sonatype Nexus Snapshots</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>sonatype-nexus-staging</id>
|
|
|
|
<name>Nexus Release Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2015-11-27 13:57:00 +00:00
|
|
|
</project>
|