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 2018/05/02 13:09:14 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: Add initial readme.md file.

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-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new cdb00e9  Add initial readme.md file.
cdb00e9 is described below

commit cdb00e97457f12a348c6801c24e0fb6bce538b4d
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed May 2 14:09:05 2018 +0100

    Add initial readme.md file.
---
 pom.xml   |  9 +++++++++
 readme.md | 10 ++++++++++
 2 files changed, 19 insertions(+)

diff --git a/pom.xml b/pom.xml
index 66fb595..2f7b0bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,15 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>readme.md</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..39014bd
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,10 @@
+# Feature Model Launcher
+
+The Feature Model Launcher can launch an feature model application file to a running process.
+
+The launcher can be executed as follows:
+
+```
+java org.apache.sling.feature.launcher.impl.Main
+```
+

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.