Re: [Java]Compile On Save in a Maven project

2018-04-13 Thread John Muczynski
Hello all, Here's the pom reformatted. Hopefully it goes thru email okay. war org.apache.maven.plugins maven-compiler-plugin 3.7.0 1.7 1.7

Re: [Java]Compile On Save in a Maven project

2018-04-11 Thread eduardogqf
Sorry for the pom.xml format. war org.apache.maven.plugins maven-compiler-plugin 3.7.0 1.7 1.7 UTF-8

[Java]Compile On Save in a Maven project

2018-04-11 Thread Eduardo Guadalupe
Dear all, I am using NetBeans in a Maven project. Recently we changed the implementation of the aspects from Spring AOP to AspectJ compiler(With AspectJ-maven-plugin plugin). With the Clean and Build task the AspectJ plugin weaves all classes but when saving a class with the feature "Compile On S