1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ This file is part of reguloj. It is subject to the license terms in the LICENSE file found in the top-level
4 ~ directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of reguloj,
5 ~ including this file, may be copied, modified, propagated, or distributed except according to the terms contained
9 <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">
10 <modelVersion>4.0.0</modelVersion>
12 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <groupId>wtf.metio.maven.parents</groupId>
17 <artifactId>maven-parents-java-prototype</artifactId>
18 <version>2022.10.7</version>
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
23 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <groupId>wtf.metio.reguloj</groupId>
25 <artifactId>reguloj</artifactId>
26 <version>9999.99.99-SNAPSHOT</version>
27 <packaging>jar</packaging>
29 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
32 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
33 <inceptionYear>2010</inceptionYear>
35 <description>Lightweight business rule engine</description>
36 <url>https://github.com/metio/reguloj/</url>
38 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
42 <connection>scm:git:git@github.com:metio/reguloj.git</connection>
43 <developerConnection>scm:git:git@github.com:metio/reguloj.git</developerConnection>
45 <url>https://github.com/metio/reguloj</url>
48 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
50 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
52 <version.jdk>17</version.jdk>
53 <project.build.outputTimestamp>${project.inceptionYear}</project.build.outputTimestamp>
56 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
57 <!-- DISTRIBUTION MANAGEMENT -->
58 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
59 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
60 <distributionManagement>
63 <name>official website</name>
64 <url>https://github.com/metio/reguloj</url>
68 <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
70 </distributionManagement>
72 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
74 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
77 <groupId>org.mockito</groupId>
78 <artifactId>mockito-core</artifactId>
83 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
85 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
89 <artifactId>maven-surefire-plugin</artifactId>
92 --add-opens wtf.metio.reguloj/wtf.metio.reguloj=ALL-UNNAMED
93 --add-opens wtf.metio.reguloj/wtf.metio.reguloj.shoppingcart=ALL-UNNAMED