Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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…
- Loading branch information