Hello, I would like to create a custom distribution and followed this documentation: http://karaf.apache.org/manual/2.1.99-SNAPSHOT/developers-guide/custom-distribution.html
First I want to rebuild the default distribution without any changes. When running mvn install, I get an error about a missing dependency: [ERROR] Failed to execute goal on project distri: Could not resolve dependencies for project test.karaf: distri:pom:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.eclipse:osgi:jar:3.6.0.v20100517 , org.apache.karaf:apache-karaf:xml:features:2.2.1: Could not find artifact org.eclipse:osgi:jar:3.6.0.v201005 17 What repository can I use to resolve this dependency? Regards, Lars
