Commit Graph

943 Commits

Author SHA1 Message Date
Benjamin Bentmann 74176ac173 [MNG-3944] [regression] POMs with unusual file names don't get ${basedir} interpolated
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729515 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 17:34:31 +00:00
Benjamin Bentmann 9cb7a6a95f o Fixed test to properly exhibit issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729493 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 13:25:58 +00:00
Benjamin Bentmann c41e62a317 [MNG-3943] [regression] Inherited plugin executions are lost if child and parent specify different plugin versions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729492 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 13:04:04 +00:00
Benjamin Bentmann c9014bc2e0 o Added hotfix for corruption of Surefire class path during test execution
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729305 13f79535-47bb-0310-9956-ffa450edef68
2008-12-24 12:57:53 +00:00
Benjamin Bentmann 0f00d0191d [MNG-3940] Interpolation of environment variables is not case-insensitive on Windows
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729067 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 19:04:45 +00:00
Vincent Siveton 89285aff85 o using latest parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@729004 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 15:39:51 +00:00
Benjamin Bentmann 36696db2a0 [MNG-3938] [regression] Plugin executions with default id are not always merged
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728741 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 18:59:19 +00:00
Benjamin Bentmann f512164c2e [MNG-3937] [regression] Goals inherited from parent are lost when merging with child execution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728719 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 16:18:54 +00:00
Brett Porter 022462df03 [MNG-3769] add integration test for regression regarding excluding dependencies by their relocated ID
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728668 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 12:51:34 +00:00
Brett Porter 41bb34b941 fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728666 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 12:38:49 +00:00
Brett Porter 200fd6954f remove now redundant test (see instead IT0144)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728566 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 00:23:52 +00:00
Benjamin Bentmann 6f2469d640 [MNG-3662] Model interpolation crashes if property resolves to value with ampersand
o Extended existing IT for related issue MNG-3924 to show this case is captured as well

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728180 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 22:30:26 +00:00
Benjamin Bentmann fe62b0b131 [MNG-3924] FATAL ERROR if a variable contains < or >
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728173 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 22:09:34 +00:00
Benjamin Bentmann 90c8c3249c [MNG-3927] [regression] Configuration of custom plugin execution using default id pollutes configuration of default plugin executions introduced by packaging
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@728129 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 20:15:12 +00:00
Benjamin Bentmann d30546c1ee [MNG-3925] [regression] Wrong order of plugin executions after merge with executions inherted from parent
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727996 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 10:23:52 +00:00
Benjamin Bentmann 24ff7b5359 o Extended IT to consider MNG-2097
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727985 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 09:27:22 +00:00
Benjamin Bentmann 0b806b5c0e [MNG-3916] [regression] Inherited plugin executions are lost if child and parent define different versions of the plugin
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727983 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 09:22:14 +00:00
Brett Porter 943d36ce22 [MNG-1830] validate date format
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727870 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 00:46:21 +00:00
Brett Porter 3c726f9028 [MNG-1830] use setting that 2.0.x respects
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727766 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 17:10:33 +00:00
Brett Porter ee8f3aa2fc [MNG-1830] integration test to check version is displayed with information
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727763 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 17:01:48 +00:00
Brett Porter d226112966 [MNG-2097] add in the test case to the suite
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727675 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 08:34:47 +00:00
Brett Porter c7da6efce3 [MNG-2097] additional testing of ordering and binding for the prepare-package phase
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727668 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 07:32:52 +00:00
Brett Porter 9fc44a740a [MNG-2097] add integration test for the prepare-package phase
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727667 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 07:22:49 +00:00
Brett Porter 336363bc10 correct fixed versions of IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727586 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 23:48:42 +00:00
Benjamin Bentmann 0ea7833a7e o Renamed ITs to match corresponding JIRA issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727060 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 14:55:52 +00:00
Benjamin Bentmann 822023ad96 o Fixed test and restored unintended deletion of CLI option in r727020
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727059 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 14:53:41 +00:00
Benjamin Bentmann 6485c808ba o Deleted it0047 which is superseded by the more complete it0143
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727036 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 11:57:52 +00:00
Benjamin Bentmann 7d96188e44 o Deleted it0057 which is superseded by the more complete it0142
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727034 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 11:53:09 +00:00
Benjamin Bentmann 6deb9cab39 o Removed CLI option "--no-plugin-registry" which was deprecated and finally removed from Maven 3.x (i.e. now causes CLI parsing errors)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727020 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 11:20:59 +00:00
Benjamin Bentmann e86b54c706 o Added new snapshot repo for IT plugins to bootstrap (repo URL according to deployment location of https://grid.sonatype.org/ci/job/maven-core-integration-testing)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726994 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 09:04:39 +00:00
Brian E Fox 9b64c038d5 deploy the plugins to a repo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726848 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15 22:20:54 +00:00
Benjamin Bentmann 8aa9702be8 [MNG-3625] revisit it0026
o Re-enabled IT for Maven 3.x by utilizing the new CLI option added in MNG-3914

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726570 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 22:48:20 +00:00
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