You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
0 commit comments