-
Notifications
You must be signed in to change notification settings - Fork 84
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
Prevent interpolation of specific system properties (e.g. user.dir, java.home) #57
Comments
Indeed, I can see that behavior as unexpected or even more clear as a bug.
|
To answer my own question:
The main thing remaing are the custom properties defined in the properties section of the POM (or provided externally not in the list above). |
Is there any update on this issue? We have a multi-module project serves as framework of another project and also provide common pom parent for the other project. There are couple of profiles defined in the pom with file activation. We only plan to use this plugin for If the 1.2.0 is not going to get released soon, is there a plan to release a bug fixes (v1.1.1)? I'd make a suggestion: when to-be-flattened pom is |
Just want to add some information: In my project described above, we don't use any properties but relative path to current project (this is equivalent to use ${basedir} ).
The profile looks like:
And the published pom looks like
|
Problem: There is a bug in maven [MNG-6802]. FileProfileActivator interpolates model. Solution: Read raw maven model directly from the pom file.
What is the status of this issue? |
…-properties #57 Prevent interpolation of a profile activation file
<exists>
is interpolated:The text was updated successfully, but these errors were encountered: