trivial: added scm info + updated readme for sightly modules

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1748757 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4dee861
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Apache Sling Scripting Sightly Compiler
+====
+The Apache Sling Scripting Sightly Compiler provides support for compiling Sightly scripts into an Abstract Syntax Tree.
diff --git a/pom.xml b/pom.xml
index 22f7079..1ea803c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,17 @@
 
     <name>Apache Sling Scripting Sightly Compiler</name>
 
+    <description>
+        The Apache Sling Scripting Sightly Compiler provides support for compiling Sightly scripts into an Abstract
+        Syntax Tree.
+    </description>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</developerConnection>
+        <url>http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler</url>
+    </scm>
+
     <properties>
         <antlr.version>4.1</antlr.version>
         <sling.java.version>7</sling.java.version>