Commit Graph

70 Commits

Author SHA1 Message Date
Brett Leslie Porter 0774cc829e extract version
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483805 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 03:29:21 +00:00
John Dennis Casey 9af8f03b28 Adding codehaus repo def for modello snapshots.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483500 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 15:40:18 +00:00
Andrew Williams 7c6052772e we can use stable deps here
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483395 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 09:41:46 +00:00
Andrew Williams 44ae99fc2d Merge maven.new for latest plexus classworlds and container APIs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@483302 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 00:17:53 +00:00
John Dennis Casey 956e690f30 o Added ability to pickup localRepository location from ~/.m2/settings.xml
o Added plexus-archiver, maven-plugins, maven-parent, and apache to items pre-fetched
o Added ability to use the codehaus snapshots repo to the download-artifact target
o Added ability to use types other than .jar to the download-artifact target
o Switched the download target file from using the resolved version of a snapshot to using the original -SNAPSHOT 
version

o COMMENTED OUT: The offline flags in the maven-compile and maven-assembly targets, since we're not prefetching all 
the poms and jars necessary for maven to run, yet.

o Added apache.snapshots as a plugin repository, so the assembly plugin snapshot will be reachable.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@469620 13f79535-47bb-0310-9956-ffa450edef68
2006-10-31 19:38:37 +00:00
Jason van Zyl fa88a9bab0 o take out the running of the integration tests, we'll build that into another process
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467852 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 03:31:08 +00:00
Brett Leslie Porter a14672faeb move plugin tools and reporting implementation to shared
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466327 13f79535-47bb-0310-9956-ffa450edef68
2006-10-21 02:16:02 +00:00
Jason van Zyl 753d1edc64 cleanup first by default
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466325 13f79535-47bb-0310-9956-ffa450edef68
2006-10-21 02:13:01 +00:00
Jason van Zyl d2b993b9ad leave the utility clean target in there
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466324 13f79535-47bb-0310-9956-ffa450edef68
2006-10-21 02:10:23 +00:00
Jason van Zyl c0869a6c0c fix my smultron booboo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466323 13f79535-47bb-0310-9956-ffa450edef68
2006-10-21 02:05:12 +00:00
Jason van Zyl 133d95a24d remove obselete target
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466322 13f79535-47bb-0310-9956-ffa450edef68
2006-10-21 02:04:09 +00:00
Jason van Zyl 201b42f016 using integration-tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465752 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 19:50:29 +00:00
Jason van Zyl e7babd5685 o making a default target which runs everything. this assumes that the ITs have been generated with the perl script
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465458 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 03:37:53 +00:00
Jason van Zyl e71f090330 o need to have the tests actually run. doh! (i want to do an search for doh! in the svn logs)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463985 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 18:14:21 +00:00
Jason van Zyl 6d356e7c69 o trying to add in integration test run, but the paths are being picked up incorrectly.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463980 13f79535-47bb-0310-9956-ffa450edef68
2006-10-14 16:40:04 +00:00
Kenney Westerhof 40c0643d08 Fixed available check for snapshots in local repository
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463034 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 23:08:56 +00:00
Jason van Zyl 96285e9256 o adding chmod after the zip is unpacked
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463026 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 22:58:27 +00:00
Kenney Westerhof f286c9fbc6 Create artifact directory as the Get task doesn't create them
NOTE: accidently commited other files too. Only build.xml was 
  supposed to be committed.
  - it0074/pom.xml: leave as is; it fixes a <depedencies> section;
  - maven-plugin-tools-java/pom.xml was fixed by jason at revision 462919;
  - ProjectSorter.java is fixed in revision 463922;


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@462868 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 17:20:57 +00:00
Kenney Westerhof 05d91510ad * Added snapshot version resolution using maven-metadata.xml
* moved generated-sources, classes locations etc to target/

* use the correct maven version when generating the pom.properties:
  'BOOTSTRAP' is an illegal version, and causes multiple plugins to
  not run because they require 2.0.2 or newer.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@462848 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 16:44:55 +00:00
Jason van Zyl 046e880915 o prototype of the new bootstrap which will be much simpler to understand
Submitted by: Dan Fabulich


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@462708 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 06:23:43 +00:00