I have the following projects which are different projects (different root pom.xml
):
- Infra Maven project
- Using Infra Maven project
When I change something in the infra, I have to mvn clean install
in order to use the new code in project 2. As far as I have investigated (1 2 etc...) there is no other solution for that, or is there?
I'm using IntelliJ Ultimate.