Index: kar.conf
===================================================================
--- kar.conf	(revision 1148938)
+++ kar.conf	(working copy)
@@ -18,9 +18,9 @@
 
 You can create a kar file by hand, just by zip compressing a directory representing the kar content.
 
-You can also use the Karaf features maven plugin. The features maven plugin provides an archive-kar goal.
+You can also use the karaf-maven-plugin. The features maven plugin provides a features-create-kar goal.
 
-The kar-archive goal:
+The features-create-kar goal:
 1. Reads all features specified in the features descriptor.
 2. For each feature, it resolves the bundles defined in the feature.
 3. All bundles are packaged into the kar archive.
@@ -43,12 +43,12 @@
             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>features-maven-plugin</artifactId>
-                <version>2.99.99-SNAPSHOT</version>
+                <version>3.0-SNAPSHOT</version>
                 <executions>
                     <execution>
-                        <id>archive-kar</id>
+                        <id>create-kar</id>
                         <goals>
-                            <goal>archive-kar</goal>
+                            <goal>features-create-kar</goal>
                         </goals>
                         <configuration>
                             <featuresFile>src/main/resources/features.xml</featuresFile>
@@ -78,7 +78,7 @@
 To create the kar archive, simply type:
 
 {code}
-mvn install
+mvn karaf:features-create-kar
 {code}
 
 and you will have your kar in the {{target}} directory.
