Skip to content

Commit 5542cd1

Browse files
committed
GH-77 - Avoid release event support integration tests to Maven Central.
1 parent 8121516 commit 5542cd1

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

spring-modulith-events/pom.xml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,41 @@
1919
<module>spring-modulith-events-jdbc</module>
2020
<module>spring-modulith-events-mongodb</module>
2121
<module>spring-modulith-events-jackson</module>
22-
<module>spring-modulith-events-tests</module>
2322
</modules>
2423

24+
<profiles>
25+
26+
<profile>
27+
28+
<id>events-default</id>
29+
30+
<activation>
31+
<activeByDefault>true</activeByDefault>
32+
</activation>
33+
34+
<modules>
35+
<module>spring-modulith-events-tests</module>
36+
</modules>
37+
38+
</profile>
39+
40+
<profile>
41+
42+
<id>prepare-release</id>
43+
44+
<modules>
45+
<module>spring-modulith-events-tests</module>
46+
</modules>
47+
48+
</profile>
49+
50+
<!-- Needs to be declared to disable default profile -->
51+
<profile>
52+
<id>sonatype</id>
53+
</profile>
54+
55+
</profiles>
56+
2557
<dependencies>
2658

2759
<dependency>

0 commit comments

Comments
 (0)