Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WallenHan authored Dec 11, 2024
1 parent f6cc0b1 commit 5081f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/post/mvnd-advanced_maven/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ win10 注意可能会出现缺少动态链接库的问题,验证方法,进
```bash
mvn.cmd clean package -s .\settings.xml -DskipTests=true
```
![mvn-test-image.png](./maven-package-test.png)
![mvn-test-image.png](maven-package-test.png)

```bash
mvnd.cmd clean package -s .\settings.xml -DskipTests=true
```
![mvnd-test-image.png](./mvnd-package-test.png)
![mvnd-test-image.png](mvnd-package-test.png)


## 结论
Expand Down

0 comments on commit 5081f89

Please sign in to comment.