Commit Graph

1118 Commits

Author SHA1 Message Date
Brett Porter c88a8113c8 clarify the version, clean imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746103 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 02:04:53 +00:00
Brett Porter e33d7d9d5d take version out of the equation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746087 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 01:58:03 +00:00
Brett Porter 63cb06c4bb save this IT for later
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746082 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 01:11:20 +00:00
Benjamin Bentmann ebec72f2d0 [MNG-3701] ClassCastException when building settings.xml with profiles that have activeByDefault set
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746042 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 22:51:41 +00:00
Benjamin Bentmann 68a44ed5c4 o Take plugin version resolution out of the game
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745985 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 20:25:14 +00:00
John Dennis Casey d2708c5060 [MNG-3057] finally got IT for 3057 fixed.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745951 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 18:11:43 +00:00
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 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 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
Brett Porter 4594085b96 [MNG-3288] add integration test
Submitted by: Benjamin Bentmann (via MNG-3768)


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@741501 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 10:15:33 +00:00
Benjamin Bentmann 187e3b7978 [MNG-1957] <jdk></jdk> clause in the activation section has to provide more complex expressions.
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@740832 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 19:13:28 +00:00
Benjamin Bentmann e1950c11b6 o Fixed ITs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@740821 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 18:46:05 +00:00
Oleg Gusakov 5326889b2c spelled out the main tag in the settings-security.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@740378 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 19:22:42 +00:00
Benjamin Bentmann a1dd668e9c o Decoupled ITs from production plugins/deps
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739869 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 22:23:21 +00:00
Benjamin Bentmann f9a1809e1f o Decoupled ITs from production plugins/deps
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739837 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 21:10:29 +00:00
Benjamin Bentmann dd0662ab6a o Fixed NPE
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739544 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31 11:05:17 +00:00
Brett Porter 2c0b8db8e5 also strip -RCx by default to match Maven convention where they are candidates for a release, not releases themselves
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739450 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 23:34:41 +00:00
Benjamin Bentmann 31fd483930 [MNG-3951] Hide drive-relative paths from plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739397 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 20:01:36 +00:00
Benjamin Bentmann b0e0acd544 [MNG-4016] Properties with the prefix project/pom are not interpolated from the properties section
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739321 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 16:09:55 +00:00
Benjamin Bentmann 2f70d84b62 o Locked down plugin version
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739279 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 14:00:16 +00:00
Benjamin Bentmann 43f8a2e8bd o Enabled IT for Maven 2.1.0-M2+
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739276 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 13:52:26 +00:00
Brett Porter d184346f38 dropping the reinstatement version until they are reinstated
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739127 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 01:32:37 +00:00
Brett Porter 1421a185a4 remove the snapshot in comparison for tests - this will make them much more readable and we have no need to differentiate
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739122 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 01:26:27 +00:00
Benjamin Bentmann 58d995c047 o Fixed properties encoding
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739070 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 23:05:33 +00:00
Brett Porter e73ecd9a54 alignment to 3.0-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739068 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 23:04:27 +00:00
Benjamin Bentmann ef262534ba o Removed the repo configs from the tests and made the bootstrap pull the core-it-wagon instead
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739038 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 21:55:19 +00:00
Benjamin Bentmann ca8b9a62ae o Fixed test to account for r738347
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739023 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 21:29:41 +00:00
Benjamin Bentmann 9df1aab636 o Used distinct log file names to ease debugging
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739020 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 21:19:29 +00:00
Brett Porter a8e13d13db mark up ITs that still need to be fixed in a future alpha of 3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739005 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 20:49:47 +00:00
Brett Porter 8667d58ed3 lock in the release version for things that won't be supported in 3.0-alpha-1, or only started being supported in 3.0-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738998 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 20:30:16 +00:00
Brett Porter 25efc013ba always use --settings, only use the system property for global on those that don't support the argument
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738992 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 20:13:04 +00:00
Brett Porter ad1e87e14d restrict to 2.1.0-M2, not intended to fix on 2.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738797 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 08:28:10 +00:00
Brett Porter 6dcda05768 add latest ITs to the suite
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738754 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 04:18:46 +00:00
Brett Porter 6921cebb9c [MNG-3920] add integration test for uses of plexus-component-api in plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738752 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 04:15:02 +00:00
Brett Porter 04ec46ed76 [MNG-3600] commit missing resources
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738751 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 04:14:21 +00:00
Brett Porter 1cb3277843 [MNG-3600] add integration test to confirm the wagon settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738733 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 03:41:46 +00:00
Brett Porter 496cb624c6 [MNG-3810] integration test for poorly constructed profiles improved error handling (could be expanded for more cases in future)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738722 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 02:43:19 +00:00
Brett Porter 65b7aa11d1 [MNG-3760] add IT for project.baseUri and backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738718 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 02:36:41 +00:00
Brett Porter 298296a24f [MNG-2668] add an integration test for sorting in the reactor based on plugin dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738714 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 02:25:21 +00:00
Oleg Gusakov 3d373e32f5 [MNG-553] renamed security file to settings-security.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738347 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 03:07:26 +00:00
Brett Porter b6baa0216d not available on 2.0.10 (yet)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738313 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 00:10:59 +00:00
Benjamin Bentmann 573b19be5b [MNG-4009] [regression] Effects of active profiles from parent are not inherited by children.
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738159 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 17:29:57 +00:00
Benjamin Bentmann 3da0c8504b [MNG-4008] [regression] Build filters are collapsed
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738079 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 12:51:12 +00:00
Benjamin Bentmann 0b64a7884a o Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738070 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 12:29:22 +00:00
Benjamin Bentmann e586f44948 [MNG-4007] [regression] Effective model contains paths with non-normalized file separators
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738054 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 11:08:38 +00:00
Oleg Gusakov 752d0c13a5 [MNG-553] added IT for testing password encryption. Encryption code is in 2.1.x trunk
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737985 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27 03:17:18 +00:00
Oleg Gusakov 53593bae23 [MNG-553] adding an Integration Test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737937 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26 23:31:36 +00:00
Benjamin Bentmann 3259576eed [MNG-3885] Modules of Maven projects are deployed with Timestamp during reactor build when uniqueVersion is set to false in parent profile
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737403 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24 17:46:39 +00:00
Benjamin Bentmann a73d08839f [MNG-3271] <excludeDefaults> does not seem to work
o Enabled IT for Maven 2.0.10+ and 2.1.0-M2+

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737340 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24 12:04:10 +00:00
Benjamin Bentmann 2d1e967e59 [MNG-4000] [regression] Plugin executions without id are lost when multiple executions are defined
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737165 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23 19:53:56 +00:00
Benjamin Bentmann f97345d975 [MNG-3998] Loss of execution configuration
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737135 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23 18:33:43 +00:00
John Dennis Casey 55b2321753 Adding MNG-3769 integration test to suite, and fixing typo in 3769 POM
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736531 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22 02:08:06 +00:00
Benjamin Bentmann c2556875eb o Deleted IT for MNG-851 which wasn't a core issue and as such has been migrated to the affected plugins (the basic support for alternative POM file names is checked by the core ITs for MNG-607)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736153 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 22:45:42 +00:00
Benjamin Bentmann 630c279aa6 o Deleted redundant IT for MNG-932 (we have core ITs for MNG-1021/MNG-2921 to check deployment/resolution of attached artifacts and a plugin IT for MJAR-75 to check the creation of the test JAR itself)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736114 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 21:29:09 +00:00
Benjamin Bentmann 2cd1b9036d o Decoupled ITs from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736067 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 19:03:06 +00:00
Benjamin Bentmann 794f751293 o Decoupled ITs from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736034 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 16:10:47 +00:00
Benjamin Bentmann 5a686fbefd o Fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736028 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 14:42:10 +00:00
Benjamin Bentmann 49d23968f2 o Decoupled ITs from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@736024 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20 14:06:05 +00:00
Benjamin Bentmann b68956f74a o Decoupled mng-0249 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735158 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 22:14:51 +00:00
Benjamin Bentmann b61e03a1d0 o Separated ITs for MNG-249 and MNG-870
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735122 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 20:41:30 +00:00
Benjamin Bentmann b783521122 o Extended IT to check other failure modes, too
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735063 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 17:37:54 +00:00
Benjamin Bentmann a72a424ed1 o Renamed IT to match corresponding issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735057 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 17:04:51 +00:00
Benjamin Bentmann d555e50cc9 o Decoupled it0115 from production deps/plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735055 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 16:56:45 +00:00
Benjamin Bentmann ef13ff926e o Partially reverted r734246 and re-added a non-core dependency to restore original plugin behavior with regard to the extension manager
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@735037 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 15:41:52 +00:00
Benjamin Bentmann b2c7b5921b [MNG-1992] CLI -D should override properties in settings.xml
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734982 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 11:51:09 +00:00
Benjamin Bentmann 6dc64674f6 [MNG-2605] Profiles in profiles.xml are active by default
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734813 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 20:41:59 +00:00
Benjamin Bentmann a5e0df9f44 o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734800 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 20:22:53 +00:00
Benjamin Bentmann f3c870075d o Added workaround for MNG-3900 to enable coverage report generation using Maven 3.x itself
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734787 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 19:42:43 +00:00
Benjamin Bentmann 75462f07cd o Decoupled maven-it-plugin-packaging from APIs that are irrelevant for its purpose
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734246 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 21:44:07 +00:00
Benjamin Bentmann 2c44c15783 o Decoupled IT for MNG-3680 from production deps/plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734236 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 20:40:59 +00:00
Benjamin Bentmann ea82a49374 o Tweaked test to not suffer from MNG-3821 (for which we have a dedicated IT)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734224 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 19:47:22 +00:00
Benjamin Bentmann 1567c798e6 o Disabled unnecessary snapshot checks
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734123 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 13:14:40 +00:00
Benjamin Bentmann c5cbfb0a07 o Extended IT to check profiles from settings as well
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734120 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 13:05:39 +00:00
Benjamin Bentmann 386be21633 [MNG-3983] Plugin Repositories Not Injected From Profile
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734115 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 12:31:08 +00:00
Benjamin Bentmann 05dd5f06e5 o Tweaked IT to extract only required bits
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@734083 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13 09:38:20 +00:00
Brett Porter 3a5840de8b Make sure to extract the whole tree, then run from the subtree
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733400 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 23:37:46 +00:00
Brett Porter 8306b12402 fix version reported
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733396 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 23:12:24 +00:00
Benjamin Bentmann 54977074bd o Merged it0097 into the IT for the corresponding issue MNG-2068
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733392 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 22:43:36 +00:00
Benjamin Bentmann 3015e642bf o Decoupled it0097 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733386 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 22:34:21 +00:00
Benjamin Bentmann 080441005c o Integrated original test project from MNG-2068 into IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733373 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 21:53:15 +00:00
Benjamin Bentmann 96d42cf4d2 [MNG-3461] Enhance Mirror definition syntax
o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733318 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 19:24:01 +00:00
Benjamin Bentmann 6225c5dbbf [MNG-2865] Add <mirrorOf>*</mirrorOf> feature
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733314 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 18:55:45 +00:00
Benjamin Bentmann 595a4864c4 [MNG-2605] Profiles in profiles.xml are active by default
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733269 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 12:38:36 +00:00
Benjamin Bentmann 8421215c2b [MNG-3979] Join Failure on non-empty parent node and empty child node
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733259 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 10:27:10 +00:00
Benjamin Bentmann 93a83f9891 o Updated project names
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733251 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 09:42:13 +00:00
Benjamin Bentmann d85cca8664 o Made the test build after their support stuff
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733250 13f79535-47bb-0310-9956-ffa450edef68
2009-01-10 09:32:39 +00:00
Benjamin Bentmann 6ae021b3a8 [MNG-3974] New mirror syntax is not stopping on first match
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733081 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 16:50:45 +00:00
Benjamin Bentmann 0467e649f2 [MNG-3461] Enhance Mirror definition syntax
o Added first bits of an IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@733038 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 13:51:23 +00:00
Benjamin Bentmann e70b350d2f o Deleted it0129 which was a duplicate of it0087
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732147 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 22:19:14 +00:00
Benjamin Bentmann 0795f0ca18 o Decoupled it0085 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732134 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 21:52:54 +00:00
Benjamin Bentmann a13226001b o Decoupled it0072 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732118 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 21:02:19 +00:00
Benjamin Bentmann d171862209 o Decoupled it0071 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732109 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:46:07 +00:00
Benjamin Bentmann 96cbeb5ef9 o Decoupled it0064 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732107 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:42:39 +00:00
Benjamin Bentmann 113c323caa o Decoupled it0064 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732104 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:35:58 +00:00
Benjamin Bentmann c13afcd2d8 o Decoupled it0056 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732102 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:32:38 +00:00
Benjamin Bentmann fee41bd09f o Deleted it0053 which duplicates the IT for MNG-1021
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732095 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:21:19 +00:00
Benjamin Bentmann bb6ea50e0b o Decoupled it0052 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732091 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:05:39 +00:00
Benjamin Bentmann d40f7cc6ef o Decoupled it0051 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732086 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 19:59:16 +00:00
Benjamin Bentmann 1a7e67720f o Decoupled it0041 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732076 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 19:43:25 +00:00
Benjamin Bentmann bd4bcb1ecb o Decoupled it0040 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732070 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 19:29:08 +00:00
Benjamin Bentmann d8426af065 o Decoupled it0039 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732066 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 19:18:08 +00:00
Benjamin Bentmann 5e6351a5ca o Decoupled it0038 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732057 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 18:59:00 +00:00
Benjamin Bentmann 1b6ddf20a7 o Decoupled it0037 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732048 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 18:48:02 +00:00
Benjamin Bentmann 424abebde0 o Decoupled it0036 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@732043 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 18:34:50 +00:00
Benjamin Bentmann 73bfccc412 o Decoupled it0032 from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@731995 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 16:40:59 +00:00