You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/09/30 13:58:53 UTC

[sling-feature-launcher-maven-plugin] branch master updated: Add link to Maven site

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 245a032  Add link to Maven site
245a032 is described below

commit 245a032b3131212371ff173efd690fbc7d9c6fa1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Sep 30 15:58:49 2022 +0200

    Add link to Maven site
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 50a556c..0b736d0 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 This plugin allows starting and stopping feature model applications without blocking the Maven
-execution. It is intended mainly for usage with integration tests.
+execution. It is intended mainly for usage with integration tests. The full Maven site documenting this plugin is at <https://sling.apache.org/components/sling-feature-launcher-maven-plugin/>.
 
 ## Usage