You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the maven commands to compile/package/clean
# compile: goal will compile the source code and generates .class files in the target folder
mvn compile
# package will create the jar/war file as specified in pom.xml
mvn package