Commit Graph

911 Commits

Author SHA1 Message Date
Vincent Siveton 5f207ff172 o fixed settings XSD due to r726420
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726450 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 14:13:33 +00:00
Benjamin Bentmann c52bed5097 [MNG-3906] Project-level plugin dependencies are in random order after merging
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726432 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 13:20:02 +00:00
Benjamin Bentmann 276251d0f2 [MNG-3904] Fix interpolation of recursively nested build properties
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726412 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 10:59:28 +00:00
Benjamin Bentmann 22428fb9a5 o Fixed comment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726263 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 19:58:40 +00:00
Benjamin Bentmann 3a4164180e [MNG-3900] [regression] Properties defined by active profiles are not used for POM interpolation
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726261 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 19:54:38 +00:00
Benjamin Bentmann 794e15a610 o Enabled IT for 2.0.11 and 2.1.0-M2
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726248 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 18:18:40 +00:00
Benjamin Bentmann 64823bb71b [MNG-3899] Inheritance does not merge extensions with same gid and aid
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726238 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 17:27:27 +00:00
Benjamin Bentmann 2f786b2510 o Added profile "emma" ro generate site report about test coverage of ITs
Note: Maven 3.x does currently not properly handle the profile/properties, so one needs to execute the build with Maven 2.x and pass in -DmavenHome=<maven-3-home>

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@725790 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11 19:24:23 +00:00
Benjamin Bentmann b4103e01da o Fixed some version ranges to match actual release history
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@725470 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 22:35:11 +00:00
Benjamin Bentmann 836c6f6305 o Shortened some paths
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@725406 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 19:50:30 +00:00
Benjamin Bentmann 211a5e2d8a o Shortened some paths
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@725392 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 19:23:59 +00:00
Brett Porter 0cbd26b393 rollback of wagon beta-4 means this test is not fixed until 2.1.0-M1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724967 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 04:06:13 +00:00
Benjamin Bentmann 0fbb89c926 o Stabilized bootstrapping
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724925 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 23:01:00 +00:00
Benjamin Bentmann 1b4c163f77 o Decoupled test from user environment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724924 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 23:00:12 +00:00
Benjamin Bentmann ad739bbd73 o Fixed some version ranges to match actual release history
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724837 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 19:11:00 +00:00
John Dennis Casey e78ded7474 bump to latest 6.1 version of jetty, to try to escape the messagebundle problems.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724831 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 18:58:50 +00:00
Benjamin Bentmann 6be344a63e o Fixed test to compensate for old mvn scripts which didn't properly report the exit code on Windows
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724820 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 18:53:17 +00:00
Benjamin Bentmann aa4c49bd66 o Fixed test to compensate for old mvn scripts which didn't properly report the exit code on Windows
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724781 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 17:05:34 +00:00
Benjamin Bentmann 24e5a7e09e o Reverted r724588 and r724590 to enable ITs for Maven 2.x (the issues in question are regressions in Maven 3.x, the features under test mostly work since Maven 2.0.1)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724653 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 10:03:25 +00:00
Brian E Fox 32a9e0aa3b [MNG-3821] [MNG-3853] fixing the IT test range.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724590 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 03:06:07 +00:00
Brian E Fox 4bc3247dfd [MNG-3843] fixing IT range because this wasn't fixed until 3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724588 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 03:02:01 +00:00
Benjamin Bentmann baa61f7c47 o Deleted it0000, it0001, it0002
Resource processing, compilation, unit testing and packaging are beyond the scope of the core, these are plugin tasks for which the plugins have their own ITs. And for the real core services in these tests like super POM defaults, lifecycle binding/execution, plugin configuration, dependency resolution etc. we have other more detailed core ITs.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724208 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:42:58 +00:00
Benjamin Bentmann 5169c4c6c2 o Trimmed description from resource directory
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724195 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 20:37:16 +00:00
Benjamin Bentmann fdcc0992b5 o Trimmed description from resource directory
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724192 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 20:27:34 +00:00
Benjamin Bentmann 29d82b357f o Added IT to check execution order of lifecycle phases
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724188 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 20:18:24 +00:00
Benjamin Bentmann 07d02a4e37 o Added license header
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724180 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 19:24:23 +00:00
Benjamin Bentmann edc1b04cc1 o Aligned directory name with artifact id
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724178 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 19:22:53 +00:00
Benjamin Bentmann 36df74e9ad o Added IT to check effective scope of transitive dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724043 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 21:52:22 +00:00
Benjamin Bentmann 8868b9e70c o Renamed IT to match their corresponding JIRA issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724040 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 21:26:29 +00:00
Benjamin Bentmann c0655913ab [MNG-3890] Transitive dependencies override explicitly set scope
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724015 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 17:24:49 +00:00
Benjamin Bentmann 4810ffa73e o Removed snapshot repos (IT plugins are centrally downloaded by the bootstrap project)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724002 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 15:46:54 +00:00
Benjamin Bentmann aefb06363e o Added missing IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724001 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 15:43:26 +00:00
Benjamin Bentmann 1ac1a9b629 o Renamed ITs to match their corresponding JIRA issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723992 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:52:54 +00:00
Benjamin Bentmann 342565b269 o Deleted it0048 which is superseded by ITs for MNG-848 and MNG-866
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723983 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:08:00 +00:00
Benjamin Bentmann be94ddadbe [MNG-848] assigning a default value in the java code of a mojo seems to take precedence over expression
[MNG-866] default-value no longer allows expressions

o Added ITs

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723980 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 13:33:33 +00:00
Benjamin Bentmann d044fec8ec o Fixed doc
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723979 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 13:25:46 +00:00
Benjamin Bentmann f36f13f50d o Decoupled from alias and default-value where not necessary
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723978 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 13:20:22 +00:00
Benjamin Bentmann 6e587051f1 o Renamed ITs to match their corresponding JIRA issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723903 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 22:28:17 +00:00
Benjamin Bentmann cd1174baea [MNG-3139] The skin does not exist: Unable to determine the release version
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723858 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 20:36:17 +00:00
Benjamin Bentmann 156fc15d62 [MNG-3892] Deployment of attached release artifacts fails
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@723445 13f79535-47bb-0310-9956-ffa450edef68
2008-12-04 21:18:59 +00:00
Benjamin Bentmann 602b4b08bc o Added test to check the translation of the various dependency scopes to the different class paths
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722627 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 22:00:34 +00:00
Benjamin Bentmann 3183ab324e [MNG-3887] Order of plugin executions within same phase does not match POM order when plugin management is used
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722543 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:53:03 +00:00
Benjamin Bentmann 9666892a5b [MNG-3886] Ordering of goals from a plugin execution is not respected if plugin management applies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722537 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:38:28 +00:00
Benjamin Bentmann 213553df7b o Refactored code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722536 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:34:48 +00:00
Benjamin Bentmann 318a849b58 [MNG-3873] Execution goals not treated as collection
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722529 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:14:08 +00:00
Benjamin Bentmann 3015a143c7 o Added new IT plugin to verify multi goal executions scenarios
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722525 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:05:12 +00:00
Benjamin Bentmann be10f64e2c o Polished documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722459 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 13:56:34 +00:00
Benjamin Bentmann 9beb5becda o Cleaned up output
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@721903 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 22:04:26 +00:00
Benjamin Bentmann f5321c6e22 o Accelerated test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@721795 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 11:19:56 +00:00
Benjamin Bentmann d37eecf758 o Changed test to use ready-made artifacts (speed) and IT plugins (robustness)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@721706 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 19:13:17 +00:00