Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created March 5, 2012 16:08
Show Gist options
  • Save iocanel/1979041 to your computer and use it in GitHub Desktop.
Save iocanel/1979041 to your computer and use it in GitHub Desktop.
Configuring ServiceMix as a pax-exam-karaf test container
@Configuration
public Option[] config() {
return new Option[]{ karafDistributionConfiguration().frameworkUrl(
maven().groupId("org.apache.servicemix").artifactId("apache-servicemix").type("zip").versionAsInProject())
.karafVersion("2.2.2").name("Apache Servicemix")};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment