Skip to content

Commit

Permalink
Remove extra maven assembly and javadoc invocations from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentgo committed Oct 31, 2024
1 parent 096521c commit 32231b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ main() {
pushd ${source_dir}/java
mvn -B clean \
install \
assembly:single \
source:jar \
javadoc:jar \
-Papache-release \
-DdescriptorId=source-release \
-T 2C \
-DskipTests \
-Dgpg.skip
Expand Down

0 comments on commit 32231b0

Please sign in to comment.