You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by an...@apache.org on 2013/11/28 14:55:27 UTC

git commit: Adding Readme.txt with build instructions.

Updated Branches:
  refs/heads/master f9092d691 -> 39b8c77fe


Adding Readme.txt with build instructions.

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/39b8c77f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/39b8c77f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/39b8c77f

Branch: refs/heads/master
Commit: 39b8c77fe7692ce472e6088fc2320517bf14d553
Parents: f9092d6
Author: ankitkumar2711 <ak...@gmail.com>
Authored: Thu Nov 28 14:57:23 2013 +0100
Committer: ankitkumar2711 <ak...@gmail.com>
Committed: Thu Nov 28 14:57:23 2013 +0100

----------------------------------------------------------------------
 README  | 21 +++++++++++++++++++++
 pom.xml |  3 ++-
 2 files changed, 23 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/39b8c77f/README
----------------------------------------------------------------------
diff --git a/README b/README
new file mode 100644
index 0000000..f2a911c
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+README file for Apache Metamodel
+===========================
+
+MetaModel is a data access framework, providing a common interface for exploration and querying of different types of datastores.
+
+Mail Lists
+=========
+
+Dev list dev@metamodel.incubator.apache.org
+
+Website
+=======
+
+http://incubator.apache.org/projects/metamodel.html
+
+Building Code
+==============
+
+Metamodel uses maven for build. So code can be build by mvn clean install.
+
+

http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/39b8c77f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2e3d411..2112961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@ under the License.
                  <excludeSubProjects>false</excludeSubProjects>
                  <excludes>
                    <exclude>CHANGES.txt</exclude>
-                   <exclude>README.txt</exclude>
+                   <exclude>README</exclude>
                    <exclude>NOTICE.txt</exclude>
                    <exclude>LICENSE.txt</exclude>
                    <exclude>KEYS</exclude>
@@ -203,6 +203,7 @@ under the License.
                    <exclude>**/.settings/**</exclude>
                    <exclude>**/target/**</exclude>
                    <exclude>DEPENDENCIES</exclude>
+                   <exclude>DISCLAIMER</exclude>
                  </excludes>
                 </configuration>
               </plugin>