Skip to content

Commit

Permalink
Publish only maven plugin, not root project
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Feb 6, 2024
1 parent f67817b commit c6a60ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
<maven.javadoc.version>3.4.1</maven.javadoc.version>
<maven.assembly.version>3.4.2</maven.assembly.version>
<maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
<!-- Skip publishing of this module -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencyManagement>
Expand Down
3 changes: 3 additions & 0 deletions test-docs-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<maven-plugin-api.version>3.9.3</maven-plugin-api.version>
<maven-plugin-annotations.version>3.9.0</maven-plugin-annotations.version>
<maven-project.version>2.2.1</maven-project.version>

<!-- Allow publishing of this module -->
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<dependencies>
Expand Down

0 comments on commit c6a60ab

Please sign in to comment.