You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/11/13 01:20:00 UTC

svn commit: r1408514 - /karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf

Author: jbonofre
Date: Tue Nov 13 00:20:00 2012
New Revision: 1408514

URL: http://svn.apache.org/viewvc?rev=1408514&view=rev
Log:
[KARAF-2013] Fix features Maven plugin documentation

Modified:
    karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf

Modified: karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf?rev=1408514&r1=1408513&r2=1408514&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf (original)
+++ karaf/branches/karaf-2.3.x/manual/src/main/webapp/developers-guide/features-maven-plugin-generate.conf Tue Nov 13 00:20:00 2012
@@ -1,6 +1,6 @@
 h2. Goal {{features:generate}}
 
-The {{features:generate}} goal generates a features XML file for every bundle listed in the project's dependencies.  In order to satisfy the required imports in these bundles, the plugin will add bundles:
+The {{features:generate-features-xml}} goal generates a features XML file for every bundle listed in the project's dependencies.  In order to satisfy the required imports in these bundles, the plugin will add bundles:
 - bundles provided by Apache Karaf
 - a explicit list of bundles
 - bundles discovered in the POM's transitive dependencies
@@ -29,7 +29,7 @@ The example below generates one feature 
               <id>generate</id>
               <phase>generate-resources</phase>
               <goals>
-                <goal>generate</goal>
+                <goal>generate-features-xml</goal>
               </goals>
               <configuration>
                 <bundles>src/main/resources/bundles.properties</bundles>