Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to ignore missing poDirectory #41

Open
GoogleCodeExporter opened this issue Jan 10, 2016 · 1 comment
Open

Add parameter to ignore missing poDirectory #41

GoogleCodeExporter opened this issue Jan 10, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

I hist the same problem.  I'd like this implemented well.

Can I create patch?

Original comment by [email protected] on 8 Jun 2010 at 6:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant