I just converted one of our web projects from NetBeans ANT to Maven 2 to make our dependency management easier, it turned out to be brilliant, however I did not realize that Maven would not test JSP compilation by default.
I found a JSPC maven plugin that does the compilation, but I really don't want to create the artifacts that it creates. I thought about using it with the ANT plugin to throw out the embedded JSP, but wanted to hear if anyone else has a solution?
source
share