↧
Answer by Ram Ghadiyaram for Running mvn command using IntelliJ IDEA
Adding multiple goals in intellij is possible like belowStep0 :Right click maven project in the maven dialog of the windows as described below...Step1 :Step2 :
View ArticleAnswer by Bastien Jansen for Running mvn command using IntelliJ IDEA
If your project has been detected by IntelliJ as a Maven project, then you should take a look at the Maven project window, on the right side. Your project should show up as a node, with a Lifecycle...
View ArticleRunning mvn command using IntelliJ IDEA
I want to run a commandmvn clean dbmaintain:updateDatabaseHow can I run this command for a project opened in IntelliJ IDEA 12?If I will run this command, will it automatically run the scripts commands...
View Article