Skip to content
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

Avoid 3rd party maven repositories if possible #20

Closed
davsclaus opened this issue Jul 2, 2019 · 0 comments · Fixed by #28
Closed

Avoid 3rd party maven repositories if possible #20

davsclaus opened this issue Jul 2, 2019 · 0 comments · Fixed by #28
Assignees

Comments

@davsclaus
Copy link
Contributor

Noticed during build that something is downloaded from

[INFO]
[INFO] --- formatter-maven-plugin:2.8.1:format (default) @ camel-quarkus-build-parent ---
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
Downloading from jboss-public-repository: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 0

We should favour using only maven central as much as possible. Not sure why this maven plugin does that above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants