-
Notifications
You must be signed in to change notification settings - Fork 88
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
archetype build broken with ci-friendly-maven #389
Comments
I just looked at the installed parent POM of the project (
Even worse also the POM of the API module was not flattened either (
So it has not been flattened and that is definetly a bug. |
The flatten-maven-plugin is only added to
However, it is never added to the build and therefore does not resolve variables such as |
With issue #85 we introduced ci-friendly-maven also for our archetype.
Now, @suvmanda has found out a new bug with this approach that can be reproduced by the following steps:
The first build is successful:
However, the second one failes with:
The text was updated successfully, but these errors were encountered: