Maven build of axon-framework fails

Hi … setting up a new machine, I cloned the axon-framework repo … but I cannot build it, doing a simple man compile leads to:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project axon: Failed to deploy artifacts: Could not transfer artifact org.axonframework:axon:pom:4.5-20201111.212618-1 from/to sonatype     (https://oss.sonatype.org/content/repositories/snapshots): Failed to transfer file:      https://oss.sonatype.org/content/repositories/snapshots/org/axonframework/axon/4.5-    SNAPSHOT/axon-4.5-20201111.212618-1.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]

Seems to be some maven repo settings I am missing? Any ideas? do you specify sonatype repos in your .mvn/settings.xml?

thanks
Jan

solved … seems to be a misconfiguration of the new maven daemon I used … a plain maven wrapper build works fine

2 Likes