-
Notifications
You must be signed in to change notification settings - Fork 87
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
Properties defined in external file are not defined in POM file #39
Comments
Same issue here :-( |
It has been so long and I do not recall but I think no solution was found |
I would try Maven 3.6.0 to see if it works. |
I am facing the same issue in Maven 3.6.0, any updates? |
Still no solution for this? It's clearly a use-case many developers face. |
I have the same issue. Trying to define a path in a properties file:
It works if I specifying the custom property in |
Did anyone resolve this - what is the point of the properties maven plugin if you cannot read properties from it? - I think am missing something. |
@marioja @tuxedo0801 @javaspeak @GuptaMegha @flocsy @achimmihca To solve this problem you can provide properties to maven via command line, like |
@marioja Please, close this issue. It is not the plugin fault. I will raise the issue about post-POM-parsing variables interpolation in Maven Jira. |
@mikhail2048 did you create issue in Maven jira? Can you share issue number? |
@slawekjaranowski Yep, I have already submitted the Jira ticket. here it is. |
I added #115 - please look. |
I have the following pom file:
When I run it I get this output:
If I uncomment the SCM.goals property definition in the POM file, all runs fine. I remember reading somewhere about properties contributed by the properties maven plugin can only be used in configuration (although it seems to work in my executions). Can someone explain why this is the case and whether there is a way to make this work?
The text was updated successfully, but these errors were encountered: