Skip to content

Commit

Permalink
GH-77 - Avoid release event support integration tests to Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 24, 2022
1 parent 8121516 commit 5542cd1
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion spring-modulith-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,41 @@
<module>spring-modulith-events-jdbc</module>
<module>spring-modulith-events-mongodb</module>
<module>spring-modulith-events-jackson</module>
<module>spring-modulith-events-tests</module>
</modules>

<profiles>

<profile>

<id>events-default</id>

<activation>
<activeByDefault>true</activeByDefault>
</activation>

<modules>
<module>spring-modulith-events-tests</module>
</modules>

</profile>

<profile>

<id>prepare-release</id>

<modules>
<module>spring-modulith-events-tests</module>
</modules>

</profile>

<!-- Needs to be declared to disable default profile -->
<profile>
<id>sonatype</id>
</profile>

</profiles>

<dependencies>

<dependency>
Expand Down

0 comments on commit 5542cd1

Please sign in to comment.