Skip to content

Commit

Permalink
add maven clean to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Mar 26, 2024
1 parent 97df26b commit 3d98b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/utils/maven.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build_arguments(self):
"-B", "-DskipTests", "-Drat.skip=true",
"-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer."
"Slf4jMavenTransferListener=warn",
"-T", "2C", "install"
"-T", "2C", "clean", "install"
]
return arguments

Expand Down

0 comments on commit 3d98b4a

Please sign in to comment.