Commit Graph

21 Commits

Author SHA1 Message Date
Britton Isbell 6982b056ac Merging out 721278.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721335 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 04:23:42 +00:00
Britton Isbell 252065d9b4 Readded fix for MNG-3863. Also included default group id for profiles.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721329 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28 03:31:06 +00:00
Britton Isbell 7b85810d0d Some work toward fixing multiple goals for plugin management.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721278 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27 21:07:57 +00:00
Britton Isbell d9d59f09cf Updated unit test to test for contents of two containers.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721109 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27 07:25:44 +00:00
Britton Isbell 33962fbf54 Unit test for dependency management with scope and classifier.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721102 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27 06:50:12 +00:00
Jason van Zyl 337021834b git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721081 13f79535-47bb-0310-9956-ffa450edef68 2008-11-27 05:17:27 +00:00
Jason van Zyl dac9668fbd git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721080 13f79535-47bb-0310-9956-ffa450edef68 2008-11-27 05:16:20 +00:00
Jason van Zyl 1f06b73d66 o sample project for testing depMap calcs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721065 13f79535-47bb-0310-9956-ffa450edef68
2008-11-27 02:00:04 +00:00
Britton Isbell cca34331f3 Reduced duplicate code between PomTransformer and PomClassicTransformer. The PomTrasnformer is now a concrete base class. The PomClassicTransformer extends it, overriding how interpolation is done, to handle interpolation of values related to project directories.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@720292 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 21:08:35 +00:00
Britton Isbell 0b4c2c9222 PomClassicTransformer now inheriting from PomTransformer. Removed some of the duplicate methods.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@720281 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 20:35:39 +00:00
Benjamin Bentmann 1e3c9689c9 o Added task tag to outcommented code
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719928 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22 22:04:19 +00:00
Benjamin Bentmann b82addba9d o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719861 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22 15:21:42 +00:00
Benjamin Bentmann f07453ad19 o Removed svn:executable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719859 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22 15:19:16 +00:00
Jason van Zyl dc699a5296 o i have moved the listener up to the core as i need to pass in values from the execution request
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719707 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 20:52:47 +00:00
Britton Isbell d78042d0d2 More syncs between PomClassicTransformer and PomTransformer
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719494 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 06:11:22 +00:00
Britton Isbell 443d49730e Added in listeners to PomTransformers. Fixed a couple of rules.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719487 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 05:54:01 +00:00
Britton Isbell 5400908c56 Updated URIs for transformer. fixed NPE on preprocess.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719485 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 05:47:29 +00:00
Britton Isbell dae9c8fdb7 Import of maven-project-builder.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@719474 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21 04:52:08 +00:00
Britton Isbell e96229a165 Reverting back changes. It's building locally but breaking on Hudson.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@706231 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 11:06:03 +00:00
Britton Isbell d733885e54 Hooked up maven-project-builder into build. Updated classes.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@706143 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 07:57:44 +00:00
Britton Isbell 3412160ab7 Copied over some of the builder classes to new module. These are Maven extensions to the shared builder but they have no Maven trunk dependencies. There will be extensions to these classes to support Mercury.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@706133 13f79535-47bb-0310-9956-ffa450edef68
2008-10-20 07:00:14 +00:00