Hi,
What is the correct way to build Camel from a tag? Trying camel-3.6.0
ATM results in weird errors:
git checkout camel-3.6.0
mvn clean install -DskipTests
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-plugin-plugin:3.6.0:descriptor
(default-descriptor) on project camel-component-maven-plugin: Error
extracting plugin descriptor: 'Could not transfer artifact
org.apache.camel:camel-package-maven-plugin:jar:sources:3.6.0 from/to
atlassian-public (https://packages.atlassian.com/maven-external):
Authentication failed for
https://packages.atlassian.com/maven-external/org/apache/camel/camel-package-maven-plugin/3.6.0/camel-package-maven-plugin-3.6.0-sources.jar
401 Unauthorized
[ERROR] org.apache.camel:camel-package-maven-plugin:jar:3.6.0
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] central (https://repo1.maven.org/maven2/, releases=true,
snapshots=false),
[ERROR] atlassian-public
(https://packages.atlassian.com/maven-external, releases=true,
snapshots=false),
[ERROR] jboss.thirdparty
(https://repository.jboss.org/nexus/service/local/repositories/thirdparty-releases/content/,
releases=true, snapshots=false),
[ERROR] apache.snapshots (https://repository.apache.org/snapshots/,
releases=false, snapshots=true)
Thanks,
-- Peter