1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ SPDX-FileCopyrightText: The Storage-Units Authors
4 ~ SPDX-License-Identifier: 0BSD
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <modelVersion>4.0.0</modelVersion>
10 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
12 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
13 <!-- https://maven.apache.org/pom.html#Inheritance -->
15 <groupId>wtf.metio.maven.parents</groupId>
16 <artifactId>maven-parents-java-prototype</artifactId>
17 <version>2023.9.29</version>
20 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23 <!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
24 <groupId>wtf.metio.storage-units</groupId>
25 <artifactId>storage-units.java</artifactId>
26 <version>9999.99.99-SNAPSHOT</version>
27 <packaging>pom</packaging>
29 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
32 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
33 <name>Storage Units</name>
34 <description>Implementation of storage units according to ISO IEC 80000-13:2008.</description>
35 <url>https://storage-units.projects.metio.wtf/</url>
36 <inceptionYear>2012</inceptionYear>
38 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
41 <!-- https://maven.apache.org/pom.html#Aggregation -->
43 <module>storage-units-dozer</module>
44 <module>storage-units-eclipselink</module>
45 <module>storage-units-gson</module>
46 <module>storage-units-jackson</module>
47 <module>storage-units-jakarta</module>
48 <module>storage-units-mapstruct</module>
49 <module>storage-units-model</module>
50 <module>storage-units-modelmapper</module>
51 <module>storage-units-mongodb</module>
52 <module>storage-units-orika</module>
53 <module>storage-units-simple</module>
56 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
58 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
59 <!-- https://maven.apache.org/pom.html#SCM -->
61 <connection>scm:git:git://github.com/metio/storage-units.java.git</connection>
62 <developerConnection>scm:git:git@github.com:metio/storage-units.java.git</developerConnection>
64 <url>${project.url}</url>
67 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
68 <!-- ISSUE MANAGEMENT -->
69 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
70 <!-- https://maven.apache.org/pom.html#Issue_Management -->
72 <system>GitHub</system>
73 <url>https://github.com/metio/storage-units.java/issues</url>
76 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
78 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
79 <!-- https://maven.apache.org/pom.html#Properties -->
81 <version.jdk>${javaVersion}</version.jdk>
87 <groupId>org.codehaus.mojo</groupId>
88 <artifactId>properties-maven-plugin</artifactId>
91 <phase>initialize</phase>
93 <goal>read-project-properties</goal>
98 <file>${project.basedir}/../java.properties</file>