You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/07/31 22:21:50 UTC

[GitHub] [accumulo] ctubbsii commented on pull request #1668: Ignore IntelliJ IDE .ipr and .iws files

ctubbsii commented on pull request #1668:
URL: https://github.com/apache/accumulo/pull/1668#issuecomment-667410610


   > Hi @milleruntime, I'm on 2020.2 they generate for me when I run `mvn idea:idea` after I run `mvn clean install -DskipTests`
   > 
   > https://maven.apache.org/plugins/maven-idea-plugin/usage.html
   
   Off topic (unsolicited :smiley_cat:) advice: please don't use `mvn clean install` unless you *really* need to. Usually, `mvn clean verify` is sufficient.
   See: https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#usual-command-line-calls and https://stackoverflow.com/questions/50260921/differences-between-mvn-install-and-mvn-verify
   Many guides will suggest using `install` instead of `verify`, and this has led many Maven users to use it when they shouldn't. There are appropriate times to do use it, but they aren't common, and I think a lot of beginner Maven users have been misled by online guides. The only appropriate time to use `install` is when you actually need to have a copy of your built artifacts available in your local Maven repository. Otherwise, you should use `verify` (or just `package`, if you just need to build the artifacts, but don't need to run ITs afterwards).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org