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-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new fb716f1 Add initial readme.md file.
fb716f1 is described below
commit fb716f1cda986b8e6c9f1e9b28809996996bc9a3
Author: David Bosschaert <[email protected]>
AuthorDate: Wed May 2 13:41:19 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 82bf1ca..1fde850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,15 @@
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>readme.md</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
<dependencies>
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..e8ea709
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# Karaf integration with the Sling Feature Model
+
+This module contains an integration between the Sling Feature Model and the
Karaf Feature Model.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].