Skip to content

Commit 3d51a95

Browse files
committed
Ensure that P2 performs all downloads over HTTPS
Rather than using a local composite repository that would result in P2 using HTTP mirrors, this commit switches to a non-composite repository accessed over HTTPS and disables the use of mirrors to ensure that all downloads use the specified repository and access it over HTTPS.
1 parent 1efc632 commit 3d51a95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
-514 Bytes
Binary file not shown.

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
<main.basedir>${basedir}</main.basedir>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<java.version>1.8</java.version>
34-
<eclipse.repository>file:${maven.multiModuleProjectDirectory}/eclipse-repository</eclipse.repository>
34+
<eclipse.repository>https://download.eclipse.org/releases/oxygen/201804111000</eclipse.repository>
35+
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
3536
<ant.version>1.8.1</ant.version>
3637
<ant-contrib.version>1.0b3</ant-contrib.version>
3738
<asm.version>5.2</asm.version>

0 commit comments

Comments
 (0)