Not able to run (mvn clean install) the code of microprofile-lra after downloading it #365
Unanswered
deepakvatsdv
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is a maven version issue. In most of my own projects we use the Maven Wrapper for predictable builds, for example apache-maven-3.8.8 (the first one I picked) builds the project just fine. I think the microprofile-lra project should use the same approach. Do you know if other microprofile projects are using the maven wrapper? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I am Not able to run (mvn clean install) the code of microprofile-lra after downloading it. I see the below error and not able to fix it. Please help.
![image](https://private-user-images.githubusercontent.com/157034015/339479969-3b4db18a-fc2c-4496-92e1-23772ce5c63b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTMzNDUsIm5iZiI6MTczOTY5MzA0NSwicGF0aCI6Ii8xNTcwMzQwMTUvMzM5NDc5OTY5LTNiNGRiMThhLWZjMmMtNDQ5Ni05MmUxLTIzNzcyY2U1YzYzYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwODA0MDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMGQ4YjRmZjlhNjJiYjViYjA5MzE1ODU5ZTc4OWNkYTk4MWI1OTRmYWQ1NjczMzFmMTM2NmMzOWUxYTg5NTMzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9_B-MFrRTRfUondiZHuZUC6PKJApl-cwb6PV8C3wpHc)
![error](https://private-user-images.githubusercontent.com/157034015/339480219-04e8d114-84b4-4363-a7dd-d6ab3afc24a5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTMzNDUsIm5iZiI6MTczOTY5MzA0NSwicGF0aCI6Ii8xNTcwMzQwMTUvMzM5NDgwMjE5LTA0ZThkMTE0LTg0YjQtNDM2My1hN2RkLWQ2YWIzYWZjMjRhNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwODA0MDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MzY0M2E1ZmQxY2JlYTFiNzlhZGQwOTYwMThkY2M1Y2JiMjdlZGM2ZTRkODlmYmVlZWJiNjAyN2FiMmEwM2YwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zrkHYxpun2rzHD8PFRNaT5neBs-I3Lu4P-UTNchP0oQ)
Beta Was this translation helpful? Give feedback.
All reactions