-
Notifications
You must be signed in to change notification settings - Fork 595
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
Dependencies in 3.74.0-05 not in public Maven repos #525
Comments
Unfortunately recent release of the Groovy Eclipse Compiler aren't published to central. You can find documentation about the project: https://github.com/groovy/groovy-eclipse/wiki/groovy-eclipse-maven-plugin |
I understand. Perhaps someone could document the last known tag that works with |
The Eclipse compiler is publicly available - you can make use of that repository while compiling. We're also in the process of removing classes written with Groovy but I don't know yet when that will be completed |
Adding a profile containing the missing plugin repository to my
|
I am trying to build using the command
./mvn clean install -Dpublic
as mentioned in the documentation here: https://github.com/sonatype/nexus-public?tab=readme-ov-file#building-from-source on tagrelease-3.74.0-05
. I get the following error:The project that fails is
nexus-testsupport
:I would expect the Maven project to build successfully.
The text was updated successfully, but these errors were encountered: