We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334c6ab commit 0019ab9Copy full SHA for 0019ab9
coverage/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.smallrye.testing</groupId>
8
<artifactId>smallrye-testing-parent</artifactId>
9
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
10
</parent>
11
12
<artifactId>smallrye-testing-coverage</artifactId>
pom.xml
@@ -64,6 +64,18 @@
64
</dependencyManagement>
65
66
<profiles>
67
+ <profile>
68
+ <id>unpublished</id>
69
+ <activation>
70
+ <property>
71
+ <name>performRelease</name>
72
+ <value>!true</value>
73
+ </property>
74
+ </activation>
75
+ <modules>
76
+ <module>coverage</module>
77
+ </modules>
78
+ </profile>
79
<profile>
80
<id>release</id>
81
<activation>
0 commit comments