{"tool":"mvn","tool_display":"Mvn","intent":"package-project-update-dependencies-common","intent_display":"package project update dependencies common","title":"Mvn Command: package project update dependencies common","command_string":"mvn package -U","raw_command_string":"mvn package {{[-U|--update-snapshots]}}","description":"Exact CLI syntax to package project update dependencies common using Mvn.","usage_scenario":"Use this command to build your project and ensure dependencies are up to date.","scenario_context":"Use this command to build your project and ensure dependencies are up to date.","simulated_output":"[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ my-project ---\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\n[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ my-project ---\n[INFO] Installing /path/to/my-project/target/my-project-1.0-SNAPSHOT.jar to /path/to/.m2/repository/com/example/my-project/1.0-SNAPSHOT/my-project-1.0-SNAPSHOT.jar","how_to_steps":["Open your terminal and navigate to the project directory.","Run the command: mvn package -U to package the project and update snapshots.","Check the target directory for the generated package."],"inferred_category":"Build Tools","canonical_url":"https://www.syntaxstandard.com/mvn/package-project-update-dependencies-common"}