You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use Maven POM inheritance and have a lot of sub-modules in a Maven
project, you usually do not want to configure the compiling of the PO files
in each sub-module separately, but configure it in a super POM that is
inherited in all modules. Unfortunately, if you have some modules that
contain PO files and some that don’t, this becomes hard as the
maven-gettext-plugin will fail to execute the dist task if the configured
poDirectory does not exist.
To facilitate this kind of project structure, it would be very useful to
have a parameter that defines whether to ignore the missing of the poDirectory.
Original issue reported on code.google.com by [email protected] on 1 May 2010 at 12:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 May 2010 at 12:02The text was updated successfully, but these errors were encountered: