Skip to content

Commit

Permalink
Try skipping publishing of integration tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosanchez committed Oct 28, 2024
1 parent a0a3691 commit aeeebc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions micronaut-maven-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<maven.javadoc.skip>true</maven.javadoc.skip>

<it.micronaut.core.version>4.7.0</it.micronaut.core.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<module>micronaut-maven-core</module>
<module>micronaut-maven-enforcer-rules</module>
<module>micronaut-maven-jib-integration</module>
<module>micronaut-maven-plugin</module>
<module>micronaut-maven-integration-tests</module>
<module>micronaut-maven-plugin</module>
</modules>

<issueManagement>
Expand Down

0 comments on commit aeeebc1

Please sign in to comment.