Skip to content

Commit 0a057ba

Browse files
committed
[ENTESB-12731] Use https:// for Maven Central
1 parent 43ff3f3 commit 0a057ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ A more complex example is when you need to modify the a configuration pid of a p
138138
In the following example, I will modify the *io.fabric8.agent* pid and change the maven repository list. The default profile should contain a section like this:
139139

140140
Agent Properties :
141-
org.ops4j.pax.url.mvn.repositories = http://repo1.maven.org/maven2,
141+
org.ops4j.pax.url.mvn.repositories = https://repo1.maven.org/maven2,
142142
https://repo.fusesource.com/nexus/content/repositories/releases,
143143
https://repo.fusesource.com/nexus/content/groups/ea,
144144
http://repository.springsource.com/maven/bundles/release,

esb/shared/src/main/resources/etc/io.fabric8.maven.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ io.fabric8.maven.useFallbackRepositories = false
1919
# Maven repository configuration for the fabric-maven bundle
2020
io.fabric8.maven.repositories = \
2121
file:${runtime.home}/${karaf.default.repository}@snapshots@id=karaf-default, \
22-
http://repo1.maven.org/maven2@id=maven.central.repo, \
22+
https://repo1.maven.org/maven2@id=maven.central.repo, \
2323
https://maven.repository.redhat.com/ga@id=redhat.ga.repo, \
2424
https://maven.repository.redhat.com/earlyaccess/all@id=redhat.ea.repo, \
2525
https://repo.fusesource.com/nexus/content/groups/ea@id=fusesource.ea.repo

0 commit comments

Comments
 (0)