Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
scripts: Make clean build in deployment
Browse files Browse the repository at this point in the history
Suggested-by: Ville Aine <ville.aine@valotrading.com>
Signed-off-by: Jussi Virtanen <jussi.virtanen@valotrading.com>
  • Loading branch information
Jussi Virtanen committed Apr 16, 2014
1 parent e6b07e0 commit ddcc734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ deployment_repository=$2

git checkout "v$version"

mvn deploy -DaltDeploymentRepository=mine::default::file://$deployment_repository
mvn clean deploy -DaltDeploymentRepository=mine::default::file://$deployment_repository

git checkout -

0 comments on commit ddcc734

Please sign in to comment.