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

Patch to support source directory and extraSourceFiles directory to be from different basedirs #52

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Based on maven-gettext-plugin version 1.2.3:

I've a webapp that uses Freemarker templates. The one webapp uses a different 
template directory for each type of build. To make this usable for our team, we 
moved the template directories outside the project. As the maven-gettext-plugin 
uses only paths relative to the given sourceDirectory, it won't work for my 
situation.

I've created a patch to make the maven-gettext-plugin use absolute paths for 
the source files and the extraSourceFiles, each dependend on it's 
sourceDirectory and extraSourceFiles.directory (respectively).

Hopefully this can be implemented in the next release.

Kind regards,
Patrick van Dissel

Original issue reported on code.google.com by pvdis...@gmail.com on 24 Jan 2011 at 2:42

Attachments:

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