Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 409F0200C04 for ; Tue, 24 Jan 2017 18:40:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3F318160B38; Tue, 24 Jan 2017 17:40:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36458160B3E for ; Tue, 24 Jan 2017 18:40:42 +0100 (CET) Received: (qmail 60049 invoked by uid 500); 24 Jan 2017 17:40:41 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 60030 invoked by uid 99); 24 Jan 2017 17:40:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2017 17:40:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD838DFCA0; Tue, 24 Jan 2017 17:40:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: hboutemy@apache.org To: commits@maven.apache.org Date: Tue, 24 Jan 2017 17:40:43 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] maven git commit: [MNG-5904] Remove the whole Ant build archived-at: Tue, 24 Jan 2017 17:40:43 -0000 [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. --> - + bin zip tar.gz - - - false - boot - - org.codehaus.plexus:plexus-classworlds - - - - false - lib - - org.codehaus.plexus:plexus-classworlds - - - - - - - README* - - - - target/maven-shared-archive-resources/META-INF - / - - LICENSE - NOTICE - - - - target/licenses/lib - lib - - ** - - - - src/bin - bin - - *.cmd - *.conf - - dos - - - src/bin - bin - - m2 - mvn - mvnDebug - - mvnyjp - - unix - 0755 - - - src/conf - conf - - - src/lib - lib - - + + src/main/assembly/component.xml + http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/component.xml ---------------------------------------------------------------------- diff --git a/apache-maven/src/main/assembly/component.xml b/apache-maven/src/main/assembly/component.xml new file mode 100644 index 0000000..8ccf02a --- /dev/null +++ b/apache-maven/src/main/assembly/component.xml @@ -0,0 +1,89 @@ + + + + + false + boot + + org.codehaus.plexus:plexus-classworlds + + + + false + lib + + org.codehaus.plexus:plexus-classworlds + + + + + + + README* + + + + target/maven-shared-archive-resources/META-INF + ./ + + LICENSE + NOTICE + + + + target/licenses/lib + lib + + ** + + + + src/bin + bin + + *.cmd + *.conf + + dos + + + src/bin + bin + + m2 + mvn + mvnDebug + + mvnyjp + + unix + 0755 + + + src/conf + conf + + + src/lib + lib + + + http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/dir.xml ---------------------------------------------------------------------- diff --git a/apache-maven/src/main/assembly/dir.xml b/apache-maven/src/main/assembly/dir.xml new file mode 100644 index 0000000..0d2b887 --- /dev/null +++ b/apache-maven/src/main/assembly/dir.xml @@ -0,0 +1,30 @@ + + + + dir + + dir + + false + + src/main/assembly/component.xml + + http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/apache-maven/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/apache-maven/src/main/assembly/src.xml b/apache-maven/src/main/assembly/src.xml index 3bf10e0..fb0aee8 100644 --- a/apache-maven/src/main/assembly/src.xml +++ b/apache-maven/src/main/assembly/src.xml @@ -17,7 +17,8 @@ specific language governing permissions and limitations under the License. --> - + src zip http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml deleted file mode 100644 index ccfca3b..0000000 --- a/build.xml +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - - - - - - - - - - - - Building ${distributionName} ... - - - - - - - - - - - - - - - - - - - - - - - - - WARNING: -The specified target directory - ${maven.home} -already exists. It will be deleted and overwritten by the build. -Do you want to continue? - - - - - - - - - - - - - - - - - - - maven.home = ${maven.home} - maven.repo.local = ${maven.repo.local} - distributionId = ${distributionId} - distributionName = ${distributionName} - distributionDirectory = ${distributionDirectory} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Using plexus version ${pom.properties.plexusVersion} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - version = ${xmlPom.project.version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The new Maven distribution was created as part of the MAVEN-COMPILE step, above. -This goal just validates the presence of that distribution. - - - - - - - - - - - Extracting assembly to ${maven.home} ... - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/maven/blob/8b661620/maven-ant-tasks-2.1.1.jar ---------------------------------------------------------------------- diff --git a/maven-ant-tasks-2.1.1.jar b/maven-ant-tasks-2.1.1.jar deleted file mode 100644 index 7810a54..0000000 Binary files a/maven-ant-tasks-2.1.1.jar and /dev/null differ