Skip to content

Commit

Permalink
Change module for central publish
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Mar 19, 2024
1 parent 1a0507c commit 9b49c68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,18 @@
</build>

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>test-frame-common</module>
<module>test-frame-kubernetes</module>
<module>test-frame-openshift</module>
<module>test-frame-test</module>
</modules>
</profile>
<profile>
<id>ossrh</id>
<activation>
Expand Down

0 comments on commit 9b49c68

Please sign in to comment.