1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
5 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
7 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
9 <groupId>wtf.metio.maven.parents</groupId>
10 <artifactId>maven-parents-java-prototype</artifactId>
11 <version>2020.7.17-11732</version>
14 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
17 <groupId>wtf.metio.reguloj</groupId>
18 <artifactId>reguloj</artifactId>
19 <version>9999.99.99-SNAPSHOT</version>
20 <packaging>jar</packaging>
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25 <!-- https://maven.apache.org/pom.html#More_Project_Information -->
26 <inceptionYear>2010</inceptionYear>
28 <description>Lightweight business rule engine</description>
29 <url>https://reguloj.projects.metio.wtf/</url>
31 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
33 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
35 <connection>scm:git:git@github.com:metio/reguloj.git</connection>
36 <developerConnection>scm:git:git@github.com:metio/reguloj.git</developerConnection>
38 <url>https://github.com/metio/reguloj</url>
41 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
43 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
45 <version.jdk>14</version.jdk>
46 <project.build.outputTimestamp>${project.inceptionYear}</project.build.outputTimestamp>
51 <id>maven-build-process</id>
52 <name>GitHub maven-build-process Apache Maven Packages</name>
53 <url>https://maven.pkg.github.com/metio/maven-build-process</url>
55 <enabled>true</enabled>
58 <enabled>false</enabled>
63 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
64 <!-- DISTRIBUTION MANAGEMENT -->
65 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
66 <!-- https://maven.apache.org/pom.html#Distribution_Management -->
67 <distributionManagement>
70 <name>official website</name>
71 <url>https://reguloj.projects.metio.wtf</url>
75 <name>GitHub reguloj Apache Maven Packages</name>
76 <url>https://maven.pkg.github.com/metio/reguloj</url>
78 </distributionManagement>
80 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
82 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
85 <groupId>org.mockito</groupId>
86 <artifactId>mockito-core</artifactId>
91 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
93 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
97 <artifactId>maven-surefire-plugin</artifactId>
98 <version>3.0.0-M5</version>
100 <argLine>--add-opens wtf.metio.reguloj/wtf.metio.reguloj=ALL-UNNAMED</argLine>