Hi, I'm new to axis2 development. I'd like to know if there's a mvn directive which I can use to compile the axis2 war faster. By now I'm using the following command:
mvn -Drelease -Dtest=false install But it keeps compiling a huge amount of things. I usually modify only a couple of lines in the axis-kernel module. Isn't there a way to reuse what a I have previously compiled? Thank you very much, José Ricardo.
