Question: If you wish to build and package your artifact using the Maven package goal but don't want to execute the unit tests, which environment variable and value would you use?

  1. `maven.test.ignore=TRUE`
  2. `maven.test.run=FALSE`
  3. `maven.test.skip=TRUE`
  4. `maven.verify.execute=FALSE`

Answer: The correct answer of the above question is Option C:`maven.test.skip=TRUE`