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 2014/04/23 21:41:37 UTC

svn commit: r1589500 [5/8] - in /karaf/site/production/manual/latest: ./ commands/ developers-guide/ users-guide/

Modified: karaf/site/production/manual/latest/commands/system-property.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/system-property.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/system-property.html (original)
+++ karaf/site/production/manual/latest/commands/system-property.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="systemproperty">system:property</h1><h2 id="Description">Description</h2><p>Get or set a system property.</p><h2 id="Syntax">Syntax</h2><p>system:property [options] [key] [value] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> key </td><td class="confluenceTd"> The system property name </td></tr><tr><td class="confluenceTd"> value </td><td class="confluenceTd"> New value for the system property </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -u, --unset </td><td class="confluenceTd"> Show unset know properties with value unset </td></tr><tr><td class="confluenceTd"> -p, --persistent </td><td class="confluenceTd"> Persist the new value to the
  etc/system.properties file </td></tr><tr><td class="confluenceTd"> -f, --file-dump </td><td class="confluenceTd"> Dump all system properties in a file (in data folder) </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="systemproperty">system:property</h1><h2 id="Description">Description</h2><p>Get or set a system property.</p><h2 id="Syntax">Syntax</h2><p>system:property [options] [key] [value] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> key </td><td class="confluenceTd"> The system property name </td></tr><tr><td class="confluenceTd"> value </td><td class="confluenceTd"> New value for the system property </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -u, --unset </td><td class="confluenceTd"> Show unset know properties with value unset </td></tr><tr><td class="confluenceTd"> -p, --persistent </td><td class="confluenceTd"> Persist the new value to the
  etc/system.properties file </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -f, --file-dump </td><td class="confluenceTd"> Dump all system properties in a file (in data folder) </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/system-shutdown.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/system-shutdown.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/system-shutdown.html (original)
+++ karaf/site/production/manual/latest/commands/system-shutdown.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="systemshutdown">system:shutdown</h1><h2 id="Description">Description</h2><p>Shutdown Karaf.</p><h2 id="Syntax">Syntax</h2><p>system:shutdown [options] [time] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> time </td><td class="confluenceTd"> Shutdown after a specified delay. The time argument can have different formats. First, it can be an absolute time in the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute of the hour (in two digits). Second, it can be in the format +m, in which m is the number of minutes to wait. The word now is an alias for +0. </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -c, --clean, --clean
 -all, -ca </td><td class="confluenceTd"> Force a clean restart by deleting the data directory </td></tr><tr><td class="confluenceTd"> -f, --force </td><td class="confluenceTd"> Force the shutdown without confirmation message. </td></tr><tr><td class="confluenceTd"> -h, --halt </td><td class="confluenceTd"> Halt the Karaf container. </td></tr><tr><td class="confluenceTd"> -cc, --clean-cache, -cc </td><td class="confluenceTd"> Force a clean restart by deleting the cache directory </td></tr><tr><td class="confluenceTd"> -r, --reboot </td><td class="confluenceTd"> Reboot the Karaf container. </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="systemshutdown">system:shutdown</h1><h2 id="Description">Description</h2><p>Shutdown Karaf.</p><h2 id="Syntax">Syntax</h2><p>system:shutdown [options] [time] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> time </td><td class="confluenceTd"> Shutdown after a specified delay. The time argument can have different formats. First, it can be an absolute time in the format hh:mm, in which hh is the hour (1 or 2 digits) and mm is the minute of the hour (in two digits). Second, it can be in the format +m, in which m is the number of minutes to wait. The word now is an alias for +0. </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -c, --clean, --clean
 -all, -ca </td><td class="confluenceTd"> Force a clean restart by deleting the data directory </td></tr><tr><td class="confluenceTd"> -f, --force </td><td class="confluenceTd"> Force the shutdown without confirmation message. </td></tr><tr><td class="confluenceTd"> -h, --halt </td><td class="confluenceTd"> Halt the Karaf container. </td></tr><tr><td class="confluenceTd"> -cc, --clean-cache, -cc </td><td class="confluenceTd"> Force a clean restart by deleting the cache directory </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -r, --reboot </td><td class="confluenceTd"> Reboot the Karaf container. </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/system-start-level.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/system-start-level.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/system-start-level.html (original)
+++ karaf/site/production/manual/latest/commands/system-start-level.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="systemstartlevel">system:start-level</h1><h2 id="Description">Description</h2><p>Gets or sets the system start level.</p><h2 id="Syntax">Syntax</h2><p>system:start-level [level] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> level </td><td class="confluenceTd"> The new system start level to set </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="systemstartlevel">system:start-level</h1><h2 id="Description">Description</h2><p>Gets or sets the system start level.</p><h2 id="Syntax">Syntax</h2><p>system:start-level [options] [level] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> level </td><td class="confluenceTd"> The new system start level to set </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/system-version.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/system-version.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/system-version.html (original)
+++ karaf/site/production/manual/latest/commands/system-version.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="systemversion">system:version</h1><h2 id="Description">Description</h2><p>Display the instance version</p><h2 id="Syntax">Syntax</h2><p>system:version</p><h2 id="Details">Details</h2>
+<h1 id="systemversion">system:version</h1><h2 id="Description">Description</h2><p>Display the instance version</p><h2 id="Syntax">Syntax</h2><p>system:version [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/web-list.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/web-list.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/web-list.html (original)
+++ karaf/site/production/manual/latest/commands/web-list.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="weblist">web:list</h1><h2 id="Description">Description</h2><p>Lists details for war bundles.</p><h2 id="Syntax">Syntax</h2><p>web:list [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --no-format </td><td class="confluenceTd"> Disable table rendered output </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="weblist">web:list</h1><h2 id="Description">Description</h2><p>Lists details for war bundles.</p><h2 id="Syntax">Syntax</h2><p>web:list [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> --no-format </td><td class="confluenceTd"> Disable table rendered output </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/web-start.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/web-start.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/web-start.html (original)
+++ karaf/site/production/manual/latest/commands/web-start.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="webstart">web:start</h1><h2 id="Description">Description</h2><p>Start the web context of given bundles.</p><h2 id="Syntax">Syntax</h2><p>web:start ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle IDs separated by whitespaces </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="webstart">web:start</h1><h2 id="Description">Description</h2><p>Start the web context of given bundles.</p><h2 id="Syntax">Syntax</h2><p>web:start [options] ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle IDs separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/web-stop.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/web-stop.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/web-stop.html (original)
+++ karaf/site/production/manual/latest/commands/web-stop.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="webstop">web:stop</h1><h2 id="Description">Description</h2><p>Stop the web context of given bundles.</p><h2 id="Syntax">Syntax</h2><p>web:stop ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle IDs separated by whitespaces </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="webstop">web:stop</h1><h2 id="Description">Description</h2><p>Stop the web context of given bundles.</p><h2 id="Syntax">Syntax</h2><p>web:stop [options] ids </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> ids </td><td class="confluenceTd"> The list of bundle IDs separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/commands/wrapper-install.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/commands/wrapper-install.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/commands/wrapper-install.html (original)
+++ karaf/site/production/manual/latest/commands/wrapper-install.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h1 id="wrapperinstall">wrapper:install</h1><h2 id="Description">Description</h2><p>Install the container as a system service in the OS.</p><h2 id="Syntax">Syntax</h2><p>wrapper:install [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -d, --display </td><td class="confluenceTd"> The display name of the service. (defaults to karaf) </td></tr><tr><td class="confluenceTd"> -s, --start-type </td><td class="confluenceTd"> Mode in which the service is installed. AUTO_START or DEMAND_START (Default: AUTO_START) (defaults to AUTO_START) </td></tr><tr><td class="confluenceTd"> -n, --name </td><td class="confluenceTd"> The service name that will be used when installing the service. (Default: karaf) (defaults to karaf) </td></tr><tr><td class="confluenceTd"> -D, --description </td><td class="confluenceTd"> The description of the s
 ervice. (defaults to ) </td></tr></table></div><h2 id="Details">Details</h2>
+<h1 id="wrapperinstall">wrapper:install</h1><h2 id="Description">Description</h2><p>Install the container as a system service in the OS.</p><h2 id="Syntax">Syntax</h2><p>wrapper:install [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -d, --display </td><td class="confluenceTd"> The display name of the service. (defaults to karaf) </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr><tr><td class="confluenceTd"> -s, --start-type </td><td class="confluenceTd"> Mode in which the service is installed. AUTO_START or DEMAND_START (Default: AUTO_START) (defaults to AUTO_START) </td></tr><tr><td class="confluenceTd"> -n, --name </td><td class="confluenceTd"> The service name that will be used when installing the service. (Default: karaf) (defaults to karaf) </td></tr
 ><tr><td class="confluenceTd"> -D, --description </td><td class="confluenceTd"> The description of the service. (defaults to ) </td></tr></table></div><h2 id="Details">Details</h2>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/developers-guide/archetypes.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/archetypes.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/archetypes.html (original)
+++ karaf/site/production/manual/latest/developers-guide/archetypes.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -105,7 +105,7 @@
 mvn archetype:generate \
   -DarchetypeGroupId=org.apache.karaf.archetypes \
   -DarchetypeArtifactId=karaf-command-archetype \
-  -DarchetypeVersion=3.0.1-SNAPSHOT \
+  -DarchetypeVersion=3.0.2-SNAPSHOT \
   -DgroupId=com.mycompany \
   -DartifactId=com.mycompany.command \
   -Dversion=1.0-SNAPSHOT \
@@ -123,7 +123,7 @@ mvn archetype:generate \
 [INFO]
 [INFO] --- maven-archetype-plugin:2.1:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-command-archetype:3.0.1-SNAPSHOT] found in catalog local
+[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-command-archetype:3.0.2-SNAPSHOT] found in catalog local
 [INFO] Using property: groupId = com.mycompany
 [INFO] Using property: artifactId = com.mycompany.command
 [INFO] Using property: version = 1.0-SNAPSHOT
@@ -141,7 +141,7 @@ description: List sample command
 scope: my
  Y: :
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: karaf-command-archetype:3.0.1-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: karaf-command-archetype:3.0.2-SNAPSHOT
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: com.mycompany
 [INFO] Parameter: artifactId, Value: com.mycompany.command
@@ -168,7 +168,7 @@ scope: my
 mvn archetype:generate \
     -DarchetypeGroupId=org.apache.karaf.archetypes \
     -DarchetypeArtifactId=karaf-bundle-archetype \
-    -DarchetypeVersion=3.0.1-SNAPSHOT \
+    -DarchetypeVersion=3.0.2-SNAPSHOT \
     -DgroupId=com.mycompany \
     -DartifactId=com.mycompany.bundle \
     -Dversion=1.0-SNAPSHOT \
@@ -186,7 +186,7 @@ mvn archetype:generate \
 [INFO]
 [INFO] --- maven-archetype-plugin:2.1:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-bundle-archetype:3.0.1-SNAPSHOT] found in catalog local
+[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-bundle-archetype:3.0.2-SNAPSHOT] found in catalog local
 [INFO] Using property: groupId = com.mycompany
 [INFO] Using property: artifactId = com.mycompany.bundle
 [INFO] Using property: version = 1.0-SNAPSHOT
@@ -198,7 +198,7 @@ version: 1.0-SNAPSHOT
 package: com.mycompany.package
  Y: :
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: karaf-bundle-archetype:3.0.1-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: karaf-bundle-archetype:3.0.2-SNAPSHOT
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: com.mycompany
 [INFO] Parameter: artifactId, Value: com.mycompany.bundle
@@ -221,7 +221,7 @@ package: com.mycompany.package
 mvn archetype:generate \
     -DarchetypeGroupId=org.apache.karaf.archetypes \
     -DarchetypeArtifactId=karaf-blueprint-archetype \
-    -DarchetypeVersion=3.0.1-SNAPSHOT \
+    -DarchetypeVersion=3.0.2-SNAPSHOT \
     -DgroupId=com.mycompany \
     -DartifactId=com.mycompany.blueprint \
     -Dversion=1.0-SNAPSHOT \
@@ -239,7 +239,7 @@ mvn archetype:generate \
 [INFO]
 [INFO] --- maven-archetype-plugin:2.1:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-blueprint-archetype:3.0.1-SNAPSHOT] found in catalog local
+[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-blueprint-archetype:3.0.2-SNAPSHOT] found in catalog local
 [INFO] Using property: groupId = com.mycompany
 [INFO] Using property: artifactId = com.mycompany.blueprint
 [INFO] Using property: version = 1.0-SNAPSHOT
@@ -251,7 +251,7 @@ version: 1.0-SNAPSHOT
 package: com.mycompany.package
  Y: :
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: karaf-blueprint-archetype:3.0.1-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: karaf-blueprint-archetype:3.0.2-SNAPSHOT
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: com.mycompany
 [INFO] Parameter: artifactId, Value: com.mycompany.blueprint
@@ -274,7 +274,7 @@ package: com.mycompany.package
 mvn archetype:generate \
     -DarchetypeGroupId=org.apache.karaf.archetypes \
     -DarchetypeArtifactId=karaf-feature-archetype \
-    -DarchetypeVersion=3.0.1-SNAPSHOT \
+    -DarchetypeVersion=3.0.2-SNAPSHOT \
     -DgroupId=my.company \
     -DartifactId=my.company.feature \
     -Dversion=1.0-SNAPSHOT \
@@ -292,7 +292,7 @@ mvn archetype:generate \
 [INFO]
 [INFO] --- maven-archetype-plugin:2.1:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-feature-archetype:3.0.1-SNAPSHOT] found in catalog local
+[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-feature-archetype:3.0.2-SNAPSHOT] found in catalog local
 [INFO] Using property: groupId = com.mycompany
 [INFO] Using property: artifactId = com.mycompany.feature
 [INFO] Using property: version = 1.0-SNAPSHOT
@@ -304,7 +304,7 @@ version: 1.0-SNAPSHOT
 package: com.mycompany.package
  Y: :
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: karaf-feature-archetype:3.0.1-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: karaf-feature-archetype:3.0.2-SNAPSHOT
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: com.mycompany
 [INFO] Parameter: artifactId, Value: com.mycompany.feature
@@ -327,7 +327,7 @@ package: com.mycompany.package
 mvn archetype:generate \
     -DarchetypeGroupId=org.apache.karaf.archetypes \
     -DarchetypeArtifactId=karaf-kar-archetype \
-    -DarchetypeVersion=3.0.1-SNAPSHOT \
+    -DarchetypeVersion=3.0.2-SNAPSHOT \
     -DgroupId=com.mycompany \
     -DartifactId=com.mycompany.kar \
     -Dversion=1.0-SNAPSHOT \
@@ -345,7 +345,7 @@ mvn archetype:generate \
 [INFO]
 [INFO] --- maven-archetype-plugin:2.1:generate (default-cli) @ standalone-pom ---
 [INFO] Generating project in Interactive mode
-[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-kar-archetype:3.0.1-SNAPSHOT] found in catalog local
+[INFO] Archetype repository missing. Using the one from [org.apache.karaf.archetypes:karaf-kar-archetype:3.0.2-SNAPSHOT] found in catalog local
 [INFO] Using property: groupId = com.mycompany
 [INFO] Using property: artifactId = com.mycompany.kar
 [INFO] Using property: version = 1.0-SNAPSHOT
@@ -357,7 +357,7 @@ version: 1.0-SNAPSHOT
 package: com.mycompany.package
  Y: :
 [INFO] ----------------------------------------------------------------------------
-[INFO] Using following parameters for creating project from Archetype: karaf-kar-archetype:3.0.1-SNAPSHOT
+[INFO] Using following parameters for creating project from Archetype: karaf-kar-archetype:3.0.2-SNAPSHOT
 [INFO] ----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: com.mycompany
 [INFO] Parameter: artifactId, Value: com.mycompany.kar

Modified: karaf/site/production/manual/latest/developers-guide/branding.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/branding.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/branding.html (original)
+++ karaf/site/production/manual/latest/developers-guide/branding.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -147,7 +147,7 @@ welcome = \
 \u001B[36m     / /| |/ /_/ / /  / /_/ / __/        \u001B[0m\r\n\
 \u001B[36m    /_/ |_|\\__,_/_/   \\__,_/_/         \u001B[0m\r\n\
 \r\n\
-\u001B[1m  Apache Karaf\u001B[0m (3.0.1-SNAPSHOT)\r\n\
+\u001B[1m  Apache Karaf\u001B[0m (3.0.2-SNAPSHOT)\r\n\
 \r\n\
 Hit '\u001B[1m&lt;tab>\u001B[0m' for a list of available commands\r\n\
    and '\u001B[1m[cmd] --help\u001B[0m' for help on a specific command.\r\n\

Modified: karaf/site/production/manual/latest/developers-guide/connect.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/connect.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/connect.html (original)
+++ karaf/site/production/manual/latest/developers-guide/connect.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/creating-bundles.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/creating-bundles.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/creating-bundles.html (original)
+++ karaf/site/production/manual/latest/developers-guide/creating-bundles.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/custom-distribution.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/custom-distribution.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/custom-distribution.html (original)
+++ karaf/site/production/manual/latest/developers-guide/custom-distribution.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -112,7 +112,7 @@
 
     &lt;groupId>org.apache.karaf&lt;/groupId>
     &lt;artifactId>apache-karaf-minimal&lt;/artifactId>
-    &lt;version>3.0.1-SNAPSHOT&lt;/version>
+    &lt;version>3.0.2-SNAPSHOT&lt;/version>
     &lt;packaging>karaf-assembly&lt;/packaging>
     &lt;name>Apache Karaf :: Assemblies :: Minimal Distribution&lt;/name>
 
@@ -121,7 +121,7 @@
         &lt;!-- scope is compile so all features (there is only one) are installed into startup.properties and the feature repo itself is not installed -->
             &lt;groupId>org.apache.karaf.features&lt;/groupId>
             &lt;artifactId>framework&lt;/artifactId>
-            &lt;version>3.0.1-SNAPSHOT&lt;/version>
+            &lt;version>3.0.2-SNAPSHOT&lt;/version>
             &lt;type>kar&lt;/type>
         &lt;/dependency>
         &lt;dependency>
@@ -163,20 +163,20 @@
   &lt;name>My Unix Custom Karaf Distribution&lt;/name>
 
   &lt;properties>
-    &lt;karaf.version>3.0.1-SNAPSHOT&lt;/karaf.version>
+    &lt;karaf.version>3.0.2-SNAPSHOT&lt;/karaf.version>
   &lt;/properties>
 
   &lt;dependencies>
     &lt;dependency>
       &lt;groupId>org.apache.karaf&lt;/groupId>
       &lt;artifactId>apache-karaf&lt;/artifactId>
-      &lt;version>3.0.1-SNAPSHOT&lt;/version>
+      &lt;version>3.0.2-SNAPSHOT&lt;/version>
       &lt;type>tar.gz&lt;/type>
     &lt;/dependency>
     &lt;dependency>
       &lt;groupId>org.apache.karaf&lt;/groupId>
       &lt;artifactId>apache-karaf&lt;/artifactId>
-      &lt;version>3.0.1-SNAPSHOT&lt;/version>
+      &lt;version>3.0.2-SNAPSHOT&lt;/version>
       &lt;type>xml&lt;/type>
       &lt;classifier>features&lt;/classifier>
     &lt;/dependency>
@@ -209,7 +209,7 @@
       &lt;plugin>
         &lt;groupId>org.apache.karaf.tooling&lt;/groupId>
         &lt;artifactId>features-maven-plugin&lt;/artifactId>
-        &lt;version>3.0.1-SNAPSHOT&lt;/version>
+        &lt;version>3.0.2-SNAPSHOT&lt;/version>
         &lt;executions>
           &lt;execution>
            &lt;id>add-features-to-repo&lt;/id>
@@ -219,7 +219,7 @@
            &lt;/goals>
            &lt;configuration>
               &lt;descriptors>
-                &lt;descriptor>mvn:org.apache.karaf/apache-karaf/3.0.1-SNAPSHOT/xml/features&lt;/descriptor>
+                &lt;descriptor>mvn:org.apache.karaf/apache-karaf/3.0.2-SNAPSHOT/xml/features&lt;/descriptor>
                 &lt;descriptor>file:/home/jbonofre/workspace/karaf/karaf/manual/target/classes/my-features.xml&lt;/descriptor>
               &lt;/descriptors>
               &lt;features>
@@ -301,7 +301,7 @@
 #
 # Comma separated list of features repositories to register by default
 #
-featuresRepositories=mvn:org.apache.karaf/apache-karaf/3.0.1-SNAPSHOT/xml/features,mvn:my.groupId/my-features/3.0.1-SNAPSHOT/xml/features
+featuresRepositories=mvn:org.apache.karaf/apache-karaf/3.0.2-SNAPSHOT/xml/features,mvn:my.groupId/my-features/3.0.2-SNAPSHOT/xml/features
 
 #
 # Comma separated list of features to install at startup
@@ -412,7 +412,7 @@ org.osgi.framework.system.packages.extra
 
         &lt;!-- Expanded Karaf Standard Distribution -->
         &lt;fileSet>
-            &lt;directory>target/dependencies/apache-karaf-3.0.1-SNAPSHOT&lt;/directory>
+            &lt;directory>target/dependencies/apache-karaf-3.0.2-SNAPSHOT&lt;/directory>
             &lt;outputDirectory>/&lt;/outputDirectory>
             &lt;excludes>
                 &lt;exclude>**/demos/**&lt;/exclude>
@@ -432,7 +432,7 @@ org.osgi.framework.system.packages.extra
 
         &lt;!-- Copy over bin/* separately to get the correct file mode -->
         &lt;fileSet>
-            &lt;directory>target/dependencies/apache-karaf-3.0.1-SNAPSHOT&lt;/directory>
+            &lt;directory>target/dependencies/apache-karaf-3.0.2-SNAPSHOT&lt;/directory>
             &lt;outputDirectory>/&lt;/outputDirectory>
             &lt;includes>
                 &lt;include>bin/admin&lt;/include>
@@ -473,7 +473,7 @@ org.osgi.framework.system.packages.extra
 
     &lt;files>
         &lt;file>
-            &lt;source>/home/jbonofre/workspace/karaf/karaf/manual/target/dependencies/apache-karaf-3.0.1-SNAPSHOT/bin/karaf&lt;/source>
+            &lt;source>/home/jbonofre/workspace/karaf/karaf/manual/target/dependencies/apache-karaf-3.0.2-SNAPSHOT/bin/karaf&lt;/source>
             &lt;outputDirectory>/bin/&lt;/outputDirectory>
             &lt;destName>my-custom&lt;/destName>
             &lt;fileMode>0755&lt;/fileMode>
@@ -481,8 +481,8 @@ org.osgi.framework.system.packages.extra
         &lt;/file>
         &lt;file>
             &lt;source>/home/jbonofre/workspace/karaf/karaf/manual/target/classes/features.xml&lt;/source>
-            &lt;outputDirectory>/system/my.groupid/my-features/3.0.1-SNAPSHOT&lt;/outputDirectory>
-            &lt;destName>my-features-3.0.1-SNAPSHOT-features.xml&lt;/destName>
+            &lt;outputDirectory>/system/my.groupid/my-features/3.0.2-SNAPSHOT&lt;/outputDirectory>
+            &lt;destName>my-features-3.0.2-SNAPSHOT-features.xml&lt;/destName>
             &lt;fileMode>0644&lt;/fileMode>
             &lt;lineEnding>unix&lt;/lineEnding>
         &lt;/file>

Modified: karaf/site/production/manual/latest/developers-guide/debugging.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/debugging.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/debugging.html (original)
+++ karaf/site/production/manual/latest/developers-guide/debugging.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/developer-commands.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/developer-commands.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/developer-commands.html (original)
+++ karaf/site/production/manual/latest/developers-guide/developer-commands.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/extending.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/extending.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/extending.html (original)
+++ karaf/site/production/manual/latest/developers-guide/extending.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -130,7 +130,7 @@ Define value for package: : org.apache.k
     &lt;dependency>
       &lt;groupId>org.apache.karaf.shell&lt;/groupId>
       &lt;artifactId>org.apache.karaf.shell.console&lt;/artifactId>
-      &lt;version>3.0.1-SNAPSHOT&lt;/version>
+      &lt;version>3.0.2-SNAPSHOT&lt;/version>
     &lt;/dependency>
     &lt;dependency>
       &lt;groupId>junit&lt;/groupId>

Modified: karaf/site/production/manual/latest/developers-guide/github-contributions.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/github-contributions.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/github-contributions.html (original)
+++ karaf/site/production/manual/latest/developers-guide/github-contributions.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/index.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/index.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/index.html (original)
+++ karaf/site/production/manual/latest/developers-guide/index.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>

Modified: karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-commands-generate-help.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-commands-generate-help.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-commands-generate-help.html (original)
+++ karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-commands-generate-help.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h2 id="Goalkarafcommandsgeneratehelp">Goal <tt>karaf:commands-generate-help</tt></h2><p>The <tt>karaf:commands-generate-help</tt> goal generates documentation containing Karaf commands help.</p><p>It looks for Karaf commands in the current project class loader and generates the help as displayed with the --help<br/>option in the Karaf shell console.</p><h3 id="Example">Example</h3><p>The example below generates help for the commands in the current project:</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.
 0.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;&#x000A;        <span class="nt">&lt;executions&gt;</span>&#x000A;          <span class="nt">&lt;execution&gt;</span>&#x000A;            <span class="nt">&lt;id&gt;</span>document-commands<span class="nt">&lt;/id&gt;</span>&#x000A;            <span class="nt">&lt;phase&gt;</span>generate-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;            <span class="nt">&lt;goals&gt;</span>&#x000A;              <span class="nt">&lt;goal&gt;</span>commands-generate-help<span class="nt">&lt;/goal&gt;</span>&#x000A;            <span class="nt">&lt;/goals&gt;</span>&#x000A;            <span class="nt">&lt;configuration&gt;</span>&#x000A;              <span class="nt">&lt;targetFolder&gt;</span>/home/jbonofre/workspace/karaf/karaf/manual/target/docbook/sources<span class="nt">&lt;/targetFolder&gt;</span>&#x000A;            <span class="nt">&lt;/configuration&gt;</span>&#x000A;          <span class="nt">&lt;/execution&gt;</span>&
 #x000A;        <span class="nt">&lt;/executions&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>targetFolder</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The directory where the documentation output files are to be generated <br/> Default value: /home/jbonofre/workspace/karaf/karaf/manual/target/docbkx/sources </td></tr><tr><td class="confluenceTd"> <tt>format</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The output format (docbx or conf) of the commands documentation. <br/>
  Default value: docbx </td></tr><tr><td class="confluenceTd"> <tt>classLoader</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The class loader to use in loading the commands. <br/> Default value: $ </td></tr></table></div>
+<h2 id="Goalkarafcommandsgeneratehelp">Goal <tt>karaf:commands-generate-help</tt></h2><p>The <tt>karaf:commands-generate-help</tt> goal generates documentation containing Karaf commands help.</p><p>It looks for Karaf commands in the current project class loader and generates the help as displayed with the --help<br/>option in the Karaf shell console.</p><h3 id="Example">Example</h3><p>The example below generates help for the commands in the current project:</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.
 0.2-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;&#x000A;        <span class="nt">&lt;executions&gt;</span>&#x000A;          <span class="nt">&lt;execution&gt;</span>&#x000A;            <span class="nt">&lt;id&gt;</span>document-commands<span class="nt">&lt;/id&gt;</span>&#x000A;            <span class="nt">&lt;phase&gt;</span>generate-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;            <span class="nt">&lt;goals&gt;</span>&#x000A;              <span class="nt">&lt;goal&gt;</span>commands-generate-help<span class="nt">&lt;/goal&gt;</span>&#x000A;            <span class="nt">&lt;/goals&gt;</span>&#x000A;            <span class="nt">&lt;configuration&gt;</span>&#x000A;              <span class="nt">&lt;targetFolder&gt;</span>/home/jbonofre/workspace/karaf/karaf/manual/target/docbook/sources<span class="nt">&lt;/targetFolder&gt;</span>&#x000A;            <span class="nt">&lt;/configuration&gt;</span>&#x000A;          <span class="nt">&lt;/execution&gt;</span>&
 #x000A;        <span class="nt">&lt;/executions&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>targetFolder</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The directory where the documentation output files are to be generated <br/> Default value: /home/jbonofre/workspace/karaf/karaf/manual/target/docbkx/sources </td></tr><tr><td class="confluenceTd"> <tt>format</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The output format (docbx or conf) of the commands documentation. <br/>
  Default value: docbx </td></tr><tr><td class="confluenceTd"> <tt>classLoader</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The class loader to use in loading the commands. <br/> Default value: $ </td></tr></table></div>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-add-to-repository.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-add-to-repository.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-add-to-repository.html (original)
+++ karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-add-to-repository.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h2 id="Goalkaraffeaturesaddtorepository">Goal <tt>karaf:features-add-to-repository</tt></h2><p>Consider using the karaf-assembly packaging which makes it easy to assemble a custom distribution in one step instead of this individual goal.</p><p>The <tt>karaf:features-add-to-repository</tt> goal adds all the required bundles for a given set of features into directory.  You can use this goal to create a <tt>/system</tt> directory for building your own Karaf-based distribution.</p><p>By default, the Karaf core features descriptors (standard and enterprise) are automatically included in the descriptors set.</p><h3 id="Example">Example</h3><p>The example below copies the bundles for the <tt>spring</tt> and <tt>war</tt> features defined in the Karaf features XML descriptor into the <tt>target/features-repo</tt> directory.</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt
 ;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;&#x000A;        <span class="nt">&lt;executions&gt;</span>&#x000A;          <span class="nt">&lt;execution&gt;</span>&#x000A;            <span class="nt">&lt;id&gt;</span>features-add-to-repo<span class="nt">&lt;/id&gt;</span>&#x000A;            <span class="nt">&lt;phase&gt;</span>generate-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;            <span class="nt">&lt;goals&gt;</span>&#x000A;              <span class="nt">&lt;goal&gt;</span>features-add-to-repository<span class="nt">&lt;/goal&gt;</span>&#x000A;            <span class="nt">&lt;/goals&gt;</s
 pan>&#x000A;            <span class="nt">&lt;configuration&gt;</span>&#x000A;              <span class="nt">&lt;descriptors&gt;</span> &#x000A;                <span class="nt">&lt;descriptor&gt;</span>mvn:org.apache.karaf.features/standard/3.0.0/xml/features<span class="nt">&lt;/descriptor&gt;</span>&#x000A;                <span class="nt">&lt;descriptor&gt;</span>mvn:my.groupid/my.artifactid/1.0.0/xml/features<span class="nt">&lt;/descriptor&gt;</span>&#x000A;              <span class="nt">&lt;/descriptors&gt;</span>&#x000A;              <span class="nt">&lt;features&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>spring<span class="nt">&lt;/feature&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>war<span class="nt">&lt;/feature&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>my<span class="nt">&lt;/feature&gt;</span>&#x000A;              <span class="nt">&lt;/features&gt;</span>&#x000A;              <span c
 lass="nt">&lt;repository&gt;</span>target/features-repo<span class="nt">&lt;/repository&gt;</span>&#x000A;            <span class="nt">&lt;/configuration&gt;</span>&#x000A;          <span class="nt">&lt;/execution&gt;</span>&#x000A;        <span class="nt">&lt;/executions&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>descriptors</tt> </td><td class="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> List of features XML descriptors where the features are defined </td></tr><tr><td class="confluenceTd"> <tt>features</tt> </td><td cla
 ss="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> List of features that bundles should be copied to the repository directory </td></tr><tr><td class="confluenceTd"> <tt>repository</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The directory where the bundles will be copied by the plugin goal </td></tr></table></div>
+<h2 id="Goalkaraffeaturesaddtorepository">Goal <tt>karaf:features-add-to-repository</tt></h2><p>Consider using the karaf-assembly packaging which makes it easy to assemble a custom distribution in one step instead of this individual goal.</p><p>The <tt>karaf:features-add-to-repository</tt> goal adds all the required bundles for a given set of features into directory.  You can use this goal to create a <tt>/system</tt> directory for building your own Karaf-based distribution.</p><p>By default, the Karaf core features descriptors (standard and enterprise) are automatically included in the descriptors set.</p><h3 id="Example">Example</h3><p>The example below copies the bundles for the <tt>spring</tt> and <tt>war</tt> features defined in the Karaf features XML descriptor into the <tt>target/features-repo</tt> directory.</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt
 ;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.2-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;&#x000A;        <span class="nt">&lt;executions&gt;</span>&#x000A;          <span class="nt">&lt;execution&gt;</span>&#x000A;            <span class="nt">&lt;id&gt;</span>features-add-to-repo<span class="nt">&lt;/id&gt;</span>&#x000A;            <span class="nt">&lt;phase&gt;</span>generate-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;            <span class="nt">&lt;goals&gt;</span>&#x000A;              <span class="nt">&lt;goal&gt;</span>features-add-to-repository<span class="nt">&lt;/goal&gt;</span>&#x000A;            <span class="nt">&lt;/goals&gt;</s
 pan>&#x000A;            <span class="nt">&lt;configuration&gt;</span>&#x000A;              <span class="nt">&lt;descriptors&gt;</span> &#x000A;                <span class="nt">&lt;descriptor&gt;</span>mvn:org.apache.karaf.features/standard/3.0.0/xml/features<span class="nt">&lt;/descriptor&gt;</span>&#x000A;                <span class="nt">&lt;descriptor&gt;</span>mvn:my.groupid/my.artifactid/1.0.0/xml/features<span class="nt">&lt;/descriptor&gt;</span>&#x000A;              <span class="nt">&lt;/descriptors&gt;</span>&#x000A;              <span class="nt">&lt;features&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>spring<span class="nt">&lt;/feature&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>war<span class="nt">&lt;/feature&gt;</span>&#x000A;                <span class="nt">&lt;feature&gt;</span>my<span class="nt">&lt;/feature&gt;</span>&#x000A;              <span class="nt">&lt;/features&gt;</span>&#x000A;              <span c
 lass="nt">&lt;repository&gt;</span>target/features-repo<span class="nt">&lt;/repository&gt;</span>&#x000A;            <span class="nt">&lt;/configuration&gt;</span>&#x000A;          <span class="nt">&lt;/execution&gt;</span>&#x000A;        <span class="nt">&lt;/executions&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>descriptors</tt> </td><td class="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> List of features XML descriptors where the features are defined </td></tr><tr><td class="confluenceTd"> <tt>features</tt> </td><td cla
 ss="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> List of features that bundles should be copied to the repository directory </td></tr><tr><td class="confluenceTd"> <tt>repository</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The directory where the bundles will be copied by the plugin goal </td></tr></table></div>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-create-kar.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-create-kar.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-create-kar.html (original)
+++ karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-create-kar.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h2 id="Goalkaraffeaturescreatekar">Goal <tt>karaf:features-create-kar</tt></h2><p>Except in unusual circumstances, use the &lt;packaging>kar&lt;/packaging> to run this goal.</p><p>The <tt>karaf:features-create-kar</tt> goal assembles a KAR archive from a features XML descriptor file, normally generated in the same project with the <tt>karaf:features-generate-descriptor</tt> mojo.</p><h2 id="karlayout">kar layout</h2><p>There are two important directories in a kar:<br/>repository/  contains a Maven structured repository of artifacts to be copied into the Karaf repository. The features descriptor and all the bundles mentioned in it are installed in this directory.<br/>resources/ contains other resources to be copied over the Karaf installation.</p><p>Everything in target/classes is copied into the kar.  Therefore resources you want installed into Karaf need to be in e.g. src/main/resources/resources.  This choice is so other resources such as legal files from the maven-remote-resourc
 es-plugin can be included under META-INF in the kar, without getting installed into Karaf.</p><h3 id="Example">Example</h3><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;...&#x000A;  <span class="nt">&lt;packaging&gt;</span>kar<span class="nt">&lt;/packaging&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;        <span class="nt">&lt;extensions&gt;</span>true<span class="nt">&lt;/extensions&gt;</span>&#x000A;        <span class="c">&lt;!-- There is no useful configuration for t
 he kar mojo. The features-generate-descriptor mojo configuration may be useful --&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div>
+<h2 id="Goalkaraffeaturescreatekar">Goal <tt>karaf:features-create-kar</tt></h2><p>Except in unusual circumstances, use the &lt;packaging>kar&lt;/packaging> to run this goal.</p><p>The <tt>karaf:features-create-kar</tt> goal assembles a KAR archive from a features XML descriptor file, normally generated in the same project with the <tt>karaf:features-generate-descriptor</tt> mojo.</p><h2 id="karlayout">kar layout</h2><p>There are two important directories in a kar:<br/>repository/  contains a Maven structured repository of artifacts to be copied into the Karaf repository. The features descriptor and all the bundles mentioned in it are installed in this directory.<br/>resources/ contains other resources to be copied over the Karaf installation.</p><p>Everything in target/classes is copied into the kar.  Therefore resources you want installed into Karaf need to be in e.g. src/main/resources/resources.  This choice is so other resources such as legal files from the maven-remote-resourc
 es-plugin can be included under META-INF in the kar, without getting installed into Karaf.</p><h3 id="Example">Example</h3><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;...&#x000A;  <span class="nt">&lt;packaging&gt;</span>kar<span class="nt">&lt;/packaging&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.2-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;        <span class="nt">&lt;extensions&gt;</span>true<span class="nt">&lt;/extensions&gt;</span>&#x000A;        <span class="c">&lt;!-- There is no useful configuration for t
 he kar mojo. The features-generate-descriptor mojo configuration may be useful --&gt;</span>&#x000A;      <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-generate-descriptor.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-generate-descriptor.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-generate-descriptor.html (original)
+++ karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-generate-descriptor.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -103,7 +103,7 @@
                 <div class="wiki-content">
 <h2 id="Goalkaraffeaturesgeneratedescriptor">Goal <tt>karaf:features-generate-descriptor</tt></h2><p>Except in unusual circumstances, use the &lt;packaging>feature&lt;/packaging> to run this goal.</p><p>The <tt>karaf:features-generate-descriptor</tt> goal generates a features XML file based on the Maven dependencies. By default, it will follow Maven transitive dependencies, stopping when it encounters bundles already present in features that are Maven dependencies.</p><p>A record of the dependency tree search can be found in target/history/treeListing.txt.</p><p>You can track dependency changes and warn or fail on change.</p><h2 id="Configuration">Configuration</h2><p>Specify the packaging as a top level element</p><pre>
 &lt;packaging>feature&lt;/packaging>
-</pre><p>You can supply a feature descriptor to extend in src/main/feature/feature.xml.</p><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Parameter Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> aggregateFeatures </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> Specifies processing of feature repositories that are (transitive) Maven dependencies. If false, all features in these repositories become dependencies of the generated feature.  If true, all features in these repositories are copied into the generated feature repository. </td></tr><tr><td class="confluenceTd"> startLevel </td><td class="confluenceTd"> int </td><td class="confluenceTd"> The start level for the bundles determined from Maven dependencies.  This can be overridden by specifying the bundle in the source feature.xml with the desired startlevel. </td></tr><tr><td class="conf
 luenceTd"> includeTransitiveDependency </td><td class="confluenceTd"> boolean (true) </td><td class="confluenceTd"> Whether to follow Maven transitive dependencies. </td></tr><tr><td class="confluenceTd"> checkDependencyChange </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> Whether to record dependencies in src/main/history.dependencies.xml for change tracking. </td></tr><tr><td class="confluenceTd"> warnOnDependencyChange </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> whether to fail on changed dependencies (false, default) or warn in the build output (true). </td></tr><tr><td class="confluenceTd"> logDependencyChanges </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> If true, added and removed dependencies are shown in target/history. </td></tr><tr><td class="confluenceTd"> overwriteChangedDependencies </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> If true, the s
 rc/main/history/dependencies.xml file will be overwritten if it has changed. </td></tr></table></div><h3 id="Example">Example</h3><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;...&#x000A;  <span class="nt">&lt;packaging&gt;</span>feature<span class="nt">&lt;/packaging&gt;</span>&#x000A;  <span class="nt">&lt;dependencies&gt;</span>&#x000A;    <span class="nt">&lt;dependency&gt;</span>&#x000A;      <span class="nt">&lt;groupId&gt;</span>org.apache<span class="nt">&lt;/groupId&gt;</span>&#x000A;      <span class="nt">&lt;artifactId&gt;</span>bundle1<span class="nt">&lt;/artifactId&gt;</span>&#x000A;      <span class="nt">&lt;version&gt;</span>1.0<span class="nt">&lt;/version&gt;</span>&#x000A;    <span class="nt">&lt;/dependency&gt;</span>&#x000A;  <span class="nt">&lt;/dependencies&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</s
 pan>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;        <span class="nt">&lt;extensions&gt;</span>true<span class="nt">&lt;/extensions&gt;</span>&#x000A;          <span class="nt">&lt;configuration&gt;</span>&#x000A;            <span class="nt">&lt;startLevel&gt;</span>80<span class="nt">&lt;/startLevel&gt;</span>&#x000A;            <span class="nt">&lt;aggregateFeatures&gt;</span>true<span class="nt">&lt;/aggregateFeatures&gt;</span>&#x000A;          <span class="nt">&lt;/configuration&gt;</span>&#x000A;        <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;
 /project&gt;</span>&#x000A;</pre></div>&#x000A;</div>
+</pre><p>You can supply a feature descriptor to extend in src/main/feature/feature.xml.</p><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Parameter Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> aggregateFeatures </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> Specifies processing of feature repositories that are (transitive) Maven dependencies. If false, all features in these repositories become dependencies of the generated feature.  If true, all features in these repositories are copied into the generated feature repository. </td></tr><tr><td class="confluenceTd"> startLevel </td><td class="confluenceTd"> int </td><td class="confluenceTd"> The start level for the bundles determined from Maven dependencies.  This can be overridden by specifying the bundle in the source feature.xml with the desired startlevel. </td></tr><tr><td class="conf
 luenceTd"> includeTransitiveDependency </td><td class="confluenceTd"> boolean (true) </td><td class="confluenceTd"> Whether to follow Maven transitive dependencies. </td></tr><tr><td class="confluenceTd"> checkDependencyChange </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> Whether to record dependencies in src/main/history.dependencies.xml for change tracking. </td></tr><tr><td class="confluenceTd"> warnOnDependencyChange </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> whether to fail on changed dependencies (false, default) or warn in the build output (true). </td></tr><tr><td class="confluenceTd"> logDependencyChanges </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> If true, added and removed dependencies are shown in target/history. </td></tr><tr><td class="confluenceTd"> overwriteChangedDependencies </td><td class="confluenceTd"> boolean (false) </td><td class="confluenceTd"> If true, the s
 rc/main/history/dependencies.xml file will be overwritten if it has changed. </td></tr></table></div><h3 id="Example">Example</h3><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;...&#x000A;  <span class="nt">&lt;packaging&gt;</span>feature<span class="nt">&lt;/packaging&gt;</span>&#x000A;  <span class="nt">&lt;dependencies&gt;</span>&#x000A;    <span class="nt">&lt;dependency&gt;</span>&#x000A;      <span class="nt">&lt;groupId&gt;</span>org.apache<span class="nt">&lt;/groupId&gt;</span>&#x000A;      <span class="nt">&lt;artifactId&gt;</span>bundle1<span class="nt">&lt;/artifactId&gt;</span>&#x000A;      <span class="nt">&lt;version&gt;</span>1.0<span class="nt">&lt;/version&gt;</span>&#x000A;    <span class="nt">&lt;/dependency&gt;</span>&#x000A;  <span class="nt">&lt;/dependencies&gt;</span>&#x000A;  <span class="nt">&lt;build&gt;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</s
 pan>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.2-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;        <span class="nt">&lt;extensions&gt;</span>true<span class="nt">&lt;/extensions&gt;</span>&#x000A;          <span class="nt">&lt;configuration&gt;</span>&#x000A;            <span class="nt">&lt;startLevel&gt;</span>80<span class="nt">&lt;/startLevel&gt;</span>&#x000A;            <span class="nt">&lt;aggregateFeatures&gt;</span>true<span class="nt">&lt;/aggregateFeatures&gt;</span>&#x000A;          <span class="nt">&lt;/configuration&gt;</span>&#x000A;        <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;
 /project&gt;</span>&#x000A;</pre></div>&#x000A;</div>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-validate-descriptor.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-validate-descriptor.html?rev=1589500&r1=1589499&r2=1589500&view=diff
==============================================================================
--- karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-validate-descriptor.html (original)
+++ karaf/site/production/manual/latest/developers-guide/karaf-maven-plugin-features-validate-descriptor.html Wed Apr 23 19:41:33 2014
@@ -8,7 +8,7 @@
     <link href="../css/style.css" rel="stylesheet" type="text/css"/>
     <link href="../css/pygmentize.css" rel="stylesheet" type="text/css"/>
     <title>
-      Apache Karaf 3.0.1-SNAPSHOT Guides
+      Apache Karaf 3.0.2-SNAPSHOT Guides
     </title>
   </head>
   <body>
@@ -101,7 +101,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h2 id="Goalkaraffeaturesvalidatedescriptor">Goal <tt>karaf:features-validate-descriptor</tt></h2><p>The <tt>karaf:features-validate-descriptor</tt> goal validates a features XML descriptor by checking if all the required imports for the bundles defined in the features can be matched to a provided export.</p><p>By default, the plugin tries to add the Karaf core features (standard and enterprise) in the repositories set.<br/>It means that it's not required to explicitly define the Karaf features descriptor in the repository section of your features descriptor.</p><h3 id="Example">Example</h3><p>The example below validates the features defined in the <tt>target/features.xml</tt> by checking all the imports and exports.  It reads the definition for the packages that are exported by the system bundle from the <tt>src/main/resources/config.properties</tt> file.</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&g
 t;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;          <span class="nt">&lt;executions&gt;</span>&#x000A;            <span class="nt">&lt;execution&gt;</span>&#x000A;              <span class="nt">&lt;id&gt;</span>validate<span class="nt">&lt;/id&gt;</span>&#x000A;              <span class="nt">&lt;phase&gt;</span>process-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;              <span class="nt">&lt;goals&gt;</span>&#x000A;                <span class="nt">&lt;goal&gt;</span>features-validate-descriptor<span class="nt">&lt;/goal&gt;</span>&#x000A;            
   <span class="nt">&lt;/goals&gt;</span>&#x000A;              <span class="nt">&lt;configuration&gt;</span>&#x000A;                <span class="nt">&lt;file&gt;</span>target/features.xml<span class="nt">&lt;/file&gt;</span>&#x000A;                <span class="nt">&lt;karafConfig&gt;</span>src/main/resources/config.properties<span class="nt">&lt;/karafConfig&gt;</span>&#x000A;              <span class="nt">&lt;/configuration&gt;</span>&#x000A;            <span class="nt">&lt;/execution&gt;</span>&#x000A;          <span class="nt">&lt;/executions&gt;</span>&#x000A;          <span class="nt">&lt;dependencies&gt;</span>&#x000A;            <span class="nt">&lt;dependency&gt;</span>&#x000A;              <span class="nt">&lt;groupId&gt;</span>org.slf4j<span class="nt">&lt;/groupId&gt;</span>&#x000A;              <span class="nt">&lt;artifactId&gt;</span>slf4j-simple<span class="nt">&lt;/artifactId&gt;</span>&#x000A;              <span class="nt">&lt;version&gt;</span>1.4.3<span class="nt">
 &lt;/version&gt;</span>&#x000A;	        <span class="nt">&lt;/dependency&gt;</span>&#x000A;          <span class="nt">&lt;/dependencies&gt;</span>&#x000A;        <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>file</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The features XML descriptor file to validate. <br/> Default value: <tt>/home/jbonofre/workspace/karaf/karaf/manual/target/classes/features.xml</tt> </td></tr><tr><td class="confluenceTd"> <tt>karafConfig</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluen
 ceTd"> The Karaf <tt>config.properties</tt> file to use during the validation process <br/> Default value: <tt>config.properties</tt> </td></tr><tr><td class="confluenceTd"> <tt>jreVersion</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The JRE version that is used during the validation process <br/> Default value: {{jre-1.5}) </td></tr><tr><td class="confluenceTd"> <tt>karafVersion</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The target Karaf version used to get the Karaf core features (standard and enterprise) <br/> Default is the version of the plugin </td></tr><tr><td class="confluenceTd"> <tt>repositories</tt> </td><td class="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> Additional features XML descriptors that will be used during the validation process </td></tr></table></div>
+<h2 id="Goalkaraffeaturesvalidatedescriptor">Goal <tt>karaf:features-validate-descriptor</tt></h2><p>The <tt>karaf:features-validate-descriptor</tt> goal validates a features XML descriptor by checking if all the required imports for the bundles defined in the features can be matched to a provided export.</p><p>By default, the plugin tries to add the Karaf core features (standard and enterprise) in the repositories set.<br/>It means that it's not required to explicitly define the Karaf features descriptor in the repository section of your features descriptor.</p><h3 id="Example">Example</h3><p>The example below validates the features defined in the <tt>target/features.xml</tt> by checking all the imports and exports.  It reads the definition for the packages that are exported by the system bundle from the <tt>src/main/resources/config.properties</tt> file.</p><div class="syntax"><div class="highlight"><pre><span class="nt">&lt;project&gt;</span>&#x000A;  <span class="nt">&lt;build&g
 t;</span>&#x000A;    <span class="nt">&lt;plugins&gt;</span>&#x000A;      <span class="nt">&lt;plugin&gt;</span>&#x000A;        <span class="nt">&lt;groupId&gt;</span>org.apache.karaf.tooling<span class="nt">&lt;/groupId&gt;</span>&#x000A;        <span class="nt">&lt;artifactId&gt;</span>karaf-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>&#x000A;        <span class="nt">&lt;version&gt;</span>3.0.2-SNAPSHOT<span class="nt">&lt;/version&gt;</span>&#x000A;          <span class="nt">&lt;executions&gt;</span>&#x000A;            <span class="nt">&lt;execution&gt;</span>&#x000A;              <span class="nt">&lt;id&gt;</span>validate<span class="nt">&lt;/id&gt;</span>&#x000A;              <span class="nt">&lt;phase&gt;</span>process-resources<span class="nt">&lt;/phase&gt;</span>&#x000A;              <span class="nt">&lt;goals&gt;</span>&#x000A;                <span class="nt">&lt;goal&gt;</span>features-validate-descriptor<span class="nt">&lt;/goal&gt;</span>&#x000A;            
   <span class="nt">&lt;/goals&gt;</span>&#x000A;              <span class="nt">&lt;configuration&gt;</span>&#x000A;                <span class="nt">&lt;file&gt;</span>target/features.xml<span class="nt">&lt;/file&gt;</span>&#x000A;                <span class="nt">&lt;karafConfig&gt;</span>src/main/resources/config.properties<span class="nt">&lt;/karafConfig&gt;</span>&#x000A;              <span class="nt">&lt;/configuration&gt;</span>&#x000A;            <span class="nt">&lt;/execution&gt;</span>&#x000A;          <span class="nt">&lt;/executions&gt;</span>&#x000A;          <span class="nt">&lt;dependencies&gt;</span>&#x000A;            <span class="nt">&lt;dependency&gt;</span>&#x000A;              <span class="nt">&lt;groupId&gt;</span>org.slf4j<span class="nt">&lt;/groupId&gt;</span>&#x000A;              <span class="nt">&lt;artifactId&gt;</span>slf4j-simple<span class="nt">&lt;/artifactId&gt;</span>&#x000A;              <span class="nt">&lt;version&gt;</span>1.4.3<span class="nt">
 &lt;/version&gt;</span>&#x000A;	        <span class="nt">&lt;/dependency&gt;</span>&#x000A;          <span class="nt">&lt;/dependencies&gt;</span>&#x000A;        <span class="nt">&lt;/plugin&gt;</span>&#x000A;    <span class="nt">&lt;/plugins&gt;</span>&#x000A;  <span class="nt">&lt;/build&gt;</span>&#x000A;<span class="nt">&lt;/project&gt;</span>&#x000A;</pre></div>&#x000A;</div><h3 id="Parameters">Parameters</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Type </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> <tt>file</tt> </td><td class="confluenceTd"> <tt>File</tt> </td><td class="confluenceTd"> The features XML descriptor file to validate. <br/> Default value: <tt>/home/jbonofre/workspace/karaf/karaf/manual/target/classes/features.xml</tt> </td></tr><tr><td class="confluenceTd"> <tt>karafConfig</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluen
 ceTd"> The Karaf <tt>config.properties</tt> file to use during the validation process <br/> Default value: <tt>config.properties</tt> </td></tr><tr><td class="confluenceTd"> <tt>jreVersion</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The JRE version that is used during the validation process <br/> Default value: {{jre-1.5}) </td></tr><tr><td class="confluenceTd"> <tt>karafVersion</tt> </td><td class="confluenceTd"> <tt>String</tt> </td><td class="confluenceTd"> The target Karaf version used to get the Karaf core features (standard and enterprise) <br/> Default is the version of the plugin </td></tr><tr><td class="confluenceTd"> <tt>repositories</tt> </td><td class="confluenceTd"> <tt>String[]</tt> </td><td class="confluenceTd"> Additional features XML descriptors that will be used during the validation process </td></tr></table></div>
                 </div>
               </td>
             </tr>