OSGi/Karaf: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases | http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases | ||
'''org.ops4j.pax.url.mvn.repositories:''' | |||
config:edit org.ops4j.pax.url.mvn | config:edit org.ops4j.pax.url.mvn | ||
config:property-set org.ops4j.pax.url.mvn.repositories http://repo1.maven.org/maven2@id=central, http://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, http://mvn.chorke.org/m2/public@id=chorke.public@snapshots@noreleases, http://mvn.chorke.org/m2/releases@id=chorke.releases@snapshots@noreleases, http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases | config:property-set org.ops4j.pax.url.mvn.repositories http://repo1.maven.org/maven2@id=central, http://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, http://mvn.chorke.org/m2/public@id=chorke.public@snapshots@noreleases, http://mvn.chorke.org/m2/releases@id=chorke.releases@snapshots@noreleases, http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases |
Revision as of 21:51, 4 August 2018
Maven Repo Config
http://mvn.chorke.org/m2/public@id=chorke.public@snapshots@noreleases http://mvn.chorke.org/m2/releases@id=chorke.releases@snapshots@noreleases http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases
org.ops4j.pax.url.mvn.repositories:
config:edit org.ops4j.pax.url.mvn config:property-set org.ops4j.pax.url.mvn.repositories http://repo1.maven.org/maven2@id=central, http://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, http://mvn.chorke.org/m2/public@id=chorke.public@snapshots@noreleases, http://mvn.chorke.org/m2/releases@id=chorke.releases@snapshots@noreleases, http://mvn.chorke.org/m2/snapshots@id=chorke.snapshots@snapshots@noreleases config:update config:property-get org.ops4j.pax.url.mvn.repositories
References
- Adding a maven repository for installing features to ServiceMix
- Creating OSGi bundles of your Maven dependencies
- OSGI for Beginners Using Maven with Equinox
- Creating bundles for third party dependencies
- Spring Data MongoDB in OSGi Blueprint
- Apache Karaf Container Documentation
- How to generate feature using Maven
- OSGi Using Maven with Equinox
- Karaf Enterprise Sample
- Example Camel Karaf
- Example Features - i
- Example Features - ii
- Dev Guide Examples
- Install Camel in Karaf
- Documentation
- Mvn Protocol