{"tool":"mvn","tool_display":"Mvn","intent":"package-project-skip-tests-common","intent_display":"package project skip tests common","title":"Mvn Command: package project skip tests common","command_string":"mvn package -D skipTests","raw_command_string":"mvn package {{[-D|--define]}} skipTests","description":"Exact CLI syntax to package project skip tests common using Mvn.","usage_scenario":"Use this command to package a Maven project without executing tests.","scenario_context":"Use this command to package a Maven project without executing tests.","simulated_output":"[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ my-project ---\n[INFO] Compiling 1 source file to /path/to/my-project/target/classes\n[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ my-project ---\n[INFO] Copying 1 resource to /path/to/my-project/target/classes\n[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ my-project ---\n[INFO] Building jar: /path/to/my-project/target/my-project-1.0-SNAPSHOT.jar","how_to_steps":["Open your terminal.","Run the command: mvn package -DskipTests.","Check the target directory for the packaged artifact."],"inferred_category":"Build Tools","canonical_url":"https://www.syntaxstandard.com/mvn/package-project-skip-tests-common"}