-
Notifications
You must be signed in to change notification settings - Fork 66
mvn clean install fails on boosters #2837
Comments
tried with @miteshvp providing Maven Artifact as
@animuk something you should have a look at. |
Which account and namespace are used when you are in the terminal? It should be as specified redhat-developer/rh-che#541. I think this would be working with Che 6 (what you can see from the discussion there), otherwise, with Che 5, you have to login first to your user namespace. |
@bartoszmajsak This I observed in new launcher wizard flow. Not sure about the version of Che I just followed the steps as provided by @miteshvp above, in help-> about can see as below |
This might be Che 5. See steps in https://groups.google.com/d/msg/fabric8-launcher/NypXPuyoCrg/iscd40_SCgAJ, especially the one "open codebase in Che and run tests from there" - that's a workaround before we have Che 6. And also please read the discussion in the issue I linked above for better understanding. |
@invincibleJai - can you perform the below steps again
see if it helps. |
Thanks @bartoszmajsak @miteshvp https://groups.google.com/d/msg/fabric8-launcher/NypXPuyoCrg/iscd40_SCgAJ helps and works as well :) Steps I performed :
|
@miteshvp changes suggested by you are in prod, am closing it. Please reopen if you still see it. |
Affected boosters:
When launching mvn build command from OSIO (openshift.io) Che Terminal it fails with the error - Full Stacktrace
Steps Performed for Che Terminal
cd <project-root-dir>
mvn clean install -Popenshift,openshift-it
Possible Resolution
Setting
Maven Artifact
with ahyphen -
instead of adot .
should solve this. See below snaphsotThe text was updated successfully, but these errors were encountered: