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

pom.xml changes not honored (post 0.0.10 regression) #218

Closed
ppalaga opened this issue Nov 13, 2020 · 3 comments
Closed

pom.xml changes not honored (post 0.0.10 regression) #218

ppalaga opened this issue Nov 13, 2020 · 3 comments
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Nov 13, 2020

Happens again, probably caused by 67d5b4b

Steps to reproduce:

mvnd --stop # kill all daemons

git clone -o upstream git@github.com:apache/camel-quarkus.git
cd camel-quarkus

git reset --hard d691671ede042e7837a36efb509f87fa85895f9c
# baseline build
mvnd clean install -Dquickly

# now lets change the poms
git fetch upstream pull/2008/head:pr2008
git checkout pr2008

mvnd clean install -Dquickly
# NOT OK: fails with some version not specified errors
# EXPECTED: should pass normally

Reproducible with mvnd 0.0.11, 0.0.12 and current master
Works with mvnd 0.0.10

The bottom line is that I do not get what is different here and in the bom intergration test that is passing daily on our CI.

ppalaga added a commit to ppalaga/mvnd that referenced this issue Nov 13, 2020
ppalaga added a commit to ppalaga/mvnd that referenced this issue Nov 13, 2020
@ppalaga
Copy link
Contributor Author

ppalaga commented Nov 13, 2020

I have posted a reproducer: #219

@ppalaga
Copy link
Contributor Author

ppalaga commented Nov 15, 2020

I do not get what is different here and in the bom intergration test that is passing daily on our CI.

After fixing #220 , the UpgradesInBom* tests are failing as expected too.

ppalaga added a commit to ppalaga/mvnd that referenced this issue Nov 15, 2020
ppalaga added a commit that referenced this issue Nov 15, 2020
gnodet added a commit to gnodet/mvnd that referenced this issue Nov 16, 2020
gnodet added a commit to gnodet/mvnd that referenced this issue Nov 17, 2020
@gnodet gnodet closed this as completed in e07f378 Nov 17, 2020
@ppalaga ppalaga added this to the 0.0.13 milestone Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant