File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 19
19
<module >spring-modulith-events-jdbc</module >
20
20
<module >spring-modulith-events-mongodb</module >
21
21
<module >spring-modulith-events-jackson</module >
22
- <module >spring-modulith-events-tests</module >
23
22
</modules >
24
23
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
+
25
57
<dependencies >
26
58
27
59
<dependency >
You can’t perform that action at this time.
0 commit comments