- First begin by installing HomeBrew by copying and pasting the command below into the terminal
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Next,
brewan installation of java by copying and pasting the following 2 commandsbrew tap caskroom/versionsbrew cask install java8
- After Java has been installed, copy and paste the following command in the terminal
brew cask install intellij-idea
- Upon launching IntelliJ, ensure the Apache Maven plugin is enabled.
- From the menu bar found at the top of application, select
Plugins, and ensureMavenis checked.
- From the menu bar found at the top of application, select
- Ensure that a project is opened via its
pom.xmllocated at the root directory of the project.- When prompted, select
Open as Project. - If prompted, select
Delete Existing Project and Import.
- When prompted, select