11<?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/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45 <parent >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-benchmark</artifactId >
1011 <name >requirements-benchmark</name >
1112 <packaging >pom</packaging >
1213
13- <properties >
14- <project .root.basedir>${project.parent.basedir} </project .root.basedir>
15- <skipBenchmarks >true</skipBenchmarks >
16- </properties >
17-
18- <modules >
19- <module >java</module >
20- <module >guava</module >
21- <module >assertj</module >
22- </modules >
23- <build >
24- <plugins >
25- <plugin >
26- <groupId >org.apache.maven.plugins</groupId >
27- <artifactId >maven-compiler-plugin</artifactId >
28- <configuration >
29- <compilerArgs >
30- <arg >-Xdiags:verbose</arg >
31- <arg >-Werror</arg >
32- <arg >-Xlint:all,-requires-automatic,-processing,-module</arg >
33- </compilerArgs >
34- <annotationProcessorPaths >
35- <!-- WORKAROUND: https://issues.apache.org/jira/browse/MCOMPILER-369 -->
36- <path >
37- <groupId >org.openjdk.jmh</groupId >
38- <artifactId >jmh-generator-annprocess</artifactId >
39- <version >${jmh.version} </version >
40- </path >
41- </annotationProcessorPaths >
42- </configuration >
43- </plugin >
44- <plugin >
45- <groupId >org.apache.maven.plugins</groupId >
46- <artifactId >maven-surefire-plugin</artifactId >
47- <configuration >
48- <skipTests >${skipBenchmarks} </skipTests >
49- <properties >
50- <property >
51- <!-- WORKAROUND: https://github.com/cbeust/testng/issues/2727 -->
52- <name >usedefaultlisteners</name >
53- <key >false</key >
54- </property >
55- </properties >
56- <systemPropertyVariables >
57- <!-- <FAST_ESTIMATE>true</FAST_ESTIMATE>-->
58- </systemPropertyVariables >
59- </configuration >
60- </plugin >
61- <!-- Tests don't publish artifacts -->
62- <plugin >
63- <groupId >org.apache.maven.plugins</groupId >
64- <artifactId >maven-jar-plugin</artifactId >
65- <executions >
66- <execution >
67- <id >default-jar</id >
68- <phase >none</phase >
69- </execution >
70- </executions >
71- </plugin >
72- <plugin >
73- <groupId >org.apache.maven.plugins</groupId >
74- <artifactId >maven-javadoc-plugin</artifactId >
75- <executions >
76- <execution >
77- <id >default-jar</id >
78- <phase >none</phase >
79- </execution >
80- </executions >
81- </plugin >
82- <plugin >
83- <groupId >org.apache.maven.plugins</groupId >
84- <artifactId >maven-install-plugin</artifactId >
85- <executions >
86- <execution >
87- <id >default-install</id >
88- <phase >none</phase >
89- </execution >
90- </executions >
91- </plugin >
92- </plugins >
93- </build >
94- <dependencies >
95- <dependency >
96- <groupId >org.openjdk.jmh</groupId >
97- <artifactId >jmh-generator-annprocess</artifactId >
98- <scope >provided</scope >
99- </dependency >
100- <dependency >
101- <groupId >ch.qos.logback</groupId >
102- <artifactId >logback-classic</artifactId >
103- </dependency >
104- <dependency >
105- <groupId >org.testng</groupId >
106- <artifactId >testng</artifactId >
107- <scope >test</scope >
108- </dependency >
109- <dependency >
110- <groupId >org.openjdk.jmh</groupId >
111- <artifactId >jmh-core</artifactId >
112- <scope >test</scope >
113- </dependency >
114- </dependencies >
115- <profiles >
116- <profile >
117- <id >run-benchmarks</id >
118- <activation >
119- <property >
120- <name >runBenchmarks</name >
121- <value >true</value >
122- </property >
123- </activation >
124- <properties >
125- <skipBenchmarks >false</skipBenchmarks >
126- </properties >
127- </profile >
128- </profiles >
14+ <distributionManagement >
15+ <relocation >
16+ <groupId >io.github.cowwoc.pouch</groupId >
17+ </relocation >
18+ </distributionManagement >
12919</project >
0 commit comments