Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Feb 3, 2024
1 parent 13cb028 commit aedfeca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ deploy:: MAVEN_CONFIG += -Dbasepom.it.skip=false
deploy::
${MAVEN} clean deploy

# run install b/c https://issues.apache.org/jira/browse/MJAVADOC-701
deploy-site::
${MAVEN} clean install site-deploy
${MAVEN} clean site-deploy

release::
${MAVEN} clean release:clean release:prepare release:perform
Expand Down

0 comments on commit aedfeca

Please sign in to comment.