For internationalization purposes, are there any Maven plugins that would
check during build time for strings that aren't externalized to a resource
(.property) file?

For example, if I have code like this:

System.out.println("hello"); //$NON-NLS-1$
System.out.println("world");

is there a maven tool that can alert me, perhaps in a report, that "world"
is not externalized to a property file AND isn't marks with a special marker
like //$NON-NLS-1$?  The special marker could also be /* NOI18N */.

Anything would help.  Thanks.


Jonathan
-- 
View this message in context: 
http://www.nabble.com/Maven-plugins-that-can-check-for-hardcoded-%28un-externalized%29-strings-at-build-time--%28i18n%29-tp15173563s177p15173563.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to