lyonplus / gettext-commons

Automatically exported from code.google.com/p/gettext-commons
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add parameter to ignore missing poDirectory #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 cda...@googlemail.com on 1 May 2010 at 12:02

GoogleCodeExporter commented 8 years ago
I hist the same problem.  I'd like this implemented well.

Can I create patch?

Original comment by skarzhev...@gmail.com on 8 Jun 2010 at 6:57