[10/50] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-30 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5359-IT
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[11/50] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-30 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5359
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[17/34] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-25 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5958-IT
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[16/33] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-25 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5958
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[13/30] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-25 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-2199-IT
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[12/29] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-25 Thread schulte
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-2199
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[06/11] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-24 Thread khmarbaise
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-6014
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

[4/4] maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-24 Thread hboutemy
[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/master
Commit: 8b661620521de63586f825257e9c08c37e251eb5
Parents: be5cacc
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Tue Jan 24 18:40:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-

maven git commit: [MNG-5904] Remove the whole Ant build [Forced Update!]

2017-01-22 Thread hboutemy
Repository: maven
Updated Branches:
  refs/heads/MNG-5904 844800f68 -> 020b0a4f7 (forced update)


[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5904
Commit: 020b0a4f73fe07781b6cc17879c3f5a420cb2bc9
Parents: c516ef7
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Mon Jan 23 00:19:55 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  30 +++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 184 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/020b0a4f/README.md
--
diff --git a/README.md b/README.md
index a263dca..7a5ed4d 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/020b0a4f/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/020b0a4f/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..735e5b8 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-dir
+  
+
+  distributionTargetDir
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-dir
+prepare-package
+
+  
+
+  ${distributionTargetDir}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-dir
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${distributionTargetDir}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/020b0a4f/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and 

maven git commit: [MNG-5904] Remove the whole Ant build

2017-01-22 Thread hboutemy
Repository: maven
Updated Branches:
  refs/heads/MNG-5904 [created] 844800f68


[MNG-5904] Remove the whole Ant build


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

Branch: refs/heads/MNG-5904
Commit: 844800f689f8cef9c5ba9fe7ebd6e798175062aa
Parents: c516ef7
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Hervé Boutemy 
Committed: Sun Jan 22 17:39:07 2017 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  55 +++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  29 ++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 9 files changed, 183 insertions(+), 382 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/844800f6/README.md
--
diff --git a/README.md b/README.md
index a263dca..3864ac4 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.0.5 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -DdistributionTargetFolder="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/844800f6/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index b05080d..cbaa7d4 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/844800f6/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 2db95cf..a163297 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,59 @@
 
   
 
+  create-distribution-in-folder
+  
+
+  distributionTargetFolder
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-clean-plugin
+
+  
+
+  clean
+
+clean-target-folder
+prepare-package
+
+  
+
+  ${distributionTargetFolder}
+
+  
+
+  
+
+  
+  
+maven-assembly-plugin
+
+  
+create-distribution-folder
+package
+
+  single
+
+
+  ./
+  false
+  false
+  
${distributionTargetFolder}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/844800f6/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and 

maven git commit: [MNG-5904] Remove the whole Ant Build Reduced minimum to build Maven itself to 3.0.5 related to Maven < 3.3.1 we have to use something different than maven.home otherwise maven.home

2015-12-12 Thread khmarbaise
Repository: maven
Updated Branches:
  refs/heads/master 62629c9bc -> 20b741691


[MNG-5904] Remove the whole Ant Build
Reduced minimum to build Maven itself to 3.0.5
related to Maven < 3.3.1 we have to use something
different than maven.home otherwise maven.home will
interfere with maven.home from the mvn script which
results in automatically activating the profile which
is used to create the distribution folder. Using the
different name distributionTargetFolder makes this safe.


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

Branch: refs/heads/master
Commit: 20b74169109076676aa05ffd7615538837fddf1e
Parents: 62629c9
Author: Karl Heinz Marbaise 
Authored: Sat Dec 12 21:08:07 2015 +0100
Committer: Karl Heinz Marbaise 
Committed: Sat Dec 12 21:12:29 2015 +0100

--
 README.md| 4 ++--
 apache-maven/pom.xml | 4 ++--
 pom.xml  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/20b74169/README.md
--
diff --git a/README.md b/README.md
index 3fd9772..5f25a99 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Maven 3.3.1 or later
+- Maven 3.0.5 or later
 
 Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-mvn -Dmaven.home="$HOME/app/maven/apache-maven-3.4.x-SNAPSHOT" clean package
+mvn -DdistributionTargetFolder="$HOME/app/maven/apache-maven-3.4.x-SNAPSHOT" 
clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/20b74169/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 57d821b..1899884 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -185,7 +185,7 @@
   create-distribution-in-folder
   
 
-  maven.home
+  distributionTargetFolder
 
   
   
@@ -203,7 +203,7 @@
   ./
   false
   false
-  ${maven.home}
+  
${distributionTargetFolder}
   
 src/main/assembly/dir.xml
   

http://git-wip-us.apache.org/repos/asf/maven/blob/20b74169/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c3c0222..674ae69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
   2001
 
   
-3.3.1
+3.0.5
 1.7
 1.7
 2.5.2



maven git commit: [MNG-5904] Remove the whole Ant Build

2015-12-11 Thread khmarbaise
Repository: maven
Updated Branches:
  refs/heads/master 792a9b8ea -> 0ff45140a


[MNG-5904] Remove the whole Ant Build


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

Branch: refs/heads/master
Commit: 0ff45140ad0f9a3369dfed7fd117a0bb400023f2
Parents: 792a9b8
Author: Karl Heinz Marbaise 
Authored: Fri Dec 11 19:41:02 2015 +0100
Committer: Karl Heinz Marbaise 
Committed: Fri Dec 11 22:53:43 2015 +0100

--
 README.md|   6 +-
 apache-maven/README.txt  |   2 +-
 apache-maven/pom.xml |  35 ++-
 apache-maven/src/main/assembly/bin.xml   |  74 +-
 apache-maven/src/main/assembly/component.xml |  89 +++
 apache-maven/src/main/assembly/dir.xml   |  29 ++
 apache-maven/src/main/assembly/src.xml   |   3 +-
 build.xml| 307 --
 maven-ant-tasks-2.1.1.jar| Bin 1314262 -> 0 bytes
 pom.xml  |   2 +-
 10 files changed, 164 insertions(+), 383 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/0ff45140/README.md
--
diff --git a/README.md b/README.md
index a263dca..3fd9772 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Maven is available under the [Apache License, Version 
2.0](http://www.apache.org
 If you want to bootstrap Maven, you'll need:
 
 - Java 1.7+
-- Ant 1.8 or later
+- Maven 3.3.1 or later
 
-Run Ant, specifying a location into which the completed Maven distro should be 
installed:
+Run Maven, specifying a location into which the completed Maven distro should 
be installed:
 
 ```
-ant -Dmaven.home="$HOME/apps/maven/apache-maven-3.3.x-SNAPSHOT"
+mvn -Dmaven.home="$HOME/app/maven/apache-maven-3.4.x-SNAPSHOT" clean package
 ```
 
 Once the build completes, you should have a new Maven distro ready to roll in 
that directory!

http://git-wip-us.apache.org/repos/asf/maven/blob/0ff45140/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index ac20bda..7c01edc 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -16,7 +16,7 @@
   Release Notes
   -
 
-  The full list of changes can be found at 
http://maven.apache.org/release-notes.html.
+  The full list of changes can be found at 
http://maven.apache.org/docs/history.html.
 
   System Requirements
   ---

http://git-wip-us.apache.org/repos/asf/maven/blob/0ff45140/apache-maven/pom.xml
--
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 357fe51..57d821b 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -151,7 +151,7 @@
 maven-assembly-plugin
 
   
-create-distro
+create-distro-packages
 package
 
   single
@@ -182,6 +182,39 @@
 
   
 
+  create-distribution-in-folder
+  
+
+  maven.home
+
+  
+  
+
+  
+maven-assembly-plugin
+
+  
+create-distribution-folder
+package
+
+  single
+
+
+  ./
+  false
+  false
+  ${maven.home}
+  
+src/main/assembly/dir.xml
+  
+
+  
+
+  
+
+  
+
+
   apache-release
   
 

http://git-wip-us.apache.org/repos/asf/maven/blob/0ff45140/apache-maven/src/main/assembly/bin.xml
--
diff --git a/apache-maven/src/main/assembly/bin.xml 
b/apache-maven/src/main/assembly/bin.xml
index ea14a9d..79723c2 100644
--- a/apache-maven/src/main/assembly/bin.xml
+++ b/apache-maven/src/main/assembly/bin.xml
@@ -17,78 +17,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
+http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
 http://maven.apache.org/xsd/assembly-1.1.3.xsd;>
   bin
   
 zip
 tar.gz
   
-  
-
-  false
-  boot
-  
-org.codehaus.plexus:plexus-classworlds
-