Skip to content

Commit

Permalink
fix nightly snapshot deploy by skipping deploy and javadoc for build-…
Browse files Browse the repository at this point in the history
…resources module (#10940)

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored Nov 29, 2023
1 parent 0fd294b commit 3f2c30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<properties>
<!-- versions for these plugins are not based on parent pom -->
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.javadoc.plugin.version>3.4.0</maven.javadoc.plugin.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.remote-resources.plugin.version>3.1.0</maven.remote-resources.plugin.version>
<maven.surefire.plugin.version>3.2.1</maven.surefire.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3f2c30a

Please sign in to comment.