Hi list, I have a really small question about mailet development.
When I am adding a new mailet to james into /mailets/src/main/java/org/apache/james/transport/malets Should I everytime rebuild the whole james project like mvn -U clean package -Dmaven.test.skip.exec=true Because this is what I do every time and it makes a process of development and debugging quite slow. Sorry for this silly question I am quite new to this :)
