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 12:49:18 UTC

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


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

commit e7d39e99f9d936d12f72dbf9b71250e9293d0a7e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed May 2 13:45:45 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 6e87260..96b779e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,18 +40,21 @@
                 <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>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>6.0.0</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
             <scope>provided</scope>
         </dependency>
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..4695cff
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# Feature Model Resolver
+
+The Feature Model Resolver can resolve features and pre-calculate the ideal order to start features. 
\ No newline at end of file

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