I'm working on an update JSP compilation plugin and wondering how best to make sure it plays nice with m2e. The plugin takes the JSP files and generates java code, compiles that java code into class files, copies those into the output directory and then modifies the web.xml file.
The plugin binds to process-classes to do all of the compilation/generation. Are there things I should/should not do to get this plugin to nicely integrate into m2e? Thanks, -Eric
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
