Alexey Loubyansky

Results 94 comments of Alexey Loubyansky

Although, that won't work. They 'd need at least quarkus 2.14.0.cr1.

> So, it looks like we either need to reopen this issue, or create a new one for quarkus-platform. It's already open https://github.com/quarkusio/quarkus/issues/8593 > Also, does all thus mean, that...

See a comment from James https://github.com/quarkusio/quarkus/issues/8593#issuecomment-1257584575

Just to clarify @dearrudam, those repository configs you posted above, are they configured in a profile?

> > Just to clarify @dearrudam, those repository configs you posted above, are they configured in a profile? > > No, those repository configs are not configured in a profile....

Thanks for confirming @dearrudam Just FYI, I tried to reproduce it quickly yesterday with mirror * and nexus but in nexus I created a group that included also maven central...

@famod we need to add `${session.request.userSettingsFile.path}` to our surefire properties. Clearly the settings file isn't found. And as in the other issue, I think we should add ` ${session.request.localRepositoryPath.path}` and...

Yes, not elegant. But I don't see how to resolve a relative path to the settings, given that we can't get hold of the dir from which mvn was launched....

IDEs are different in that regard, I think. I think it's mostly about launching builds outside of project dirs. I may be wrong though.