From 4fedc689b7486ebc1550db71e251543359ef3eed Mon Sep 17 00:00:00 2001 From: Arul Date: Sat, 2 Aug 2025 10:31:29 +0530 Subject: [PATCH] Adding maven commands --- mvnCommands.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mvnCommands.md diff --git a/mvnCommands.md b/mvnCommands.md new file mode 100644 index 0000000..bd84fb6 --- /dev/null +++ b/mvnCommands.md @@ -0,0 +1,3 @@ +mvn clean compile +mvn clean package +mvn compile exec:java -Dexec.mainClass=com.test.App