Skip to content

Commit

Permalink
デプロイバッチにverifyオプションを追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
mygreen committed Jan 1, 2025
1 parent a656d9a commit 3617637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ call env.bat

call mvn -version

call mvn clean -Dmaven.test.skip=true source:jar javadoc:jar deploy
call mvn clean -Dmaven.test.skip=true source:jar javadoc:jar verify deploy

pause

0 comments on commit 3617637

Please sign in to comment.