Commit Graph

1028 Commits

Author SHA1 Message Date
Brett Porter ac63225d5c [MNG-3714] add integration test for a command line option for toolchains
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745944 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 17:48:20 +00:00
Brett Porter 20e8cc6236 optimize imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745922 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 16:44:15 +00:00
John Dennis Casey 637302676e using native local repo instead of trying to force a custom location.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745906 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 15:55:27 +00:00
John Dennis Casey e34ad2c47a hopefully I've got verifier-driven substitution figured out, finally. It looks like it's working, but I want to see the IT run in a more normalized environment.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745893 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 15:11:08 +00:00
John Dennis Casey 90ca767c8c Property substitution on '${}' doesn't work in the verifier. The result is still surrounded by '${' and '}'.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745711 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 02:41:55 +00:00
John Dennis Casey 4a47fc21b1 Forgot the distMgmt info.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745700 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 00:31:39 +00:00
John Dennis Casey 9455216560 [MNG-3057] integration test to check that POM/POM-parent versions are resolved...other versions (dependencies, plugins, report plugins) are also interpolated, but these are verified in a series of unit tests...if the ones in this IT are working, all should work fine.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745676 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 22:22:26 +00:00
Benjamin Bentmann 20c28efc68 [MNG-4040] Tycho build fails with PluginDescriptor for the plugin was not found
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745218 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17 19:51:19 +00:00
Benjamin Bentmann fb5ecf52b8 [MNG-3914] Add CLI option to control location of global settings from command line
o Added cross-ref to issue

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744688 13f79535-47bb-0310-9956-ffa450edef68
2009-02-15 16:24:24 +00:00
Benjamin Bentmann ac3e841d10 [MNG-3914] Add CLI option to control location of global settings from command line
o Updated IT to check support for CLI option in 2.1.0-M2+

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744687 13f79535-47bb-0310-9956-ffa450edef68
2009-02-15 16:20:42 +00:00
Benjamin Bentmann c3d5e55acb o Enabled ITs for MNG-3217 and MNG-3284 in Maven 2.1.0-M2+
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744557 13f79535-47bb-0310-9956-ffa450edef68
2009-02-14 19:18:30 +00:00
Benjamin Bentmann 01fa0bb478 [MNG-4036] [regression] Maven 3.x can't resolve parent POMs from repositories defined in settings.xml
o Renamed existing it0007 to match issue
o Extended IT to check both default and legacy repo layouts

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744556 13f79535-47bb-0310-9956-ffa450edef68
2009-02-14 19:17:26 +00:00
Brett Porter 839ac6a5ca constructors must be public to avoid warnings in test run and wasn't working for single tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744504 13f79535-47bb-0310-9956-ffa450edef68
2009-02-14 14:49:27 +00:00
Brett Porter b7abb7d681 remove default constructor so that a version range must be entered. It is unlikely future tests will work on all versions of Maven anyway
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744500 13f79535-47bb-0310-9956-ffa450edef68
2009-02-14 14:24:54 +00:00
Benjamin Bentmann 4ddb5cbda9 [MNG-3732] [regression] project.getActiveProfiles() has not the same behaviour
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744477 13f79535-47bb-0310-9956-ffa450edef68
2009-02-14 10:48:26 +00:00
Brian E Fox 683e937be9 use the new parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744289 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 23:43:24 +00:00
Benjamin Bentmann f9fb6963ff o Strengthened IT to check both implicitly and explicitly bound plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744264 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 22:22:29 +00:00
Benjamin Bentmann 58741e706d [MNG-4034] dependency version is not inherited from parent dependencyManagement
o Extended IT to check more aspects of dependency management than just versioning

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744252 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 21:41:57 +00:00
Benjamin Bentmann 2a4a0c8a84 [MNG-4034] dependency version is not inherited from parent dependencyManagement
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744244 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 21:17:20 +00:00
Benjamin Bentmann 8a0b25c60b [MNG-449] plugin development without release use case
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744110 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 13:36:21 +00:00
Oleg Gusakov 0217b6f4fa [MNG-553] security dispatcher design changed
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743901 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 22:07:23 +00:00
Benjamin Bentmann b59c6b609b o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743846 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 19:22:57 +00:00
Benjamin Bentmann 9db98857a9 [MNG-3217] a plugin's dependencies can influence other plugins in a build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743845 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 19:17:09 +00:00
Benjamin Bentmann 1e8a9780bc o Removed superfluous comment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743475 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 20:11:49 +00:00
Oleg Gusakov 4483e7630c [MNG-553] security dispatched fixed to pass the relocation test, test enabled
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743470 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 19:56:34 +00:00
Benjamin Bentmann 950a50c8f3 [MNG-2174] <pluginManagement><plugins><plugin><dependencies> do not propogate to child POM plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743142 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 22:37:20 +00:00
Benjamin Bentmann e63ee1413e o Strengthened IT as suggested by r601095
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743057 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 18:48:35 +00:00
Benjamin Bentmann 98b33e1a8a [MNG-4026] [regression] Order of project class path does not match POM order during reactor build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743036 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 18:06:51 +00:00
Benjamin Bentmann d5046c6ed8 o Strengthened IT to show outstanding issues
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@743012 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 16:45:39 +00:00
Benjamin Bentmann 2af0235adf [MNG-3422] [regression] deploy:deploy-file does not work
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742966 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 13:54:53 +00:00
Benjamin Bentmann d6d86b7d8e o Added IT plugin to check injection of collections of Plexus components
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742964 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 13:46:46 +00:00
Benjamin Bentmann 0e7d667b66 o Fixed IT to properly work on Windows
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742925 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 10:13:50 +00:00
Benjamin Bentmann 5db5fab024 o Removed empty directory
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742922 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 09:59:41 +00:00
Benjamin Bentmann 1bebd43b7a o Added proper version range to IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742910 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 09:29:15 +00:00
John Dennis Casey 77768ca298 [MNG-3023] Updating integration test to check three distinct cases where sibling dependencies might be referenced.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742749 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 21:40:35 +00:00
Benjamin Bentmann e54f41964d o Deleted maven-it-plugin-file which has been superseded by the maven-it-plugin-log-file
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742735 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 21:10:28 +00:00
Benjamin Bentmann c89a649d74 o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742724 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 20:31:18 +00:00
Benjamin Bentmann 1a13f8cde0 o Fixed IT to account for local repo being on another drive than test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742694 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 19:32:07 +00:00
John Dennis Casey 19d2d9492b [MNG-2720] Clean up the integration test for MNG-2720, so it uses one of the standard IT plugins (*-plugin-dependencies, to be specific).
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742607 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 16:44:09 +00:00
Benjamin Bentmann 9bc2060366 o Fixed IT to use regular CLI option which is the only way to go for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742129 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 17:09:28 +00:00
Benjamin Bentmann ecc8c9111f o Compensated for the unfortunate fact that the Verifier treats CLI options as CLI lines rather than individual args (which would be subject to proper quoting)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742112 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 14:51:16 +00:00
Benjamin Bentmann b21221220d [MNG-3379] Parallel resolution of artifacts
o Added basic IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@742096 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 14:05:18 +00:00
Brett Porter b502319841 clean imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741996 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 01:43:56 +00:00
Benjamin Bentmann 2e3794e35a o Fixed non-well formed IT POM
Submitted by: Torben S. Giesselmann

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741955 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 20:39:09 +00:00
John Dennis Casey 2aab5361f7 [MNG-2720] Adding integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741834 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 02:51:21 +00:00
Benjamin Bentmann fd02254df1 [MNG-4023] Profiles from parent POM are injected multiple times if parent is part of reactor build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741780 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 23:20:30 +00:00
Benjamin Bentmann 56d91bc18d o Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741539 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 11:31:45 +00:00
Brett Porter a7b651cce1 add new integration tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741523 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 10:48:26 +00:00
Brett Porter 28ba0e8ce0 [MNG-3719] restore ordering of plugin executions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741519 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 10:43:18 +00:00
Brett Porter 363cc4895f [MNG-3808] integration test for report inheritence ordering in the POM
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741508 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 10:24:06 +00:00