Skip to content

Commit

Permalink
fix the deletion order according to the mvn commands #437
Browse files Browse the repository at this point in the history
  • Loading branch information
btkobayashirun committed Jun 29, 2020
1 parent c119c12 commit 26eaf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unmaven-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BUILDXML=build.xml
##-------------------------

download_jars() {
rm -rf $WEBINFLIB $LIBSRC $TESTLIB
rm -rf $WEBINFLIB $TESTLIB $LIBSRC
mvn dependency:copy-dependencies -DoutputDirectory=$WEBINFLIB -DincludeScope=runtime -DexcludeTypes=pom
mvn dependency:copy-dependencies -DoutputDirectory=$TESTLIB -DexcludeScope=runtime -DexcludeTypes=pom
mvn dependency:copy-dependencies -DoutputDirectory=$LIBSRC -DexcludeTypes=pom -Dclassifier=sources
Expand Down

0 comments on commit 26eaf29

Please sign in to comment.