This closes #3105
This commit is contained in:
commit
d0bc946ecb
|
@ -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/")),
|
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"),
|
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.
|
// uncomment this to debug it.
|
||||||
// debugConfiguration("5005", true),
|
// debugConfiguration("5005", true),
|
||||||
features(getArtemisMQKarafFeatureUrl(), f.toArray(new String[f.size()]))};
|
features(getArtemisMQKarafFeatureUrl(), f.toArray(new String[f.size()]))};
|
||||||
|
|
Loading…
Reference in New Issue