1 <?xml version="1.0" encoding="UTF-8"?>
4 This file is part of storage-units. It is subject to the license terms in the LICENSE file found in the top-level
5 directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of storage-units,
6 including this file, may be copied, modified, propagated, or distributed except according to the terms contained
10 <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">
11 <modelVersion>4.0.0</modelVersion>
13 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <!-- https://maven.apache.org/pom.html#Inheritance -->
18 <groupId>de.xn--ho-hia.maven.parents</groupId>
19 <artifactId>maven-parents-java-stable</artifactId>
20 <version>2016.07.02-120434</version>
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
26 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
27 <groupId>de.xn--ho-hia.storage_units</groupId>
28 <artifactId>storage-units.java</artifactId>
29 <version>4.0.0-${revision}</version>
30 <packaging>pom</packaging>
32 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
34 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
36 <name>Storage Units :: Parent</name>
37 <description>Implementation of storage units according to ISO IEC 80000-13:2008.</description>
38 <url>https://seb.xn--ho-hia.de/storage-units</url>
39 <inceptionYear>2012</inceptionYear>
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
43 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
44 <!-- https://maven.apache.org/pom.html#Aggregation -->
46 <module>storage-units</module>
47 <module>storage-units-eclipselink</module>
48 <module>storage-units-jackson</module>
49 <module>storage-units-mongodb</module>
52 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
54 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
55 <!-- https://maven.apache.org/pom.html#SCM -->
57 <connection>scm:git:git://github.com/sebhoss/storage-units.git</connection>
58 <developerConnection>scm:git:git@github.com:sebhoss/storage-units.git</developerConnection>
60 <url>${project.url}</url>
63 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
64 <!-- ISSUE MANAGEMENT -->
65 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
66 <!-- https://maven.apache.org/pom.html#Issue_Management -->
68 <system>GitHub</system>
69 <url>https://github.com/sebhoss/storage-units/issues</url>
72 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
73 <!-- CI MANAGEMENT -->
74 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
75 <!-- https://maven.apache.org/pom.html#Continuous_Integration_Management -->
77 <system>Travis</system>
78 <url>https://travis-ci.org/sebhoss/storage-units</url>
81 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
82 <!-- DISTRIBUTION MANAGEMENT -->
83 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
84 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
85 <distributionManagement>
88 <name>GitHub Pages</name>
89 <url>https://seb.xn--ho-hia.de/storage-units</url>
91 </distributionManagement>
93 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
95 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
96 <!-- https://maven.apache.org/pom.html#Properties -->
98 <revision>SNAPSHOT</revision>
104 <groupId>org.codehaus.mojo</groupId>
105 <artifactId>flatten-maven-plugin</artifactId>
106 <version>1.0.0</version>
108 <flattenMode>oss</flattenMode>
111 <!-- enable flattening -->
114 <phase>process-resources</phase>
119 <!-- ensure proper cleanup -->
121 <id>flatten.clean</id>