Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] maven plugin integration tips?

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top