> 2. Apply custom filters. say for e.g if I say @[EMAIL PROTECTED] > it will filtered as <a > href="www.viewcvs.com/index.html">index.html</a>.
That depends where you want to filter. You can already do this on resources, but not docs. > When I refer the project documentation, I came to know that, > the nagEmailAddress in project.xml is to notify the build. I > don't think its working.(or I don't know how to make it to > work?) Thats why I have modified the plugin maven-java-plugin > to send an email if build fails. Mail information like from > address, to address, subject, message, host and port can be > set in project.properties. Can I upload to Maven community???? Modifying the java plugin only does half the job - you need to detect test failures, and other build failures (missing dependencies, etc). Also, modifying java-plugin to do this means you'll probably be nagging the builder (unless you set a property to trigger it), who should have already noticed :) If you are doing unattended builds, I'd recommend using cruise control. I noticed Emmanuel mentioned this in another email. Cheers, Brett