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 11:16:52 UTC

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


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

commit 276480078182f1ae0447d3885d9d8614aab377e7
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed May 2 12:16:33 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 68dbd96..c1cb295 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,15 @@
                     </instructions>
                 </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..b0c2342
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# IO Functionality for the OSGi Feature Model
+
+This project contains functionality to deal with the IO needs of the feature model. This includes interfacing with Maven Repositories and reading and writing Feature Model JSON files.
\ No newline at end of file

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