How to build directly from IntelliJ IDEA without command line "mvn compile" first?

Hi Team,

i found sometime after i upload some modified files to the src directory, and do build from IntelliJ IDEA, it doesn’t build at all, and i have to do mvn clean firstly, and then i have to do mvn compile which really time costly. can we directly build from IntelliJ IDEA without the mvn compile outside IntelliJ IDEA? i have tried to do so, but it report errors which claims that it cannot found class RuleLangBaseListener and package RuleLangParser as following:


Which configuration or dependency is missing for building from IntelliJ IDEA ? how can we configure the IntelliJ IDEA to make the building works ?

thanks in advance,
charles

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

You only have to do a single mvn compile after a full mvn clean. After that, you can start/debug Graylog straight from IntelliJ. That is at least what I am doing! :slight_smile: