This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 6ce25d49b6 Indicates that the maven feature is optional in the manual
6ce25d49b6 is described below

commit 6ce25d49b6e7e51c56ad29e79f4723eb2e92877b
Author: Nicolas Filotto <[email protected]>
AuthorDate: Fri Jun 17 18:45:06 2022 +0200

    Indicates that the maven feature is optional in the manual
    
    (cherry picked from commit bdbf1a162505b0e346c158b8172d2f8083ac91fe)
---
 manual/src/main/asciidoc/user-guide/urls.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manual/src/main/asciidoc/user-guide/urls.adoc 
b/manual/src/main/asciidoc/user-guide/urls.adoc
index 347f68333f..cbf538523d 100644
--- a/manual/src/main/asciidoc/user-guide/urls.adoc
+++ b/manual/src/main/asciidoc/user-guide/urls.adoc
@@ -74,6 +74,8 @@ Full configuration of `org.ops4j.pax.url.mvn` bundle can be 
done using `org.ops4
 
 In order to make the user's life easier and to provide more _domain_ oriented 
approach, Karaf provides several shell commands that makes Maven configuration 
easier.
 
+If maven is supported by default via `mvn` URL, you can install `maven` 
optional feature providing additional shell commands to manipulate maven. It 
can be done with `feature:install maven`.
+
 ===== maven:summary
 
 This command shows a quick summary about current `org.ops4j.pax.url.mvn` PID 
configuration. For example:

Reply via email to