You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/01/15 06:10:14 UTC

[02/30] maven-surefire git commit: [SUREFIRE] README.txt to README.md

[SUREFIRE] README.txt to README.md


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/31647bcc
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/31647bcc
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/31647bcc

Branch: refs/heads/3.0-rc1
Commit: 31647bcc3b7cb2f44dc9fcf75ad5c988035b5ee0
Parents: 64f80ae
Author: Tibor17 <ti...@lycos.com>
Authored: Sun Jan 10 03:45:19 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Jan 10 03:45:19 2016 +0100

----------------------------------------------------------------------
 README.TXT | 13 -------------
 README.md  | 13 +++++++++++++
 pom.xml    |  1 +
 3 files changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/31647bcc/README.TXT
----------------------------------------------------------------------
diff --git a/README.TXT b/README.TXT
deleted file mode 100644
index 291dcb7..0000000
--- a/README.TXT
+++ /dev/null
@@ -1,13 +0,0 @@
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire)
-
-Surefire needs Maven 3.0.5 and JDK 1.6+ to be built.
-But in order to test it tests, you can do:
-* -DmavenHomeUsed= path to a Maven 2.x home
-* or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests.
-In order to run tests for a release check during the vote the following memory requirements are needed:
-export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=1g -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true"
-
-Deploying web site
-------------------
-
-see http://maven.apache.org/developers/website/deploy-component-reference-documentation.html

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/31647bcc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..291dcb7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire)
+
+Surefire needs Maven 3.0.5 and JDK 1.6+ to be built.
+But in order to test it tests, you can do:
+* -DmavenHomeUsed= path to a Maven 2.x home
+* or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests.
+In order to run tests for a release check during the vote the following memory requirements are needed:
+export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=1g -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true"
+
+Deploying web site
+------------------
+
+see http://maven.apache.org/developers/website/deploy-component-reference-documentation.html

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/31647bcc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 220df14..b411225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,6 +365,7 @@
               </goals>
               <configuration>
                 <excludes combine.children="append">
+                  <exclude>README.md</exclude>
                   <exclude>.gitignore</exclude>
                   <exclude>.git/**/*</exclude>
                   <exclude>**/.idea</exclude>