Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 844f10b

Browse files
authored
🐛 Fixed mci bug
Well, with `clean` you delete the project cache of Maven which makes the build much slower. With `install`, the artifact will be copied to the `~/.m2` directory, which you don't want in this case. You want just to build the artifact, so `mvn package` is the correct command…
1 parent 77a51c4 commit 844f10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can refer [DEVELOPMENT.md](DEVELOPMENT.md).
2222
</dependency>
2323
```
2424

25-
You can also download the project, build it with `mvn clean install` and add the generated jar to your buildpath.
25+
You can also download the project, build it with `mvn package` and add the generated jar to your buildpath.
2626

2727
##### Via Gradle:
2828
```gradle

0 commit comments

Comments
 (0)