-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can't build in Windows 10 #631
Comments
I get the same error. Does this have anything to do with Windows 10 tough? |
No it happens on Linux as well, changing the org.codehaus.mojo:license-maven-plugin version from 2.0.1-alfresco-2 to 2.0.0 fixes this issue. The build still fails with a missing dependency, though. |
This issue has not be resolved, yet (since months) I got "Caused by ... AuthorizationException: Access denied to: https://mvnrepository.com/artifact/org/codehaus/mojo/license-maven-plugin/2.0.1.alfresco-2/license-maven-plugin-2.0.1.alfresco-2.pom" (whatever repository I use, I get always the same message) |
now, trying to Maven-Build-ing (clean install goals) without any 'license' plugin reference (commented), it looks like all is going well; update: build, install and spring-boot:run SUCCESSFUL |
The artifact is available in Alfresco Public repository https://artifacts.alfresco.com/nexus/content/repositories/public/ and not on Maven Central |
When trying to compile the project I am always having the following error:
Plugin org.codehaus.mojo:license-maven-plugin:2.0.1.alfresco-2 or one of its dependencies could not be resolved: Could not find artifact org.codehaus.mojo:license-maven-plugin:jar:2.0.1.alfresco-2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
Regards.
The text was updated successfully, but these errors were encountered: