Skip to content
Snippets Groups Projects
Commit 84e56aaf authored by dgelessus's avatar dgelessus
Browse files

Try to force Maven to access Maven Central over HTTPS

parent cccb2624
No related branches found
No related tags found
No related merge requests found
Pipeline #66290 failed
...@@ -681,6 +681,12 @@ def parentPom(artifactId) { """<?xml version="1.0" encoding="UTF-8"?> ...@@ -681,6 +681,12 @@ def parentPom(artifactId) { """<?xml version="1.0" encoding="UTF-8"?>
<tycho-version>${tychoVersion}</tycho-version> <tycho-version>${tychoVersion}</tycho-version>
</properties> </properties>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<repositories> <repositories>
<!-- configure p2 repository to resolve against --> <!-- configure p2 repository to resolve against -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment