IntelliJ equivalent of Eclipse Run Configuration with Maven

0

Hi I'm trying to build an application and the instructions for the local environment set up and build arefor Eclipse, I'm using IntelliJ.

It says to:

go to 'Run' -> 'Run Configurations' -> 'Maven Build' -> 'New' and enter -

Name: XXXXXXXX - generate sources [Or Any name for the profile]

Base Directory: Browse to the XXXXXXXX project

Goals: clean install

Profiles: generateClientClasses !integration-tests

Parameters: maven.test.skip=true

Maven Runtime: External apache-maven – Select the Maven installation folder from your local system

JRE = jdk1.8.0_152 [Or any other latest java version you have installed]

I've opened the "Run Configuration Templates for New Projects" window but there doesn't seem to be nearly the amount of options to fill in as on Eclipse. Am I missing something?

a.mac

Posted 2019-05-29T13:26:52.267

Reputation: 101

No answers