You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/11/23 13:35:25 UTC

[sling-feature-converter-maven-plugin] 15/37: Minor README tweaks + add repository topics via .asf.yaml

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

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

commit 8271900bef5aab28bf4c9ab2a50087f217943154
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 10 11:24:09 2020 +0100

    Minor README tweaks + add repository topics via .asf.yaml
---
 .asf.yaml |  7 +++++++
 README.md | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..42fb2d8
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,7 @@
+github:
+  description: "Apache Sling Feature Converter Maven Plugin"
+  homepage: "https://sling.apache.org/"
+  labels:
+    - java
+    - sling
+    - maven
diff --git a/README.md b/README.md
index 451b2a0..3254d40 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-This plugin provides the means to convert both Content Packages as well as
+This Apache Maven plugin provides the means to convert both Content Packages as well as
 Provisioning Models into Feature Models through a POM file.
 
 # Introduction
@@ -38,9 +38,9 @@ See the Site documentation for further info.
 
 ## Content Package Handling
 
-The installation of Converted Content Packages has be difficult at times.
+The installation of Converted Content Packages has been difficult at times.
 
-These are the things fo far that should help making this easier:
+These are the things so far that should help making this easier:
 1. Make sure that you use the latest code base
 2. Make sure that during the launch:
     1. Sling Feature Extension Content is added first as Plugin Dependency
@@ -48,8 +48,8 @@ These are the things fo far that should help making this easier:
     2. Add Sling Feature Launcher as Plugin Dependency afterwards
     3. Make sure that the **JCR Package Init** is added as Feature
        (see Site Documentation **Usage**)
-3. After Feature is up and running log into OSGi Console and check
-   **OSGi Installer** to make sure there are no **Untransformed
+3. After the Feature is up and running log into OSGi Console and check
+   the **OSGi Installer** page to make sure there are no **Untransformed
    Resources**
 4. During development make sure that the **Launcher** folder is deleted
    periodically to avoid side effects from previous launches
\ No newline at end of file