Commit Graph

26 Commits

Author SHA1 Message Date
Benjamin Bentmann 5bbc1021a7 o Added a unit test to smoke check the settings.xml shipped with the distro (it shouldn't need a full blown IT to detect things like XML syntax errors...)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726845 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 22:18:11 +00:00
Benjamin Bentmann 14484e3131 o Fixed non-wellformed XML comment
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726737 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 16:47:08 +00:00
Benjamin Bentmann 4062259129 [MNG-3908] Review documentation in maven-distribution/src/conf/settings.xml for mvn 3.0
o Replaced references to system properties with CLI options as added in MNG-557 and MNG-3914

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726571 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 23:00:14 +00:00
Vincent Siveton 03dd3fdf42 o merged r726434 (Namespace misspelled in 2.1.0-M1 settings.xml)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726436 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 13:27:56 +00:00
Vincent Siveton 10a4adca33 o merged from r726427 (removed tab and one line for xsi:schemaLocation)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726429 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 13:13:57 +00:00
Herve Boutemy c6a9575ad1 use descriptors attribute of maven-assembly-plugin instead of descriptor, which is deprecated (merged from 2.0.x branch, r706409)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@706411 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 21:02:39 +00:00
Jason van Zyl bdbac2f24e o rolling back r700983, this is not the way to fix MNG-3686
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@701121 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 13:23:40 +00:00
Britton Isbell 425e98d254 Fix: MNG-3686 - includes httpclient jar in distribution.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@700983 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 01:48:18 +00:00
Jason van Zyl d4f897bded o put the maven-compat module into the distribution
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@699851 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28 16:21:08 +00:00
Jason van Zyl c82352832a o updating to 3.0-SNAPSHOT
o aparently when we start from scratch the bootstrap wasn't working, so the maven ant tasks will now igore trying to download the projects we
  are actually trying to build.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@684975 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 23:05:20 +00:00
Brett Leslie Porter 0a9a933726 [MNG-3585] correct the example value for nonProxyHosts
Merged from: r683835 on 2.0.10-RC

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@683839 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 04:13:19 +00:00
John Dennis Casey c7dcd1863c rolling back MNG-3503 properly.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@677002 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15 18:23:54 +00:00
John Dennis Casey ecdb87e1f4 Revert MNG-3503 until we can figure out how to deal with linkage error when installing site descriptor during a POM build.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@676986 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15 17:29:22 +00:00
Jason van Zyl 667fe087d5 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@676082 13f79535-47bb-0310-9956-ffa450edef68 2008-07-11 21:16:59 +00:00
John Dennis Casey 6faeb46c9e [MNG-3651] Fixing exit code for windows.
Submitted by: Napoleon Esmundo C. Ramirez


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@675432 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 03:58:59 +00:00
Jason van Zyl 1c89925872 o adding yourkit profiling script for hudson and anyone else interested
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674361 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 23:34:59 +00:00
Jason van Zyl cacdd3ecdd o only allow local connections for now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674360 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 23:21:29 +00:00
Jason van Zyl 870feb8497 o add a yourkit enabled mvn so anyone can run the profiler, but most importantly the CI server
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674359 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 23:11:02 +00:00
Jason van Zyl d960c39994 MNG-3656: Keep pushing artifact and plugin versions up to the parent POM
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674316 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 16:44:06 +00:00
John Dennis Casey a7598be94d [MNG-3503] Adding config to shade MX* classes from plexus-utils.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@674093 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04 16:57:57 +00:00
John Dennis Casey 3e03ce0956 Now that we're holding back the plugin config for interpolation just before it's used, we need to accept pom.* expressions in the parameter expression evaluator. Also, setting the maven-distribution finalName for the assembly plugin back to its old expression, which used pom.version not project.version.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672784 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 14:47:09 +00:00
John Dennis Casey 5c32bc6b28 All tests pass on my localhost...committing to see how it works on hudson.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672782 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 14:35:43 +00:00
Brian E Fox c5de066d3c add schema to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@661552 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 02:05:59 +00:00
Brian E Fox 1c50dc0d0d clean up the poms and move versions to dependencyManagement
Issue id: c


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@653481 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 13:46:40 +00:00
Herve Boutemy 007fe63a03 added site descriptors to provide modules/parent links (merged from 2.0.x branch r649903)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@649913 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 11:37:31 +00:00
Jason van Zyl 3fbea1aad5 o creating a separate module for the distribution like there is in the 2.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@648510 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 04:57:15 +00:00