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:04:42 UTC

[sling-org-apache-sling-feature-applicationbuilder] 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-applicationbuilder.git


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

commit 89d5f901dc9a654b4e5b83eca03fab8ff473afe6
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed May 2 14:04:34 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 90b219e..ac97c92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,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..f17cae2
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,15 @@
+# Feature Model Application Builder
+
+Build an Application Definition from one or more Feature Files.
+
+The Application Builder can be run from the command line by executing the following command:
+
+```
+java org.apache.sling.feature.applicationbuilder.impl.Main
+```
+
+For example:
+
+```
+java org.apache.sling.feature.applicationbuilder.impl.Main -d <directory with feature files> -u ~/.m2/repository -o generated-app.json
+```
\ No newline at end of file

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