command:
mvn clean install -DskipTests
or clean/install in lifecycle commands of Maven?
*besides the difference that in first case tests will be skipped and in another case - not
I want to build new jar with changes using mvn clean install -DskipTests, but looks like my changes don't seem to be applied after build
for making a jar is package the right goal?
Thanks for trying to help. As it turned out, it was a XY question. I had an intermediate step with building jar using clean/install for the main goal to configure remote debugging. And the problem wasn't on this step with building.
Обсуждают сегодня