Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Oct 10, 2023
1 parent 041e48d commit f70bb33
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@
<description>Kubernetes Client Library</description>

<modules>
<!-- These modules are not released -->
<module>e2e</module>
<module>examples</module>
<module>client-java-contrib/cert-manager</module>
<module>client-java-contrib/prometheus-operator</module>
<module>client-java-contrib/admissionreview</module>
<!-- Due to a bug NEXUS-19853 if skipped modules are at the end
they block upload for all modules. So these are listed first -->

<!-- These modules are released -->
<module>util</module>
<module>kubernetes</module>
<module>proto</module>
<module>extended</module>
<module>fluent</module>
<module>spring</module>
<module>spring-aot</module>
<module>e2e</module>
<module>examples</module>
<module>client-java-contrib/cert-manager</module>
<module>client-java-contrib/prometheus-operator</module>
<module>client-java-contrib/admissionreview</module>
</modules>

<scm>
Expand Down

0 comments on commit f70bb33

Please sign in to comment.