Author: jbonofre
Date: Sat Jul 28 17:36:23 2012
New Revision: 1366713
URL: http://svn.apache.org/viewvc?rev=1366713&view=rev
Log:
[KARAF-1680] Fix custom distribution section of the dev guide using the correct
features Maven URL
Modified:
karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/custom-distribution.conf
Modified:
karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/custom-distribution.conf
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/custom-distribution.conf?rev=1366713&r1=1366712&r2=1366713&view=diff
==============================================================================
---
karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/custom-distribution.conf
(original)
+++
karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/custom-distribution.conf
Sat Jul 28 17:36:23 2012
@@ -47,8 +47,8 @@ For instance, the Maven POM could look l
<type>tar.gz</type>
</dependency>
<dependency>
- <groupId>org.apache.karaf</groupId>
- <artifactId>apache-karaf</artifactId>
+ <groupId>org.apache.karaf.assemblies.features</groupId>
+ <artifactId>standard</artifactId>
<version>${karaf.version}</version>
<type>xml</type>
<classifier>features</classifier>
@@ -92,7 +92,7 @@ For instance, the Maven POM could look l
</goals>
<configuration>
<descriptors>
-
<descriptor>mvn:org.apache.karaf/apache-karaf/${karaf.version}/xml/features</descriptor>
+
<descriptor>mvn:org.apache.karaf.assemblies.features/standard/${karaf.version}/xml/features</descriptor>
<descriptor>file:${project.basedir}/target/classes/my-features.xml</descriptor>
</descriptors>
<features>