This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new aaa209d  ARTEMIS-2744 Fix karaf mvn repositories for ArtemisFeatureTest
     new d0bc946  This closes #3105
aaa209d is described below

commit aaa209dc457bc80dc65c2fc12107a0a3bdf2b260
Author: brusdev <[email protected]>
AuthorDate: Wed Apr 29 21:09:53 2020 +0200

    ARTEMIS-2744 Fix karaf mvn repositories for ArtemisFeatureTest
    
    Use https Maven Central URLs to fix ArtemisFeatureTest.
---
 .../activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java
index 16d8786..c96083a 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java
@@ -117,6 +117,8 @@ public class ArtemisFeatureTest extends Assert {
       Option[] options = new 
Option[]{karafDistributionConfiguration().frameworkUrl(maven().groupId("org.apache.karaf").artifactId("apache-karaf").type("tar.gz").versionAsInProject()).unpackDirectory(new
 File("target/paxexam/unpack/")),
 
          KarafDistributionOption.keepRuntimeFolder(), 
logLevel(LogLevelOption.LogLevel.INFO), 
editConfigurationFilePut("etc/config.properties", "karaf.startlevel.bundle", 
"50"),
+         // [KARAF-6600] Use https URL for Maven Central
+         editConfigurationFilePut("etc/org.ops4j.pax.url.mvn.cfg", 
"org.ops4j.pax.url.mvn.repositories", 
"https://repo1.maven.org/maven2@id=central, 
https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases,
 
https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases";),
          // uncomment this to debug it.
          // debugConfiguration("5005", true),
          features(getArtemisMQKarafFeatureUrl(), f.toArray(new 
String[f.size()]))};

Reply via email to