I have never worked before with Java Server development, and i need to build a large Server project with around 10 libraries.
The project already uses Maven for building. I have setup the building process, and now i came to development part. (need to change a small part of the code)
Question
I am used to 5 - 10 seconds building (without rebuilding the whole project). How can i achieve that with maven?
Use case: Write a line of code and test it.
If there is no way to do it with maven, can i do it other way? Otherwise it is a big pain to wait 3 - 5 minutes every time i need to test the code.
Edit:
There is more than hundred linked libraries (jar), but there is around 10 projects in workspace with dependencies. mvn install takes about 5 minutes or more. There is several thousands .java files in the project and tons of resources