Commit Graph

2553 Commits

Author SHA1 Message Date
Robert Scholte 27f5cd0d42 [MNG-5230] Command line option to exclude modules from reactor
Patch contributed by Luuk van den Broek, slightly adjusted by Robert Scholte
'-pl -sub-a' is parsed as '-pl -s ub-a' by commons-cli-1.2, so renamed them to mod-x.
2014-01-09 00:00:52 +01:00
Luuk van den Broek 7a0fae76ce Added IT for MNG-5230 exclude projects from reactor 2014-01-06 23:27:02 +01:00
Jason van Zyl 00f6d87734 MNG-5557: IT to test the constraining of the reactor with --projects
- rename the mojo execution scope directory to have a small description
2014-01-06 11:55:57 -05:00
Stephen Connolly 5e0da4109f Oops! my bad! 2014-01-06 12:19:41 +00:00
Stephen Connolly 5408914095 this test probably needs to be better designed, but in this case a version range is required for now in order to ensure that there is the dependency available 2014-01-06 12:13:38 +00:00
Kristian Rosenvold aa9ac3093b Added parallel profile.
It works sometimes, but fails miserably other times.
2014-01-04 20:10:16 +01:00
Igor Fedorenko fdfefac4b1 MNG-5549 introduced MojoExecutionEvent and ProjectExecutionEvent
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-20 10:42:10 -05:00
Igor Fedorenko c10f14b33d MNG-5549 introduced MojoExecutionListener and ProjectExecutionListener
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-15 23:24:24 -05:00
Igor Fedorenko c83fbbb60d maven-verifier 1.5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-06 15:40:55 -05:00
Hervé Boutemy bf77f74391 added some explanations in javadoc 2013-12-01 19:41:39 +01:00
Hervé Boutemy 690990d8e2 moved explanations on Core ITs dependencies from README.md to site 2013-12-01 19:34:23 +01:00
Jason van Zyl 6cf9d7444b Note on integration testing 2013-11-29 15:13:13 -05:00
Igor Fedorenko d23316a690 MNG-5530 fixed wrong test plugin groupId
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-31 09:47:16 -04:00
Igor Fedorenko d2f970a3a5 MNG-5530 Introduced IT for mojo execution guice scope
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-31 00:23:53 -04:00
Jason van Zyl 3cf9b9c2c6 Change the regex to account for 1) international messages (FR for hboutemy) and 2) Different HTTP providers specifically non-Wagon. 2013-10-06 18:04:51 -04:00
Jason van Zyl e3426a0f4e Reverting 89a22f180d which is specific to Wagon HTTP. The message prior to this change yielded:
[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project org.apache.maven.its.mng3477:test:jar:1: Failed to collect dependencies at org.apache.maven.its.mng3477:dep:jar:1.0: Failed to read artifact descriptor for org.apache.maven.its.mng3477:dep:jar:1.0: Could not transfer artifact org.apache.maven.its.mng3477:dep:pom:1.0 from/to central (http://localhost:54312/repo): Connection refused -> [Help 1]

After the change:

[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project org.apache.maven.its.mng3477:test:jar:1: Failed to collect dependencies at org.apache.maven.its.mng3477:dep:jar:1.0: Failed to read artifact descriptor for org.apache.maven.its.mng3477:dep:jar:1.0: Could not transfer artifact org.apache.maven.its.mng3477:dep:pom:1.0 from/to central (http://localhost:54312/repo): Connection to http://localhost:54312 refused: Connection refused -> [Help 1]

Notice the last part of the message. This type of message only comes from Wagon HTTP, but the original is sufficient to catch and report the error for HTTP Wagon and other Aether connectors. We want to detect and catch the connection refused exception and we do with the original regex.
2013-10-06 14:06:27 -04:00
Hervé Boutemy 73f90d1c7c fix scm reporting 2013-09-19 23:36:19 +02:00
Hervé Boutemy 89a22f180d avoid looking for text which is internationalized 2013-09-15 17:16:39 +02:00
Jason van Zyl 8d94508851 MNG-5503: IT for the issue where Maven 3.1.0 fails to resolve artifacts produced by reactor build 2013-08-20 05:59:47 -07:00
Hervé Boutemy 2d444abda7 added error message 2013-07-30 21:26:33 +02:00
Jason van Zyl 36d552f1a7 o adding some requirements to satisfy the isolated repository setup. all this needs to be examined again because it's generally
extremely frustrating to set something up correctly.
2013-07-28 16:49:00 -04:00
Jason van Zyl 5c92508bd5 o how i run the ITs, just sharing 2013-07-28 16:48:37 -04:00
Hervé Boutemy 85d3958a3b try to fix ITs for mng-5482: put m-site-p and m-dependency-p in
different groups to avoid conflicts
2013-06-05 01:46:42 +02:00
Hervé Boutemy 5b503efa33 force plexus-io version available in local-repo 2013-06-04 01:16:58 +02:00
Hervé Boutemy 5f9c71d6ba fix IT on CI server 2013-06-04 01:01:37 +02:00
Hervé Boutemy 546490358b m-dependency-p:2.7 is needed for IT MNG-5482 too 2013-06-02 18:09:31 +02:00
Hervé Boutemy 5002b9fb6f try to fix run on CI server (cannot reproduce on my local machine...) 2013-06-02 17:26:04 +02:00
Hervé Boutemy 4c6153be92 improved range for ITs that are fixed in Maven 3.1-A1 too, not only in
(future) 3.1
2013-05-30 03:22:31 +02:00
Hervé Boutemy 8742ae6f86 [MNG-5482] added IT to check that missing Sonatype Aether classes are
detected and give a hint to AetherClassNotFound Wiki article
2013-05-30 03:07:13 +02:00
Hervé Boutemy 226ee3d5a9 replaced verifier.getCliOptions().add() with
verifier.addCliOption()
2013-05-20 16:36:37 +02:00
Hervé Boutemy 14eef3ca92 added generics 2013-05-20 16:22:18 +02:00
Hervé Boutemy 6e6c4870e4 prepare svnpubsub 2013-05-19 17:55:08 +02:00
Hervé Boutemy 59dcfc80cd upgrade parent and maven-site-plugin 2013-05-19 00:35:28 +02:00
Hervé Boutemy b6a2d25d2c last core IT fixed 2013-05-18 14:56:48 +02:00
Hervé Boutemy ada74bdce1 MavenITmng3372DirectInvocationOfPluginsTest fixed since upgrade of
default maven-dependency-plugin version in super pom in
http://git-wip-us.apache.org/repos/asf/maven/commit/9404499c
2013-05-18 13:38:18 +02:00
Hervé Boutemy 43f3848f0a maven-site-plugin 3.3 released 2013-05-13 23:34:15 +02:00
Hervé Boutemy 8e49ef17ed 3 ITs are now ok with maven-reporting-exec 1.1 used by maven-site-plugin
3.2
2013-04-19 14:03:36 +02:00
Jason van Zyl 58ecd1aad6 o accounting for the use of Eclipse Aether and the use of real plugins that have direct linkage to Sonatype Aether 2013-03-18 13:26:46 -07:00
Stuart McCulloch 780907f02e Old plexus date configurator ignores AM/PM setting; fixing this breaks unrelated ITs that happen to expect '2008-11-09 11:59:03.0 PM' to be converted to '2008-11-09 11:59:03' so avoid this by changing the input string in those ITs to use 'AM' instead.
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-15 06:34:44 -07:00
Jason van Zyl 3bb515e722 o i believe the settings were initially setup wrong and the content for the *.pom files have window line endings, a normal checkout for someone on unix yields a massive number of line ending changes. this change prevents that, but happy if we want to realign the content to be normalized with unix line endings and have git do the auto conversion 2013-03-15 06:29:19 -07:00
olivier lamy 58c0f58ad0 fix it with no more dependency on an external mojo.
Submitted by Stuart McCulloch
2013-03-10 22:22:14 +01:00
olivier lamy d9011e0bf5 [MNG-5445] Missing PathTranslator @Requirement in org.apache.maven.project.interpolation.StringSearchModelInterpolator
Submitted by Stuart McCulloch.
2013-03-05 22:11:43 +01:00
olivier lamy bbb38efc69 fix it 2013-02-18 11:27:54 +01:00
olivier lamy b66e09f053 use surefire 2.13 2013-02-18 11:11:59 +01:00
olivier lamy baf01cdf32 3.x is only for bug fixing currently 2013-02-04 10:47:46 +01:00
Kristian Rosenvold de31554f89 Added .gitattributes 2013-01-29 16:38:54 +01:00
olivier lamy 39e76295a0 it test for MNG-5418 2013-01-05 09:40:04 +01:00
Hervé Boutemy cf5f33a3ac removed $Id:$ substitution for .java files 2013-01-01 23:55:10 +01:00
Hervé Boutemy 29b3b054ad updated maven-verifier to released version 2012-12-29 20:57:22 +01:00
Anders Hammar 69d219f730 Moved the modules back out of profiles.
Signed-off-by: Anders Hammar <anders@hammar.net>
2012-12-14 21:28:14 +01:00
Jason van Zyl 4ad30f841c o comment out until we can get it passing 2012-12-11 17:36:50 -05:00
Kristian Rosenvold df3f16c02f o switched to resource plugin version that was being downloaded 2012-12-11 22:58:00 +01:00
Jason van Zyl 5600a310a9 o there are two distinct steps, setup and run its
I'm doing the following to figure out why the ITs won't run in a single pass:

LOCAL=`pwd`/repo
git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
cd maven-integration-testing
rm -rf $LOCAL < /dev/null >&1
mvn clean install -Dmaven.repo.local=$LOCAL
mvn clean test -Prun-its,embedded -Dmaven.repo.local=$LOCAL
2012-12-11 16:43:17 -05:00
Jason van Zyl fc02037da0 [MNG-5407] Account for SHA1 in version output by the -v option 2012-12-08 19:03:02 -05:00
Kristian Rosenvold 45d50969e6 o Made IT's run with pre 3.1.0 versions too 2012-12-03 17:06:56 +01:00
Kristian Rosenvold 555ef119df [MNG-5208] spy notifies incorrect module failure in parallel 2012-12-02 11:07:24 +01:00
olivier lamy ec0e79ebfe fix scm informations 2012-12-01 12:26:03 +01:00
olivier lamy 4096cde025 test push 2012-11-30 00:08:59 +01:00
olivier lamy 1ed109b51b test push 2012-11-30 00:08:52 +01:00
Olivier Lamy 953066e871 force use of maven-plugin-plugin 2.9
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413533 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 10:03:05 +00:00
Olivier Lamy 4f589d3838 restore it test to be run
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413517 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:01:14 +00:00
Olivier Lamy 48087a56e0 use plugin-plugin 2.9 for this mojo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413516 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:59 +00:00
Olivier Lamy 51b8c1ea7d fix ci url
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413515 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:41 +00:00
Olivier Lamy 9a4c1cff58 use last maven parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413514 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:31 +00:00
Olivier Lamy 12afdd3b14 use last surefire plugin version 2.12.4
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413513 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:20 +00:00
Herve Boutemy 21b5cd01b4 make the test run with Maven 3.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413410 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 20:35:09 +00:00
Herve Boutemy da4238e57b code formatting and license
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413408 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 20:31:17 +00:00
Benson Margulies c5d695424d MNG-5387: Add ability to replace an artifact in mid-build
o IntelliJ did something wierd with an import.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413375 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 17:15:27 +00:00
Benson Margulies 2ae56a0cf3 MNG-5387: Add ability to replace an artifact in mid-build
o integration test.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413359 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 15:12:23 +00:00
Jason van Zyl 7f8e038f68 - update to use m-s-u 0.1 and verifier 1.4-SNAPSHOT
trying to restore the embedded ITs and verifier trunk has already been updated so I just kept going



git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413294 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 05:35:50 +00:00
Herve Boutemy 5efde94009 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413142 13f79535-47bb-0310-9956-ffa450edef68
2012-11-24 08:05:24 +00:00
Jason van Zyl f1516a485f IT needs access to a remote repository to get the plugin tools
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413135 13f79535-47bb-0310-9956-ffa450edef68
2012-11-24 06:16:26 +00:00
Jason van Zyl 33f97fcae4 MNG-5382: Add an IT for @Inject used in plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413023 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 18:40:08 +00:00
Herve Boutemy 9a39cf4332 [MNG-5380] check that whitespace can be preserved in Maven plugin configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1412331 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:15:11 +00:00
Jason van Zyl ae2cce2fce Changing version of SLF4J back to 1.6.1 to see if that makes the ITs happy again
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1407921 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 05:34:57 +00:00
Jason van Zyl acb025276c Adding SLF4J Simple as a test dependency so that ITs that depend on a particular logging output match as the output has always been
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1407911 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 04:36:28 +00:00
Anders Hammar e67112bb27 Removed incorrect javadoc.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1401582 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 08:21:52 +00:00
Herve Boutemy 96f2912a79 fixed range since this test would not be run with 3.0.5-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397888 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 16:15:37 +00:00
Herve Boutemy b9e9df1e05 added range since it is known to fail with Maven 3.0.4 and lower
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397879 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 16:14:36 +00:00
Herve Boutemy 02a7331714 use fluido skin like Maven Core itself (staying with 1.2.1 because of MSKINS-69)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397854 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 15:17:54 +00:00
Herve Boutemy 183fd64b6c added site config
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397850 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 15:10:35 +00:00
Herve Boutemy d41cff180c added standard plugin menu with Goals entry
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397849 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 15:06:48 +00:00
Herve Boutemy fbe4ac0858 added description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397848 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 15:01:15 +00:00
Herve Boutemy 5f65fe5861 added plugin documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397845 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 14:55:50 +00:00
Herve Boutemy 08c52b5c23 fixed name and added description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397835 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 14:22:16 +00:00
Herve Boutemy d577f08064 added missing name and description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397834 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 14:19:29 +00:00
Herve Boutemy 5d0302e7bb improved introduction page to ease usage
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397827 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 13:33:59 +00:00
Jason van Zyl 5013369382 o used managed version of antrun plugin
o add snippet for m2e so that the whole project imports cleanly

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397039 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 13:29:04 +00:00
Herve Boutemy e9e33acc93 use plexus-component-metadata instead of obsolete plexus-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1395266 13f79535-47bb-0310-9956-ffa450edef68
2012-10-07 09:57:37 +00:00
Herve Boutemy c8a3b4597e use plexus-component-metadata instead of obsolete plexus-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1395265 13f79535-47bb-0310-9956-ffa450edef68
2012-10-07 09:57:19 +00:00
Herve Boutemy c32e7bf784 removed version inherited from parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1395259 13f79535-47bb-0310-9956-ffa450edef68
2012-10-07 09:25:31 +00:00
Olivier Lamy 9c722441d8 add it test for MNG-5338 missed to add files
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1382081 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 16:02:57 +00:00
Olivier Lamy 4df66de10e add it test for MNG-5338
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1382079 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 16:02:07 +00:00
Olivier Lamy 1c29dc4de0 use last surefire and compiler plugin versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1382078 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 16:01:54 +00:00
Olivier Lamy d1389ab2de upgrade versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1380316 13f79535-47bb-0310-9956-ffa450edef68
2012-09-03 19:36:47 +00:00
Stephen Connolly 477138ef40 [MNG-5280] Inconsistent order of repositories and pluginRepositories from profiles in settings (regression Maven 3)
Submitted by: Anders Hammar

* Applied without change

* This is the integration test that verifies the bug identified in MNG-5280.

* I have tested that the integration test passes for Maven 2.x and fails with 3.0.3 and 3.0.4

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1373759 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 08:50:24 +00:00
Olivier Lamy b07231ab33 use surefire plugin 2.12
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1351465 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 19:32:28 +00:00
Olivier Lamy bba5fda6f8 fix for [MNG-5224] merged in 3.0.4RC branch
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227315 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:48:17 +00:00
Olivier Lamy 25f51f098e fix it for maven3 as profile activation is different from maven2
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227305 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:25:19 +00:00
Olivier Lamy 1522319c06 use surefire 2.11, MNG-5224 not yet merged in 3.0.4 RC branch so 3.0.5 range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227303 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:25:03 +00:00
Olivier Lamy 5bf71d081f [MNG-5224] more test on dumped settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227302 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:24:45 +00:00
Olivier Lamy d3a9298f2a add note on it version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227301 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:24:28 +00:00
Olivier Lamy 04a900ada9 missed to add a file
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227300 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:24:12 +00:00
Olivier Lamy bceb6fd42b add it test for MNG-5224
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227299 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:23:55 +00:00
Herve Boutemy 8976ccf030 added name for site.xml to improve site breadcrumbs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1226573 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02 23:31:57 +00:00
Herve Boutemy 0b6f9741e3 try to fix CI run
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225855 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30 16:07:57 +00:00
Herve Boutemy 1ff17e2f4b fixed wrong site descriptor directory
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225836 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30 14:39:27 +00:00
Herve Boutemy 9923e427fb removed name attribute in site descriptor: automatic name from pom.xml is better
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225834 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30 14:31:56 +00:00
Herve Boutemy 3f1cf1f94b display environment used to run ITs in published site
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225833 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30 14:24:47 +00:00
Herve Boutemy f70a8ad7f7 improved SKIP message: *Maven* version is not in range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225606 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29 17:53:33 +00:00
Herve Boutemy 7d372a4e31 code simplification
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225603 13f79535-47bb-0310-9956-ffa450edef68
2011-12-29 17:50:59 +00:00
Herve Boutemy 5b30a0e0ed little text enhancements
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225396 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28 23:51:21 +00:00
Herve Boutemy f90fad93e5 created separate "Results" menu
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1225395 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28 23:50:25 +00:00
Olivier Lamy 77d32f14a0 enhance test with checking chunked is not used as not supported by ngnix
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1214687 13f79535-47bb-0310-9956-ffa450edef68
2011-12-15 10:19:47 +00:00
Olivier Lamy b463ee886d fix typo in range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1213420 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 20:30:00 +00:00
Olivier Lamy 6d987a498c add it test to ensure readTimeOut is read from settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1213244 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 13:52:15 +00:00
Olivier Lamy 8d5553a5ae fix typo on unit test name
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1213229 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 13:24:30 +00:00
Olivier Lamy c0cfff9e60 enhance it for additionnal http headers in settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1213217 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 12:44:24 +00:00
Benson Margulies 184828548d Remove pom noise that is probably causing failures on jenkins.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212999 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 13:23:39 +00:00
Benson Margulies b065103e6c MNG-3498: StringIndexOutOfBounds -1 during path translation while reading pom.xml
o Fix test to use the plugin it builds, not go looking for some other mythical plugin.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212952 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 01:36:24 +00:00
Benson Margulies ce8c067362 MNG-3710: ModelUtils.cloneModel() and .cloneBuild() pollute existing Plugin instances with merged information
o repair integration test to invoke the plugin under the actual artifactId that it was built under, and not another.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212951 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 01:32:09 +00:00
Benson Margulies fa2710850a MNG-3716: Aggregators that fork lifecycles don't have execution projects setup for all projects in the reactor.
o fix historical IT so that the test tries to execute the plugin that it builds, not one with a slightly different artifactId.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212950 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 01:26:16 +00:00
Benson Margulies 868ff60a5b MNG-3714: Allow specification of the toolchains.xml location on the command line
o make this integration test work by rendering its two parts consistent.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212949 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 01:20:08 +00:00
Benson Margulies 75a424452c MNG-5214: Dependency resolution substitutes g🅰️v:jar for j🅰️v:something-else when something-else isn't in the reactor
o Add an integration test for the new behavior, conditioned for 3.0.5 and after.
o Add another mojo to maven-it-plugin-dependency-resolution to support the test. Note that I had to tweak dependencies
on the plugin to add this mojo; if anyone really wants to run against 2.0 with the trunk of the tests this will need
something, I'm not sure what.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1212870 13f79535-47bb-0310-9956-ffa450edef68
2011-12-10 21:00:40 +00:00
Olivier Lamy 1de4f83c5a enhance it test with testing Contextualizable call on the injected component
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1211691 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 22:53:46 +00:00
Olivier Lamy 9808b15a5a add integration test to ensure plexus lifecycle is honoured: Contextualizable, Disposable
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1211689 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 22:53:08 +00:00
Olivier Lamy 07f59b4e1a remove extended snapshot metadata as not supported by old m2 versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1210415 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 11:34:31 +00:00
Olivier Lamy 79a5c280fe enhance it to add a use where a SNAPSHOT has been installed locally and ensure now it's a -SNAPSHOT rather than a timestamped one.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1210404 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 10:37:48 +00:00
Olivier Lamy 3662a2e3ff add core it test for regression found in appassembler with download timestamped SNAPSHOT
see http://mail-archives.apache.org/mod_mbox/maven-dev/201112.mbox/%3cCAPCjjnHjsQED0tzUztwWtQcSpYVN_k0-0Xq2B7QxTN5arZ-xzA@mail.gmail.com%3e

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1210403 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 10:36:32 +00:00
Olivier Lamy f65930b4a5 remove noisy logs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1208062 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 21:05:13 +00:00
Olivier Lamy 909e657952 enhance it to fail if chuncked is used for wagon transport as some http server cannot support that
NOTE: it will fail until release 1.14 of aether.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1207862 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 13:11:05 +00:00
Olivier Lamy 5f9e21eb13 as now core include plugin-plugin 2.9 using artifactId maven-___-plugin log an error in the log so change artifactId to fix this false error in log.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1203273 13f79535-47bb-0310-9956-ffa450edef68
2011-11-17 17:09:01 +00:00
Benjamin Bentmann d3be800ce2 [MNG-5137] Reactor resolution does not work for forked multi module builds
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180698 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 19:32:10 +00:00
Benjamin Bentmann bec80236d9 [MNG-5135] Regression: in some cases aggregator mojo is unable to resolve dependencies with custom packaging
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180695 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 19:19:38 +00:00
Benjamin Bentmann 69eca0dd28 [MNG-5096] <exclusion> on <dependency> with <type>test-jar</type> doesn't work in maven 3
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180684 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 18:53:37 +00:00
Benjamin Bentmann 808a5b04ad o Increased perm gen mem for embedded tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180683 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 18:37:01 +00:00
Benjamin Bentmann cd43889399 [MNG-5019] [regression] String-based component lookups performed by report mojos fail with ClassCastException
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180680 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 18:33:51 +00:00
Benjamin Bentmann 770985ec14 [MNG-5006] [regression] Resolution of parent POMs for dependency using version range does not consider all configured repositories
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180677 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 18:18:19 +00:00
Benjamin Bentmann 97c3e9befa [MNG-4991] LegacyRepositorySystem#injectProxy(repositories, proxies) doesn't evaluate non-proxy hosts
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180673 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 17:58:27 +00:00
Benjamin Bentmann a5dc82a89e [MNG-4987] [regression] LATEST, RELEASE or SNAPSHOT version picked from wrong repository when resolution order does not match timestamp order
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180669 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 17:50:45 +00:00
Benjamin Bentmann 4fcec4b14b [MNG-4963] [regression] Parent POM not downloaded when settings define global mirror and one snapshot repo but no other release repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180662 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 17:40:30 +00:00
Benjamin Bentmann 6ca38ba310 o Decoupled ITs from user-specific settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180648 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 16:53:24 +00:00
Benjamin Bentmann 89523769f5 o Added profile to point ITs at already downloaded but unpacked Maven distro
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1180647 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 16:50:22 +00:00
Olivier Lamy 427d3bcbe8 fix it with an empty repo: force download locally of dependencies use in it
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1177447 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 22:06:03 +00:00
Olivier Lamy 44b5fdad5e fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1177431 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 21:30:56 +00:00
Olivier Lamy 84024ef569 upgrade to last wagon version in some places
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1177422 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 20:34:15 +00:00
Olivier Lamy bb83f70ce0 don't fail if the message has more details
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1172141 13f79535-47bb-0310-9956-ffa450edef68
2011-09-17 22:52:42 +00:00
Herve Boutemy 81e0d48f61 test more (if not every) POM interpolation cases
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1167647 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 23:17:18 +00:00
Herve Boutemy 1b7a7c8f6a fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165085 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 19:07:27 +00:00
Herve Boutemy ec4ea4e693 added modules menu to every poms with modules
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165036 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 14:43:49 +00:00
Herve Boutemy 397c95bcd5 fixed javadocs missing Jira issue link
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165035 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 14:40:36 +00:00
Herve Boutemy 0670b074f8 o improved introduction
o added an Introduction menu with most useful links

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165025 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 14:14:35 +00:00
Herve Boutemy 79e07fd89a added an introduction
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165018 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 13:59:59 +00:00
Herve Boutemy 98c1be1cb5 added a site descriptor with modules menu
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165010 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 13:08:18 +00:00
Benjamin Bentmann 6712eebde3 o Inherited from released maven-parent:21
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1164990 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 11:15:37 +00:00
Brett Porter 593000dcbf add IWS to the list
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1158922 13f79535-47bb-0310-9956-ffa450edef68
2011-08-17 21:38:13 +00:00
Brett Porter 95c0a20b18 add reference to dev@ list
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1158296 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 14:37:52 +00:00
Brett Porter b0e72acc1d use a canonical test dir in tests that require comparing to a properties file, to match expected behaviour
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1152842 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 15:51:29 +00:00
Brett Porter b32819ad12 only take the canonical file on the input path, so we resolve any symlinks (/private/tmp on Mac OS X for /tmp, and similar for storage location of some CI installs), without invalidating the test by modifying the paths either from the properties or from getRoot()
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1152772 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 13:40:37 +00:00
Benjamin Bentmann 0134043e08 o Decoupled from production plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1151459 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 13:28:42 +00:00
Benjamin Bentmann f0a2b3786a [MNG-5064] mvn -nsu (--no-snapshot-updates) should not download snapshots (and break local builds)
o Fixed IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1151417 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 10:26:37 +00:00
Benjamin Bentmann 4a0356eef8 o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1150636 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25 11:33:23 +00:00
Paul Gier 21ce0d4d6d [MNG-4112] Add test for new properties "maven.version" and "maven.build.version"
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1147598 13f79535-47bb-0310-9956-ffa450edef68
2011-07-17 13:18:31 +00:00
Herve Boutemy dc0bdc876c improved descriptions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1145367 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 21:42:02 +00:00
Herve Boutemy b701715a9b fixed directory name which does not match package
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144981 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 22:23:12 +00:00
Herve Boutemy d0086888ef updated repositories locations
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144961 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 21:03:16 +00:00
Herve Boutemy bfcf08c56a declared new apache.snapshots repository location
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144958 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 20:44:30 +00:00
Herve Boutemy a83f1c9178 simplified ITs names for site rendering
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144956 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 20:40:09 +00:00
Herve Boutemy b281f2bf40 renamed core-integration-testing to core-it-support to match directory name
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144952 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 20:10:12 +00:00
Herve Boutemy 7328ba4e85 declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144751 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 21:28:43 +00:00
Herve Boutemy 6d1a51bb79 added documentation found in pom.xml in site
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144535 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08 22:53:03 +00:00
Herve Boutemy 69c55e01f2 updated parent pom and plugins versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144529 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08 22:40:17 +00:00
Herve Boutemy 77fab03c39 renamed parent POM to prepare site publication
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144497 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08 20:37:00 +00:00
Olivier Lamy a6b38e5069 use publics infra
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1140640 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 14:31:38 +00:00
Olivier Lamy bc323ea9de try to fix path issue on osx will see if pass on jenkins @asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1140573 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 12:41:08 +00:00
Benson Margulies 7a0ea943e7 [MNG-5064]: add a test that seems to prove that this problem does not, in fact, exist.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1140365 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 23:17:28 +00:00
Olivier Lamy 31660cd5a4 use verifier released version
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1137174 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 11:42:43 +00:00
Olivier Lamy d1ac638d4c upgrade to junit 4.8.2 to test parallel support with surefire on asf jenkins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134913 13f79535-47bb-0310-9956-ffa450edef68
2011-06-12 11:17:01 +00:00
Olivier Lamy d057282f04 should fix symlink issue in jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134293 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 12:30:51 +00:00
Olivier Lamy 2feabb84bc try something different to fix MavenITmng4233ReactorResolutionForManuallyCreatedArtifactTest with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134267 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 10:20:39 +00:00
Olivier Lamy de3f06d547 upgrade clean plugin which is more performant for a poor occasionnal windauze user as me :-)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134265 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 10:20:05 +00:00
Olivier Lamy c8469d95a3 upgrade compiler plugin version to be able to configure fork tru cli
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134264 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 10:19:50 +00:00
Olivier Lamy eab39de3ac should fix issues with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134113 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 22:21:04 +00:00
Olivier Lamy fbe1fc06fe should fix issues with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134112 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 22:18:19 +00:00
Olivier Lamy 397c1d3b40 should fix issues with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134111 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 22:18:03 +00:00
Olivier Lamy f4de9682b8 should fix issues with symlink on jenkins asf
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134105 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 22:02:00 +00:00
Olivier Lamy d414ea7c20 upgrade surefire version to 2.8.1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134101 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 21:53:05 +00:00
Olivier Lamy 981447c410 ignore *.iml
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134100 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09 21:52:56 +00:00
Benjamin Bentmann a7f0b2476d o Normalized checksums to use canonical format
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072657 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:55:51 +00:00
Benjamin Bentmann e3cd3b805c o Fixed git attributes
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072647 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:44:00 +00:00
Benjamin Bentmann 7f4a74c226 o Fixed git attributes
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072642 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:36:12 +00:00
Benjamin Bentmann 3e7f40bbce o Used Windows-friendly filename
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072641 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:30:26 +00:00
Benjamin Bentmann 017cd21c94 o Set svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072638 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:18:22 +00:00
Benjamin Bentmann dc64aeff81 o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072634 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:07:56 +00:00
Benjamin Bentmann a83234567d o Added git config files
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072633 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 17:00:19 +00:00
Benjamin Bentmann 002dca2b56 [MNG-5000] [regression] child distributionManagment.site.url not correct in a flat directory layout when child's artifactId doesn't match its module name
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072612 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 15:33:06 +00:00
Benjamin Bentmann 6d524297e9 [MNG-5014] [regression] MavenProject.getParent().isExecutionRoot() not properly set
o Strengthened related IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070241 13f79535-47bb-0310-9956-ffa450edef68
2011-02-13 14:26:12 +00:00
Benjamin Bentmann f4e7fc35d6 [MNG-4997] Plugin @Parameter alias does not work for complex parameter types
o Strengthened IT


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070148 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 20:31:55 +00:00
Benjamin Bentmann cb6508601c [MNG-5013] Allow to condense configuation of plugin parameter beans that commonly require only one value
o Added IT


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070126 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 18:47:51 +00:00
Benjamin Bentmann fce9716b08 [MNG-5012] Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070124 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 18:29:47 +00:00
Benjamin Bentmann 88c23aff61 [MNG-5011] Allow to configure array/collection type plugin parameters via system properties
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070118 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 18:11:07 +00:00
Benjamin Bentmann d99165125d [MNG-3575] Allow hexadecimal parameters
o Added IT


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070111 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 17:06:32 +00:00
Benjamin Bentmann 4314d28bab [MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070105 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 16:20:23 +00:00
Benjamin Bentmann fb9e1de383 [MNG-5009] StackOverflowError in DefaultProjectBuilder.build when <module> points at current aggregator POM
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070081 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 13:51:31 +00:00
Benjamin Bentmann 0b9d32c3a3 o Fixed IT bootstrap to fetch only from the desired IT repos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1069524 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 18:48:43 +00:00
Benjamin Bentmann 764722d5f6 o Disabled IT for unfinished feature
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1069522 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 18:47:41 +00:00
Benjamin Bentmann b98cc32ec6 [MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1062209 13f79535-47bb-0310-9956-ffa450edef68
2011-01-22 17:21:24 +00:00
Benjamin Bentmann 8eb6ab7ee0 [MNG-4973] [regression] Build extensions are invisible to plugins in multi module build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1059264 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15 05:21:16 +00:00
Benjamin Bentmann 40fe645460 [MNG-4975] [regression] plugin executions injected from profile run before instead of after existing executions in the POM
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1059191 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 22:40:06 +00:00
Benjamin Bentmann fe56bacc2a [MNG-4960] [regression] Make-like reactor mode does not build selected project when resuming from one of its prerequisites
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1056769 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 19:17:23 +00:00
Benjamin Bentmann 36d3b7f998 [MNG-4966] Preserve double slashes in the scm connection url - identifies absolute repository paths for mercurial
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1056719 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08 14:45:29 +00:00
Benjamin Bentmann 4614c06a8c o Increased heap memory for embedded tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1056421 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 17:55:20 +00:00
Benjamin Bentmann 981d7365c1 o Used distinct log files for each test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1056008 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 18:48:37 +00:00
Benjamin Bentmann 67f87669c1 o Enables local JVM monitoring for Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1055920 13f79535-47bb-0310-9956-ffa450edef68
2011-01-06 15:53:56 +00:00
Benjamin Bentmann d3a46290cc [MNG-4919] Plugin execution contributed by lifecycle mapping gets lost when same goal is bound multiple times
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1055485 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 15:15:04 +00:00
Benjamin Bentmann 4979014483 [MNG-4840] Prerequisites is not working on m3
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1055173 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 20:29:27 +00:00
Benjamin Bentmann b1195dfd8a [MNG-4952] [regression] RELEASE field of repository metadata is not updated upon repeated deployments
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1054682 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 16:55:11 +00:00
Benjamin Bentmann 483edff5ab [MNG-4955] [regression] Outdated remote snapshots are preferred over locally installed snapshots
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1054648 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 15:23:22 +00:00
Benjamin Bentmann f01de836ab [MNG-4945] Remove mergeId from public POM
o Extended ITs to ensure field gets still accepted as part of potentially bad POMs from the repo

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1050720 13f79535-47bb-0310-9956-ffa450edef68
2010-12-18 21:37:02 +00:00
Benjamin Bentmann 01ba5ac988 o Decoupled ITs from layout of local repo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1050435 13f79535-47bb-0310-9956-ffa450edef68
2010-12-17 16:06:59 +00:00
Benjamin Bentmann 76dc902a28 [MNG-4936] Allow to better monitor and adjust a Maven build during CI
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1050094 13f79535-47bb-0310-9956-ffa450edef68
2010-12-16 18:55:24 +00:00
Benjamin Bentmann eee999cc5a o Fixed typo in version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042355 13f79535-47bb-0310-9956-ffa450edef68
2010-12-05 14:05:24 +00:00
Benjamin Bentmann 2e241679cf [MNG-2738] 1-char profile names cannot be activated with -P
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042262 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 23:24:20 +00:00
Benjamin Bentmann 9e887c2e75 [MNG-1142] restriction of [1.6,) and [1.5,1.6.2) in that order results in 1.6.2 instead of 1.6.1
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042245 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 22:02:17 +00:00
Benjamin Bentmann f54f7c2ad7 [MNG-4925] Mismanagement of container lookup realm can cause type incompatibilities for plugins looking up components by string
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042236 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 20:48:33 +00:00
Herve Boutemy 7682e5fa29 updated pom xsd location to http://maven.apache.org/xsd/maven-4.0.0.xsd
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042110 13f79535-47bb-0310-9956-ffa450edef68
2010-12-04 07:55:53 +00:00
Benjamin Bentmann 38d2bbd26e [MNG-4913] [regression] User properties override equally named POM properties of transitive dependencies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1038389 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24 00:01:52 +00:00
Benjamin Bentmann 8b8163df99 [MNG-3775] [regression] Problem in dependency resolution with exclusion, pom parent
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1037566 13f79535-47bb-0310-9956-ffa450edef68
2010-11-21 21:33:37 +00:00
Benjamin Bentmann ba285e9339 [MNG-4850] [regression] several elements of server configuration in settings.xml are not honoured
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1036676 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 23:09:57 +00:00
Benjamin Bentmann 7f0a463a69 [MNG-4883] [regression] Dependency resolution does not fail for artifact with over-constrained version ranges
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1036661 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 22:43:15 +00:00
Benjamin Bentmann e2795bbd56 o Extended IT to check both downstream and upstream module handling
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1035035 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14 18:01:46 +00:00
Benjamin Bentmann 9d24186dda [MNG-4890] -pl, -am and -amd options don't consider the version of the artefacts for building the reactor
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1035017 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14 16:17:19 +00:00
Benjamin Bentmann 5274768c8c [MNG-4895] Plugins depending on 3rd party JARs that contain the Maven API can't be configured/run due to type incompatibilities
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1034879 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13 21:07:50 +00:00
Benjamin Bentmann e1baefaaf0 o Decoupled IT from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1033987 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 16:35:33 +00:00
Benjamin Bentmann cfd5e074ec o Fixed instantiation strategies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1033968 13f79535-47bb-0310-9956-ffa450edef68
2010-11-11 15:45:09 +00:00
Benjamin Bentmann 9812cb1b13 [MNG-4883] [regression] Dependency resolution does not fail for artifact with over-constrained version ranges
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1032984 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 14:00:58 +00:00
Benjamin Bentmann 9920a9d0a7 [MNG-4891] Improve robustness of snapshot dependency resolution in case a remote repo accidently uses the id "local"
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1032960 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 12:23:40 +00:00
Benjamin Bentmann ac354cdfcd o Decoupled plugin output from MNG-2961
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1032947 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 12:00:18 +00:00
Benjamin Bentmann dfae567d59 [MNG-4877] Regression: Deploy to SCP with privateKey fails - privateKey and passphrase gets lost
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1029207 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 21:40:37 +00:00
Benjamin Bentmann 1226ce1ef7 [MNG-4874] The <latestVersion> value isn't updated for local installs
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1029116 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 16:53:51 +00:00
Benjamin Bentmann cbc54d555d [MNG-4872] Dependency exclusions not always honored for dependencies with classifier
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1026510 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 22:16:05 +00:00
Benjamin Bentmann e276c57be0 o Stabilized test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1005530 13f79535-47bb-0310-9956-ffa450edef68
2010-10-07 17:14:49 +00:00
Brett Porter 203d31a548 make wagon tests basedir independent so they run on the embedded profile
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004613 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 11:24:41 +00:00
Brett Porter 4f8959631d simplify as recommended by Benjamin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004610 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 10:58:51 +00:00
Brett Porter cf9c67bd42 attempt to correct issue with Windows CI build
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004606 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05 10:45:21 +00:00
Brett Porter 7d49eceb51 restore semi-functional IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004320 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 16:33:35 +00:00
Brett Porter 65ec1e7cd3 re-enable User-Agent IT for Maven 3
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004305 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 16:12:14 +00:00
Brett Porter dcf5c5ce9b reinstate test that works on recent versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1004228 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 13:20:02 +00:00
Benjamin Bentmann 5f8a0dbf6c [MNG-4845] [regression] MavenProject.getDependencyArtifact() returns artifacts without version for dependency with version range
o Extended relevant IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1003535 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 13:42:32 +00:00
Benjamin Bentmann e97ca06de4 [MNG-4842] [regression] Repositories discovered in dependency POMs override repositories configured for original resolution request of POM
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1002851 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 21:29:10 +00:00
Benjamin Bentmann b0b96f6615 o Disabled test for unresolved issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1001500 13f79535-47bb-0310-9956-ffa450edef68
2010-09-26 19:29:02 +00:00
Benjamin Bentmann eaaa8e9ccd [MNG-4834] [regression] MavenProject.getParent() ignores configured repositories
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1001233 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 15:14:59 +00:00
Benjamin Bentmann 26edb61ba3 [MNG-4829] [regression] Checksum failures aren't logged
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@998894 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20 11:43:26 +00:00
Benjamin Bentmann 95eaeb853e [MNG-4811] Custom Maven Plugin regression in Maven 3.x, custom ComponentConfigurator causes infinite loop
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@998228 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17 17:55:09 +00:00
Benjamin Bentmann efd19269c5 [MNG-4814] Eary dependency resolution attempts for reactor projects prevent their later resolution from the reactor
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@997937 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16 22:16:31 +00:00
Benjamin Bentmann d30662440a [MNG-4309] Checksum validation doesn't fail the build for repository metadata files
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@997708 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16 12:10:52 +00:00
Benjamin Bentmann 349aec4342 [MNG-3092] Version ranges with non-snapshot bounds can contain snapshot versions
o Disabled IT until this gets properly addressed

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@997378 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15 16:06:38 +00:00
Benjamin Bentmann dec886b223 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@996479 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 10:10:15 +00:00
Benjamin Bentmann c1b11a5900 [MNG-4807] Extend core artifact filter to exclude relocated Guice-based Plexus shim
o Extended relevant IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@996478 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 10:09:31 +00:00
Benjamin Bentmann b2577e5ac3 o Fixed compilation error on JDK 1.5+ due to method clash
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@995466 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 15:35:57 +00:00
Benjamin Bentmann bd5218cbae [MNG-4785] NPE in dependency resolution code for TC plugin
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@995456 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 15:20:12 +00:00
Benjamin Bentmann 59eaca8a41 o Fixed missing basedir alignment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@995446 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09 14:35:48 +00:00
Benjamin Bentmann fd071c81a9 [MNG-4788] [regression] Appassembler Maven Plugin doesn't work like as it should
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@995270 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 22:38:20 +00:00
Benjamin Bentmann ebde2ed68f [MNG-4452] Metadata for snapshots should include classifier
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@995056 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 13:46:34 +00:00
Benjamin Bentmann b94b1145e3 [MNG-4800] Conflict resolution does not pick sub tree of nearest dependency if farther conflicting dependency has wider scope
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@994972 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 10:19:28 +00:00
Benjamin Bentmann 9d1954c51d o Stabilized test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@993153 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06 21:06:06 +00:00
Benjamin Bentmann 66808febbf [MNG-4795] [regression] Dependencies in forked reactor projects are not resolved when aggregator bound to lifecycle forks
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@992669 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 20:20:04 +00:00
Benjamin Bentmann 5e7d4e0821 o Extended IT plugin to allow distinction of multiple executions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@992668 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 20:17:55 +00:00
Benjamin Bentmann 78debe8e47 [MNG-4789] [regression] Difference in compile scope dependency resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@992294 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03 13:39:12 +00:00
Benjamin Bentmann dccd30bf17 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@992081 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 19:47:16 +00:00
Benjamin Bentmann a2cba60e95 [MNG-4791] [regression] POM artifacts passed into MavenProjectBuilder.buildFromRepository() are no longer resolved
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@992078 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02 19:46:09 +00:00
Benjamin Bentmann f0f98c23ef o Tweaked coverage filter to exclude uninteresting files
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@991487 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01 09:21:05 +00:00
Benjamin Bentmann 149f4eb440 [MNG-4786] [regression] Ant-based mojo using maven-script-ant:2.1.0+ causes NPE
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@991258 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 16:53:49 +00:00
Benjamin Bentmann 7921107194 [MNG-4756] Aether integration
o Extended IT for core artifact filter

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989965 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 22:52:50 +00:00
Benjamin Bentmann c9a33756ce o Tweaked IT to better match real life
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989832 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 17:22:21 +00:00
Benjamin Bentmann de93e51e31 [MNG-4781] Can't deploy to Nexus staging repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989830 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 17:12:30 +00:00
Benjamin Bentmann f7af83166d o Stabilized tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989809 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 16:30:20 +00:00
Benjamin Bentmann 9a739a395b [MNG-4779] NullPointerException thrown during dependency resolution when dependency with range occurs more than once in the dirty tree
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989638 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 12:19:57 +00:00
Benjamin Bentmann f1f2de19ca [MNG-4776] NPE during build from parent but not from child
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989221 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 16:59:19 +00:00
Benjamin Bentmann 7eb8e770d6 o Decoupled IT from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989084 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 13:04:47 +00:00
Benjamin Bentmann 80bb587554 o Decoupled ITs from user environment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989074 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 12:41:29 +00:00
Benjamin Bentmann 59b0062c08 o Enabled IT for Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988982 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 10:29:33 +00:00
Benjamin Bentmann 6b8c0dc2e0 o Ensured IT tests the proper code path
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988981 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 10:28:35 +00:00
Benjamin Bentmann 39d73b725b o Enabled ITs for 3.0-beta-3+
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988758 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 23:20:41 +00:00
Benjamin Bentmann b6ccc0ff6a [MNG-4690] Transitive dependency lost when included another dependency
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988677 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 19:16:58 +00:00
Benjamin Bentmann 986408e30e [MNG-4769] Regression: <enabled> flag for central cannot be overriden
o Extended relevant IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988621 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 16:52:23 +00:00
Benjamin Bentmann 4360acf9c2 [MNG-2686] POM dependency scope auto-downgrades from provided to test
o Extended relevant IT to capture issue

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@988243 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 18:30:18 +00:00
Benjamin Bentmann d0ee8ac8b0 o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987609 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 19:26:59 +00:00
Benjamin Bentmann 97ceb96368 [MNG-4772] [regression] Plugin version resolution ignores enabled flags on repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987569 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 16:52:31 +00:00
Benjamin Bentmann ce307e4075 [MNG-4771] [regression] Plugin prefix resolution ignores enabled flags on repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987568 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 16:51:17 +00:00
Benjamin Bentmann ed9a05f8d4 [MNG-4755] Version ranges cannot be resolved against mirror if a local artifact is present
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987460 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 11:39:29 +00:00
Benjamin Bentmann 1fa3532fc5 o Removed cruft
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987450 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 10:29:36 +00:00
Benjamin Bentmann fa8dd18cb9 [MNG-4765] Failing to determine java version for profile....
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987334 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 22:23:51 +00:00
Benjamin Bentmann 3796ddabcd o Refactored IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@987333 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 22:21:52 +00:00
Benjamin Bentmann 36bb0bfe27 [MNG-4768] Depending on declaration order, nearest matching version does not win when version range is involved in conflict
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@986452 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 19:01:52 +00:00
Benjamin Bentmann 0728a00f0d o Removed superfluous mirror (handled by global settings)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985685 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 14:54:10 +00:00
Benjamin Bentmann 621d58347c o Fixed test order
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985684 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 14:53:25 +00:00
Benjamin Bentmann 8f013114af o Decoupled IT from production plugins and local repo format
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985682 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 14:21:56 +00:00
Benjamin Bentmann 830da18971 o Added detection of Maven version to ease execution of individual ITs via -Dtest=
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 13:50:41 +00:00
Benjamin Bentmann bfac6a4a70 o Tweaked IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985665 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 12:49:46 +00:00
Benjamin Bentmann ca5077bf4c [MNG-4764] @required plugin parameters using default-value with expressions are not validated
o Extended related IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@985664 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 12:47:32 +00:00
John Dennis Casey 6907ff5eeb [MNG-4761] Fixing version range to accommodate maven 2.2.x fix.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984559 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 19:51:13 +00:00
Benjamin Bentmann 957a4e2883 o Stabilized test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984541 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 19:19:29 +00:00
John Dennis Casey c08498f3af [MNG-4761] Adding integration test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984531 13f79535-47bb-0310-9956-ffa450edef68
2010-08-11 18:53:11 +00:00
Benjamin Bentmann 106e6fdf1b o Fixed bootstrap
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984190 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 19:53:44 +00:00
Benjamin Bentmann cec115161c o Extended IT to better match real life and check interaction with static dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@983716 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 16:29:48 +00:00
Benjamin Bentmann 0ad9520a9c [MNG-4233] Artifact does not get resolved from the reactor
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@983389 13f79535-47bb-0310-9956-ffa450edef68
2010-08-08 11:47:52 +00:00
Benjamin Bentmann 5f7010ce93 o Extended IT plugin to enable external validation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@983388 13f79535-47bb-0310-9956-ffa450edef68
2010-08-08 11:46:29 +00:00
Benjamin Bentmann 59b59a5817 o Disabled IT about unresolved issue for now
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@983053 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06 16:57:57 +00:00
Benjamin Bentmann 63dacc9dff [MNG-4615] [regression] @required plugin parameters are not validated
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982993 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06 14:38:43 +00:00
Benjamin Bentmann 0944566b76 [MNG-4750] [regression] MavenProject.getDependencyArtifacts() aren't resolved
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 16:01:26 +00:00
Benjamin Bentmann 82c1d1e56a o Updated embedded profile to avoid pollution of system class path presented to Maven
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982404 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 21:10:25 +00:00
Benjamin Bentmann 277a1aa129 [MNG-4747] Javaagent not usable since 3.0-alpha
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982306 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04 15:37:27 +00:00
Benjamin Bentmann 3af97f644f o Excluded cruft
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982049 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 22:10:55 +00:00
Benjamin Bentmann cd0287119b o Restored accidentially deleted config
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982031 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 20:43:23 +00:00
Benjamin Bentmann 4b3c364887 o Enabled ITs to choose different global settings depending on network needs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982028 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 20:35:51 +00:00
Benjamin Bentmann add8955b29 o Deleted IT for MNG-3920 which is superseded by more extensive IT for MNG-4666
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981963 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 17:00:25 +00:00
Benjamin Bentmann 46382579be o Used property prefix different from Surefire props
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981853 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 12:58:16 +00:00
Benjamin Bentmann 3be0825ecf o Tweaked performance
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981814 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 10:36:03 +00:00
Kristian Rosenvold a7d081413c o Disabled IT while working some more on it
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981738 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 05:22:55 +00:00
Benjamin Bentmann 35e6798412 o Restored accidentially deleted config
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981713 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 00:40:34 +00:00
Benjamin Bentmann 24d00c6eda o Made ITs use global settings for common setup
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981712 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03 00:36:19 +00:00
Benjamin Bentmann 6b1259ec75 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981697 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 22:30:55 +00:00
Benjamin Bentmann ee063d5cb2 o Added factory method to create verifier setup with global settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981694 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:37:46 +00:00
Benjamin Bentmann 9720c0d503 o Fixed parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981693 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:36:33 +00:00
Benjamin Bentmann a308b84318 o Adjusted setup
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981686 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 20:55:47 +00:00
Kristian Rosenvold 607283fabe [MNG-4633] Test
Tests Robert Munteanu's problem description from the issue, but unfortunately only demonstrates that the
ThreadLockedArtifact works as it should.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981680 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 20:45:24 +00:00
Benjamin Bentmann ec95896cf6 o Stabilized IT for embedded execution
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@981475 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 12:11:11 +00:00
Benjamin Bentmann 3e5a7a6f52 o Deleted broken IT that is now superseded by IT for MNG-4745
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@980968 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 21:13:16 +00:00
Benjamin Bentmann e39fe99fa1 [MNG-4745] [regression] Maven does not check for plugin updates, even if forced via -U
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@980966 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 21:09:57 +00:00
Benjamin Bentmann 0a350d87da o Re-enabled IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@965237 13f79535-47bb-0310-9956-ffa450edef68
2010-07-18 14:31:00 +00:00
Benjamin Bentmann 107698949a [MNG-4729] Mirrors and servers not accessed properly by plugin on a build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@965102 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 16:21:25 +00:00
Benjamin Bentmann b1e147f59d o Fixed NPE
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@965100 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 16:18:14 +00:00
Benjamin Bentmann da5c998ec9 o Extended plugin to detect stub models
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@965097 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 15:53:39 +00:00
Benjamin Bentmann 2168b91dc9 [MNG-4725] Extend core artifact filter to exclude Guice-based Plexus shim
o Extended related IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@963315 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12 15:14:27 +00:00
Benjamin Bentmann 2b29d9e816 o Stabilized test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@963241 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12 11:11:12 +00:00
Benjamin Bentmann c36362ae08 o Added profile to test already installed/deployed Maven distro
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@963239 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12 10:48:09 +00:00
Benjamin Bentmann e3f50a68db [MNG-1895] Dependencies in two paths are not added to resolution when scope needs to be updated in the nearest due to any of nearest parents
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@962852 13f79535-47bb-0310-9956-ffa450edef68
2010-07-10 14:55:21 +00:00
Benjamin Bentmann 10574a23c4 [MNG-4721] Create an integration test to check handling of optional plugin dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@962574 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 15:47:15 +00:00
Benjamin Bentmann 5f17d0be26 [MNG-4720] Create an integration test to capture effects of exclusions from dependency management in combination with exclusions from regular dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@961926 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 20:42:05 +00:00
Benjamin Bentmann 2b0eae3e20 o Strengthened test to check both direct and non-direct optional dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@961815 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 15:40:46 +00:00
Benjamin Bentmann 2786d04a59 o Adjusted tests to use same set of repos across Maven runs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953627 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11 09:44:01 +00:00
Benjamin Bentmann e855cc456c o Fixed potential threading issues
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953406 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 17:26:48 +00:00
Benjamin Bentmann 7be4a13465 o Strengthened IT to monitor actual repository access
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953402 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 17:22:10 +00:00
Benjamin Bentmann fbc935e05c o Added comment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953340 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 14:44:21 +00:00
Benjamin Bentmann 7eae8484bf o Decoupled test from subtle issue with stub packaging
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@953338 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10 14:40:23 +00:00
Benjamin Bentmann f94906090a o Fixed mojo to not use single artifact instance in two different contexts
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@952738 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 17:20:32 +00:00
Benjamin Bentmann 7a0edc2404 o Improved project names
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@952643 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08 13:00:34 +00:00
Benjamin Bentmann 05fce7420c o Simplified code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@951579 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 21:22:16 +00:00
Benjamin Bentmann 62f9958f58 o Adjusted tests to use same set of repos across Maven runs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@951577 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 21:21:48 +00:00
Benjamin Bentmann 534fba08f5 [MNG-4696] [regression] MavenProject.getDependencyArtifacts() misses elements
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949800 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 16:33:58 +00:00
Benjamin Bentmann aafe8e9c67 o Extended plugin to support expressions like "project/dependencies/*/artifactId" to iterate collections
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949790 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 16:16:22 +00:00
Benjamin Bentmann 43b2be7947 o Fixed version
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949707 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 10:23:13 +00:00
Benjamin Bentmann 9480bebbf4 [MNG-1803] Provide line number information when there are errors processing a pom.xml
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949706 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 10:22:33 +00:00
Benjamin Bentmann 46ae5b81c4 [MNG-4643] [regression] Transitive dependency not available due to dependency POM erroneously rejected as invalid
o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949442 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 21:55:54 +00:00
Benjamin Bentmann e580ddd2f3 o Fixed bootstrap to include missing dependency
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@948712 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 08:15:58 +00:00
Benjamin Bentmann 669bf93f45 o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@948704 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 07:41:51 +00:00
Benjamin Bentmann c2864547b9 o Enabled test execution for embedded profile
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@948695 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 07:12:45 +00:00
Benjamin Bentmann 28a8392032 [MNG-4684] distributionManagment section in profiles do not override default one (maven 3 regression)
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@946979 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21 12:11:15 +00:00
Benjamin Bentmann a5c8fa0983 o Stabilized IT and ensured artifacts have different size
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@945761 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 17:15:50 +00:00
Benjamin Bentmann 17524992a7 o Refactored code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@945719 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 15:53:35 +00:00
Benjamin Bentmann c31ca6323b [MNG-4679] [regression] command line option "-update-snapshots" does not work for dependency:copy-dependencies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@945714 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18 15:48:31 +00:00
Benjamin Bentmann 7cfe89ecaf [MNG-4677] [regression] Plugin configuration incorrectly inherited from parent pom
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@945292 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17 18:39:05 +00:00
Benjamin Bentmann 90e9dfcb0a o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@944715 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 20:34:14 +00:00
Benjamin Bentmann c7f9fe8e8a [MNG-4666] [regression] Plugins depending on plexus:plexus-container-default get broken runtime classpath
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@944711 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15 20:15:56 +00:00
Benjamin Bentmann cd37acd46e [MNG-466] Adjust the expected message string in MavenITmng2690MojoLoadingErrorsTest
Submitted by: Stuart McCulloch

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@942067 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07 13:24:02 +00:00
Benjamin Bentmann d422609927 [MNG-4665] Missing component test class from maven-it-plugin-class-loader project?
Submitted by: Stuart McCulloch

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@941249 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05 11:14:14 +00:00
Benjamin Bentmann 0583afc663 o Renamed artifact to match issue number
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@941241 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05 10:59:47 +00:00
Benjamin Bentmann 016b4bb08b [MNG-4658] Relax validation of repository ids and only warn upon conflict with "local"
o Removed obsolete IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@940789 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04 09:56:22 +00:00
Benjamin Bentmann 54823c301f [MNG-4654] Maven erroneously selects artifact handler contributed by extension plugin for use with project main artifact based on the handler's packaging rather than type
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@940092 13f79535-47bb-0310-9956-ffa450edef68
2010-05-01 18:38:16 +00:00
Benjamin Bentmann 56932ec01d [MNG-4644] Misplaced text contents in root element of POM is not rejected by parser
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@938155 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26 17:56:55 +00:00
Benjamin Bentmann 84f06b3b5b o Decoupled IT from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@933005 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 22:40:58 +00:00
Benjamin Bentmann c2066127f9 [MNG-4453] [regression] Plugin versions defined in a lifecycle mapping are not respected
o Enabled IT for 3.0-beta-1

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@932604 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 20:52:26 +00:00
Benjamin Bentmann 6af379ed48 [MNG-1751] merging metadata doesn't fail when timestamp is in the future
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@932404 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09 13:34:02 +00:00
Benjamin Bentmann f730a6fbf1 [MNG-2994] Snapshot repositories are not checked when using ranges
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@932126 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 21:28:03 +00:00
Benjamin Bentmann 2cea2cc443 o Enabled overlooked IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931922 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 13:11:13 +00:00
Benjamin Bentmann 7a2d1cf3af [MNG-3092] Version ranges with non-snapshot bounds can contain snapshot versions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931888 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 11:34:34 +00:00
Benjamin Bentmann edc2131cd3 o Used more interesting packaging
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931872 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 10:52:16 +00:00
Benjamin Bentmann a066d94d26 [MNG-4629] [regression] POM validation fails upon non-existing system-scope dependency
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931859 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08 10:41:02 +00:00
Benjamin Bentmann fe1c3229e7 [MNG-4625] Interpolation of settings.xml fails if an expression's value contains XML markup
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931544 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 13:43:30 +00:00
Benjamin Bentmann c70688f888 [MNG-4022] Incorrect merge behavior using profile driven plugin configuration
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931328 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 21:09:05 +00:00
Benjamin Bentmann c3d0882110 o Extended IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931130 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 12:54:47 +00:00
Benjamin Bentmann b6850be14b [MNG-2103] Inheritance of <plugin> overrides that of <execution>
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931123 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 12:43:10 +00:00
Benjamin Bentmann c330af74ae [MNG-4618] maven-javadoc-plugin aggregate-jar fails with maven3 and multiple modules
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@931084 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 10:59:22 +00:00
Benjamin Bentmann 0306750438 o Clarified test design
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@930413 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 22:13:47 +00:00
Benjamin Bentmann ec19fcf37b [MNG-3133] DefaultModelInheritence::appendPath assumes it is operating on interpolated/literal paths
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@930409 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 21:59:29 +00:00
Benjamin Bentmann 8928fd7344 o Decoupled from handling of trailing slash
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@930408 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 21:58:21 +00:00
Benjamin Bentmann 9d0571f9a6 [MNG-2305] only first active proxy considered/used
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@930236 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 11:02:03 +00:00
Benjamin Bentmann 059c71e8a5 o Decoupled ITs from user environment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@930009 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 15:38:20 +00:00
Benjamin Bentmann abaceedaf9 [MNG-3470] Build does not fail on corrupted POM even with checksumPolicy=fail
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929984 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 14:13:04 +00:00
Benjamin Bentmann 24cdbaf4e3 o Decoupled ITs from POM resolution error handling
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929937 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 11:40:03 +00:00
Benjamin Bentmann 0b07e81350 [MNG-461] warn, but don't fail, on a missing POM in the repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929936 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01 11:39:12 +00:00
Benjamin Bentmann e841fb9f69 [MNG-4555] mvn archetype:generate -o (offline) still results in a "checking updates from central"
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929689 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 19:48:00 +00:00
Benjamin Bentmann 5c898cf7ef [MNG-3766] toolchains not found in extensions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929559 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 14:49:49 +00:00
Benjamin Bentmann 1d243fcd23 [MNG-2276] profile activation by property doesn't work with properties defined in settings
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929481 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 11:36:12 +00:00
Benjamin Bentmann 1c8ff10e2a [MNG-2848] Environment variables in profile activation not working
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929469 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 10:44:30 +00:00
Benjamin Bentmann 3caf7710de o Updated version ranges
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929461 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 10:25:49 +00:00
Benjamin Bentmann a158788316 [MNG-4418] Dependency resolution appears to misbehave if a remote repository uses the id "local"
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929328 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 22:51:46 +00:00
Benjamin Bentmann b17c2d6917 [MNG-3477] Authentication failures on dependency download aren't reported
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929297 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 21:25:27 +00:00
Benjamin Bentmann fd589e23bb [MNG-2741] [regression] Meaningless error message: "Error transferring file"
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929216 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 18:37:25 +00:00
Benjamin Bentmann 1f2bfb7050 [MNG-3122] MAVENPROJECT: getActiveProfiles() returning duplicate activeByDefault profile defined in LOCAL_HOME/.m2/settings.xml
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929162 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 15:05:53 +00:00
Benjamin Bentmann a9ebc936fc [MNG-3208] Injection of an inter-module dependency via profile does not affect reactor projects ordering
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929102 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 12:08:46 +00:00
Benjamin Bentmann b48e355ee0 [MNG-4326] Maven should not check snapshot repositories for dependencies in the reactor
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928840 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 17:28:05 +00:00
Benjamin Bentmann ce852d53fc [MNG-3529] mvn -D=" " throws an exception
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928712 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29 11:00:54 +00:00
Benjamin Bentmann f6bc314e2e [MNG-4005] Throw Validation Error if pom contains a dependency with two different versions
o Relaxed to warning for now to ease migration

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928486 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 19:50:16 +00:00
Benjamin Bentmann 8bb7612e0d [MNG-1701] Validate that a plugin is not configured twice in the pom
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928424 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28 15:03:41 +00:00
Benjamin Bentmann b1880e6671 [MNG-2222] dependency to dependency without source code fails
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928057 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 20:59:43 +00:00
Benjamin Bentmann 80bd86f643 o Changed IT to use the proper lifecycle phases and reflect real world scenarios
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@928056 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 20:57:34 +00:00
Benjamin Bentmann 25f2d3529d [MNG-4162] Removal of all reporting logic from the core of Maven
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@927605 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 21:56:20 +00:00
Benjamin Bentmann 234852c9f6 [MNG-3297] maven should not give dependencies to plugins that don't @requireDependencyResolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@927498 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 17:01:40 +00:00
Benjamin Bentmann 8028a86643 o Updated IT to account for difference in validation message
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@927448 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:20:56 +00:00
Benjamin Bentmann 718107c09a o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@926868 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 23:56:59 +00:00
Benjamin Bentmann 02aa0ea7cf o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@926862 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 23:48:30 +00:00
Benjamin Bentmann 75ce32ab48 [MNG-4600] [regression] Optional flag from dependency management applied to dependencies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@925480 13f79535-47bb-0310-9956-ffa450edef68
2010-03-19 23:19:58 +00:00
Benjamin Bentmann a0df903c89 [MNG-2577] Allow interpolation of Properties in settings.xml
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@925255 13f79535-47bb-0310-9956-ffa450edef68
2010-03-19 15:03:51 +00:00
Benjamin Bentmann 5d1e6442da [MNG-2486] ${project.version} evaluated to timestamped version if referring to SNAPSHOT
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@924761 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18 13:18:31 +00:00
Benjamin Bentmann d74c83c25b [MNG-4590] [regression] System properties are no longer interpolated in imported POMs
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@923399 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 19:33:04 +00:00
Benjamin Bentmann 1a7c67bc31 o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@922211 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 10:58:43 +00:00
Benjamin Bentmann c2c7ee6575 [MNG-4428] Permament move (error 301) not handled properly by Maven
o Renamed IT to match bug id

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@922093 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 01:05:06 +00:00
Benjamin Bentmann 3c0616ffa0 [MNG-4428] Permament move (error 301) not handled properly by Maven
o Strengthened IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@922090 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 00:51:02 +00:00
Benjamin Bentmann e4d8f69484 [MNG-4586] Plugin prefix can't be resolved from plugin management if management entry is missing plugin version
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@921930 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 16:47:32 +00:00
Benjamin Bentmann a9262cf8ed [MNG-4580] Plugin dependencies for module ignored when building from aggregator project using direct plugin invocation
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@921578 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 21:29:03 +00:00
Benjamin Bentmann 71fd95ff1d [MNG-1144] List 2 or more maven goals in the <defaultGoal> of the POM
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@920468 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 19:23:22 +00:00
Benjamin Bentmann 3b8f5b1529 o Disabled embedded execution of test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@920053 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07 18:25:59 +00:00
Benjamin Bentmann 360c1b7922 [MNG-4570] [regression] User/pass from settings.xml is not used during site:deploy
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@917253 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28 19:06:06 +00:00
Benjamin Bentmann b16fc8168b [MNG-4553] Plugins artifact filtering should use full Artifact identification instead only ArtifactId
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@917012 13f79535-47bb-0310-9956-ffa450edef68
2010-02-27 18:53:42 +00:00
Benjamin Bentmann 5aaec14151 [MNG-4572] <modelVersion> element in pom does not allow whitespace around version string
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@916794 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 19:39:47 +00:00
Benjamin Bentmann 86d937b8de o Fixed test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@912233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20 21:46:19 +00:00
Benjamin Bentmann f51933008e [MNG-4564] Location (and name) for settings-security.xml has changed in Maven 3
o Strengthened IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@912164 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20 17:59:46 +00:00
Benjamin Bentmann 620b0c5527 o Disabled EMMA runtime controller to avoid port conflicts
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@910267 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15 17:15:24 +00:00
Benjamin Bentmann 3e37fe1c52 o Added profile to run ITs using embedded Maven
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@910121 13f79535-47bb-0310-9956-ffa450edef68
2010-02-14 23:44:20 +00:00
Benjamin Bentmann 5af0ae1390 [MNG-4528] [regression] mvn deploy ignores proxy settings
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@910119 13f79535-47bb-0310-9956-ffa450edef68
2010-02-14 23:21:58 +00:00
Benjamin Bentmann b38e25c739 o Worked around connection/proxy caching by Sun's HTTP client when ITs run in embedded mode
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909931 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 23:42:48 +00:00
Benjamin Bentmann ca1ab4eff5 o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909850 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 17:17:15 +00:00
Benjamin Bentmann 37f22e516b o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909849 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 17:07:19 +00:00
Benjamin Bentmann fb5d21b746 [MNG-4561] [regression] network settings are not applied to repositories from plugin dependencies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@909812 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 13:30:21 +00:00
Benjamin Bentmann caf70b7c17 [MNG-4554] [regression] plugin updates are requested on every build regardless of policies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@905423 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01 21:55:09 +00:00
Benjamin Bentmann 1b5281b1a3 [MNG-4464] Improve handling of relative paths with backslashes
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@904928 13f79535-47bb-0310-9956-ffa450edef68
2010-01-31 00:23:31 +00:00
Brett Porter 8f40ee8c30 use the version of surefire from the parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@904396 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 07:16:53 +00:00
Benjamin Bentmann 2f28a0483c [MNG-4526] [regression] Shade plugin includes too much (relative to 2.2.1)
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@904308 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 23:44:51 +00:00
Benjamin Bentmann 8e1f46931a [MNG-4536] Long build time - enforcer running too many times
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@904187 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28 17:54:32 +00:00
Benjamin Bentmann c28d4c9cb3 o Enabled debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@903424 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26 21:26:52 +00:00
Benjamin Bentmann 9628859d06 o Decoupled ITs from timestamp granularity of filesystem
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902676 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24 23:29:43 +00:00
Benjamin Bentmann 5d2f29db76 [MNG-4522] Maven3 doesn't fail build when a pom from transitive dependency can't be found
o Updated affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902571 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24 14:23:42 +00:00
Benjamin Bentmann e893cab008 o Fixed test description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902564 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24 13:20:14 +00:00
Benjamin Bentmann 7fef78ed4a [MNG-4522] Maven3 doesn't fail build when a pom from transitive dependency can't be found
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902514 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24 00:20:02 +00:00
Benjamin Bentmann 835c6dfa11 o Refactored code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902429 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 15:52:50 +00:00
Benjamin Bentmann 58996c48bc [MNG-4544] Concurrent access to Maven internals involving active component collections is not thread-safe
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@902426 13f79535-47bb-0310-9956-ffa450edef68
2010-01-23 15:45:32 +00:00
Benjamin Bentmann b081b4aca2 o Increased concurrency
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@901015 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20 00:42:59 +00:00
Benjamin Bentmann 134bdd165d o Strengthened IT to cover metadata as well
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@900761 13f79535-47bb-0310-9956-ffa450edef68
2010-01-19 13:11:18 +00:00
Benjamin Bentmann 6b15c605d1 [MNG-2135] multi-project build that creates it's own plugins needs bootstrapping
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@896444 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 13:42:52 +00:00
Benjamin Bentmann 7dc7a0001f [MNG-4379] Properties defined in parent POM and used in systemPath element cause POM validation warnings and dependencies ignoration - compilation error
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@895244 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 17:42:54 +00:00
Benjamin Bentmann 8c17602e36 [MNG-4512] [regression] Profile activation based on JDK version range fails if current version is close to range boundary
o Strengthened responsible IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@895051 13f79535-47bb-0310-9956-ffa450edef68
2010-01-01 18:48:10 +00:00
Benjamin Bentmann a2b229f4ab o Decoupled IT plugin build from MPLUGIN-136/MNG-3741
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894949 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 22:22:01 +00:00
Benjamin Bentmann 4642532999 o Decoupled IT plugin build from MPLUGIN-136/MNG-3741
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894947 13f79535-47bb-0310-9956-ffa450edef68
2009-12-31 22:04:47 +00:00
Benjamin Bentmann 2f32a8bc4c o Updated version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894354 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 11:21:22 +00:00
Benjamin Bentmann ff475c2eb1 o Decoupled IT from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894184 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 15:17:30 +00:00
Benjamin Bentmann 576b63037f o Decoupled IT from production plugins
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894167 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 13:21:47 +00:00
Benjamin Bentmann b2614ec5b2 o Inherited from IT parent
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894163 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 12:45:55 +00:00
Benjamin Bentmann 4486e10798 [MNG-4368] DefaultArtifactInstaller should only overwrite files if timestamp has changed
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@894116 13f79535-47bb-0310-9956-ffa450edef68
2009-12-27 23:31:39 +00:00
Benjamin Bentmann 5f939ed285 [MNG-4500] [regression] Maven checks for updates of timestamped snapshots
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@892534 13f79535-47bb-0310-9956-ffa450edef68
2009-12-19 23:56:41 +00:00
Benjamin Bentmann dbae04d079 o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@892533 13f79535-47bb-0310-9956-ffa450edef68
2009-12-19 23:55:05 +00:00
Benjamin Bentmann 8f9b890cef [MNG-4498] Don't fail dependency resolution if one remote repo's metadata is broken
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@891194 13f79535-47bb-0310-9956-ffa450edef68
2009-12-16 11:25:35 +00:00
Benjamin Bentmann ee9a264106 [MNG-4489] [regression] Mirror/proxy/auth does not apply to repositories discovered in POMs of build extensions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@889458 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10 23:04:34 +00:00
Benjamin Bentmann 48b86211ca [MNG-4488] [regression] Parent POMs resolved from repository are validated in strict mode
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@888353 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 12:03:57 +00:00
Benjamin Bentmann 483438a49b [MNG-4479] [regression] Project-level plugin dependencies ignored for direct CLI invocation if plugin key uses properties
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@887807 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 00:08:10 +00:00
Benjamin Bentmann 5656536d57 o Refactored plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@887805 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 00:03:54 +00:00
Benjamin Bentmann 4f26200638 [MNG-4482] [regression] command line option "-update-snapshots" does not work for plugins/extensions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@887362 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 21:26:16 +00:00
Benjamin Bentmann 428a8b1d98 o Added some more comments on running the ITs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@887236 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 15:51:18 +00:00
Benjamin Bentmann e45c1a3bed [MNG-4471] [regression] Wagon manager does not respect instantiation strategy of wagons
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@885587 13f79535-47bb-0310-9956-ffa450edef68
2009-11-30 21:31:17 +00:00
Benjamin Bentmann 84f6b19954 o Used different host names to workaround some proxy caching of the JRE
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@884295 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 22:08:34 +00:00
Benjamin Bentmann d2e913db91 [MNG-4470] [regression] Proxies are ignored during artifact deployment
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@884248 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 20:20:24 +00:00
Benjamin Bentmann 0cf9b1ae8c [MNG-4469] [regression] deploy:deploy-file fails with secured repository
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@884174 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 16:22:54 +00:00
Benjamin Bentmann b5fc08e621 [MNG-4465] [regression] can't run mvn help:effective-settings when offline
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@883519 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 22:12:53 +00:00
Benjamin Bentmann bb2a2af522 [MNG-4461] [regression] No transfer progress during artifact deployment
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@882669 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 18:20:26 +00:00
Benjamin Bentmann 320012ec9a [MNG-4459] [regression] Effective settings as visible to plugins contain plain text passwords
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@882574 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20 14:36:13 +00:00
Benjamin Bentmann f6869fab4b [MNG-4453] [regression] Plugin versions defined in a lifecycle mapping are not respected
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@881609 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 23:05:46 +00:00
Benjamin Bentmann df196bc14e [MNG-4450] [regression] Stub project for missing dependency POMs is not properly created
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@881561 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 22:02:42 +00:00
Benjamin Bentmann 2d0d9ae023 [MNG-4448] Create IT to check for support of HTTP redirects
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@880805 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 15:42:37 +00:00
Benjamin Bentmann e19b808eda o Made test fail properly
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@835611 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 22:34:19 +00:00
Brett Porter 04e989b76b correct version ranges for versions the regressions were fixed in
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@835389 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 14:24:00 +00:00
Brett Porter 411036fd49 clean up some version specs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@835378 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 13:27:54 +00:00
Brett Porter eccb7f7e31 fix spec
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@835376 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 13:21:18 +00:00
Benjamin Bentmann 1083ef52c3 [MNG-4436] [regression] Singleton components can get instantianted multiple times
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834991 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11 18:04:27 +00:00
Benjamin Bentmann 95176f6281 [MNG-4412] Make legacy entry points to repository system pick offline mode from session
o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834918 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11 15:45:06 +00:00
Benjamin Bentmann 7e578bd047 [MNG-4436] [regression] Singleton components can get instantianted multiple times
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834849 13f79535-47bb-0310-9956-ffa450edef68
2009-11-11 12:23:29 +00:00
Daniel Fabulich 81cd3b3355 Added mng3004 test to integration suite
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834648 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 20:18:21 +00:00
Daniel Fabulich 33e3f5d30b Checked in test for MNG-3004, runs only in versions later than 3.0-alpha-3
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834625 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 19:39:57 +00:00
Benjamin Bentmann 8b22633443 o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834604 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 19:12:49 +00:00
Benjamin Bentmann 306f47cb25 [MNG-4433] [regression] command line option "-update-snapshots" does not work for parent POMs
o Added/extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834589 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10 18:36:45 +00:00
Benjamin Bentmann 2591317980 o Fixed IT to respect file comparison rules of underlying OS
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834271 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 22:59:50 +00:00
Benjamin Bentmann 3079f709b0 o Added missing plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834265 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 22:44:55 +00:00
Benjamin Bentmann f05fd73fc7 o Reverted to default test behavior, i.e. fail build upon test failure, ITs are supposed to pass now
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834244 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 21:22:14 +00:00
Benjamin Bentmann 8fb37c5587 [MNG-4430] [regression] Presence of distribution management status in POM of local project does not cause validation error
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@833462 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 16:44:22 +00:00
Benjamin Bentmann 13a4c5d630 o Added missing plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@833361 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 11:49:08 +00:00
Benjamin Bentmann 7d3a1d5d0c [MNG-4429] [regression] jspc plugin works in Maven 2.2.1, fails in 3.0
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@833357 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 11:45:38 +00:00
Benjamin Bentmann 0a08a55b39 o Strengthened IT to check another Maven 2.x feature
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@833032 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 12:00:51 +00:00
Benjamin Bentmann 79dc82b620 o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@833031 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 11:25:52 +00:00
Benjamin Bentmann 1fec816dbd o Stabilized IT to account for boot class path of IBM JREs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@832419 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 13:56:11 +00:00
Benjamin Bentmann cca0924031 [MNG-4421] Warn regarding old-style references when used in a project build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831578 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 18:23:39 +00:00
Benjamin Bentmann 443622bbf5 [MNG-4421] Warn regarding old-style references when used in a project build
o Extended IT to check for proper interpolation in dependency POMs

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831575 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 18:06:29 +00:00
Benjamin Bentmann 8e79e60ba7 [MNG-4423] Allow to query session data via plugin parameter expressions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831554 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 15:28:29 +00:00
Benjamin Bentmann 0bed1438ce [MNG-4319] Property expansion does not work for goals in plugin executions
[MNG-4422] [regression] Property expansion does not work for phase of plugin executions

o Enabled ITs for 2.2.2

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831553 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 15:27:41 +00:00
Benjamin Bentmann f5a2af2936 [MNG-4422] [regression] Property expansion does not work for phase of plugin executions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831541 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 13:50:33 +00:00
Benjamin Bentmann 9da8285a7e [MNG-3607] Class loaders employed by Maven return invalid URLs to resources
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831465 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 21:56:56 +00:00
Benjamin Bentmann 87ee1e0d2d [MNG-4416] [regression] Plugins are not properly ordered after merging with profile plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830914 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 12:32:19 +00:00
Benjamin Bentmann 7fe1416202 [MNG-4415] [regression] Plugins are not properly ordered after merging with inherited parent plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830805 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29 00:22:20 +00:00
Benjamin Bentmann 4f5292e80b [MNG-4413] [regression] Repositories discovered in dependency POMs are not subject to mirroring
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830382 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 22:50:04 +00:00
Benjamin Bentmann 6595e9fa66 o Improved error messages
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830274 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 18:07:11 +00:00
Benjamin Bentmann cd63cdc648 [MNG-4412] Make legacy entry points to repository system pick offline mode from session
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830267 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 17:51:58 +00:00
Benjamin Bentmann c9bec7958e [MNG-4408] Missing settings.xml is silently ignores
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830203 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 14:31:24 +00:00
Benjamin Bentmann 9e64a4c63f [MNG-4148] Apply profiles from settings.xml to POMs built from the repository
o Disabled IT for Maven 3.x, see also http://www.mail-archive.com/dev@maven.apache.org/msg82166.html

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830184 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 13:39:44 +00:00
Benjamin Bentmann 846cd8f833 [MNG-4411] [regression] Maven execution does not stop after showing version
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830141 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 11:39:06 +00:00
Benjamin Bentmann dcccbb109c [MNG-4410] [regression] Maven execution does not end after showing usage help
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830138 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 11:37:44 +00:00
Benjamin Bentmann 0a7530f99c [MNG-3807] Maven is not interpolatin Properties at plugin configuration
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829779 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 12:57:47 +00:00
Benjamin Bentmann 2307248d92 [MNG-4405] Uninterpolated expressions should cause an error for plugin versions
o Extended IT to check dependency POM's are unaffected

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829409 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 16:49:31 +00:00
Benjamin Bentmann c988335dac [MNG-4405] Uninterpolated expressions should cause an error for plugin versions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829402 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 16:31:41 +00:00
Benjamin Bentmann 786b2469d0 [MNG-4404] Throw validation error upon duplicate profile id
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829389 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 15:42:07 +00:00
Benjamin Bentmann 5529da9248 [MNG-4402] Improve duplicated modules error
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829381 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 14:52:33 +00:00
Benjamin Bentmann f391318754 [MNG-4403] Create an IT to test that strict model validation does not apply to dependency POMs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829369 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 13:50:25 +00:00
Benjamin Bentmann 30e247f191 [MNG-4401] [regression] central repository is tried before explicitly declared repositories during parent POM resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@829154 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 18:04:43 +00:00
Benjamin Bentmann b042397e85 [MNG-4400] [regression] Repository order from settings.xml is not respected during artifact resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@828997 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 10:52:40 +00:00
Benjamin Bentmann 3c94c762c4 [MNG-3819] [regression] Plugins that don't declare dependency on plexus-utils no longer get plexus-utils:1.1
o Enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@828223 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 21:26:09 +00:00
Benjamin Bentmann 58c4ace578 [MNG-4396] [regression] Ant plugin fails with Maven-3
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@826634 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 11:03:59 +00:00
Benjamin Bentmann bb0c200385 [MNG-4204] Remove support for legacy style repositories
o Disabled affected ITs

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@825184 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14 16:40:57 +00:00
Benjamin Bentmann 782d0355e7 [MNG-4393] [regression] Parent POMs resolved from repository are parsed in strict mode
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@824804 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 15:25:39 +00:00
Benjamin Bentmann 86606b5706 o Mentioned possibility to run ITs with Maven from IDE workspace
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@824336 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 13:52:04 +00:00
Benjamin Bentmann 1678e0d63a [MNG-4390] Make parsing of settings.xml lenient with respect to unrecognized tags
o Updated existing IT to account for new behavior

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@824189 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 22:41:22 +00:00
Benjamin Bentmann eb29f79775 o Updated to maven-verifier:1.3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823740 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 23:24:55 +00:00
Benjamin Bentmann db8d971f8c o Simplified debugging
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823735 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 23:15:03 +00:00
Benjamin Bentmann a5f8800c70 o Prepared ITs for execution by embedded Maven
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823585 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 15:23:19 +00:00
Benjamin Bentmann 5436f96a8f o Refactored IT to reuse existing IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823502 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 10:24:40 +00:00
Benjamin Bentmann 7732d7f5ef o Separated build logs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823493 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 09:58:50 +00:00
Benjamin Bentmann f064075e3f o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823492 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 09:57:58 +00:00
Benjamin Bentmann fdbe98019a o Strengthended IT to check interaction with other wagon usages
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823491 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 09:56:58 +00:00
Benjamin Bentmann e9f544b2d6 o Improved error output
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823346 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 22:19:17 +00:00
Benjamin Bentmann 9ecfbdd81f o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@823307 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 20:27:44 +00:00
Benjamin Bentmann f149012354 o Stabilized ITs
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@822683 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 12:07:01 +00:00
Benjamin Bentmann d3f97a6786 [MNG-4383] Uninterpolated expressions should cause an error
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@821765 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 12:24:02 +00:00
Benjamin Bentmann 877538470d [MNG-3991] POM validator allows <scope>optional</scope> but it is not valid.
o Adjusted IT to account for relaxed validation

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@821760 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 11:21:40 +00:00
Benjamin Bentmann 345a1e433e [MNG-4319] Property expansion does not work for goals in plugin executions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@821558 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 16:40:17 +00:00
Benjamin Bentmann 7a6528147a [MNG-3183] Allow a user to specify logging to a text file
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@821009 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 13:21:28 +00:00
Benjamin Bentmann 2b5db622d1 [MNG-4386] [regression] Debug logging can't be activated
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@820978 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 11:54:22 +00:00
Benjamin Bentmann dcdcc9e445 [MNG-4387] [regression] Quiet logging can't be activated
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@820975 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 11:38:32 +00:00
Benjamin Bentmann a47081f81d [MNG-4385] [regression] Custom lifecycle mappings from build extension leak into other projects in the reactor without extension
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@820615 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 11:38:11 +00:00
Benjamin Bentmann 00fe5007d6 o Extended IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@819867 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 09:36:04 +00:00
Benjamin Bentmann 87e02e4f16 o Inherited from maven-parent:13
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@819668 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28 18:57:02 +00:00
Benjamin Bentmann 2f2954db6e [MNG-4381] Allow extension plugins to contribute non-core components to be reused by other plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@819539 13f79535-47bb-0310-9956-ffa450edef68
2009-09-28 13:52:08 +00:00
Benjamin Bentmann 018a20043d [MNG-2098] Artifact resolver incorrectly selects repository which doesn't contain the selected version
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@818824 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25 11:57:08 +00:00
Benjamin Bentmann 1ef3608b09 [MNG-4367] Consider layout for mirror selection
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@818444 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24 10:57:34 +00:00
Benjamin Bentmann 0085e85a15 o Updated to maven-verifier:1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@818021 13f79535-47bb-0310-9956-ffa450edef68
2009-09-23 09:40:18 +00:00
Benjamin Bentmann ddafb6c8af [MNG-4365] XmlPullParserException while parsing XML with encoded entities within attributes
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@817712 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 16:04:58 +00:00
Benjamin Bentmann 8e1250463e o Re-enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@817441 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21 22:13:13 +00:00
Benjamin Bentmann 635434bb9e [MNG-4363] [regression] Dependency artifacts injected by plugins aren't included in class paths
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@816799 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 22:03:33 +00:00
Benjamin Bentmann 76ea07d222 o Strengthened IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@816726 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 17:42:53 +00:00
Benjamin Bentmann e663e1a7b8 [MNG-187] add getModuleProjects() to MavenProject
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@816605 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 12:44:26 +00:00
Benjamin Bentmann 542ee6f24a [MNG-4343] maven always checks missing release artifacts
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@816564 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 09:51:29 +00:00
Benjamin Bentmann e222f2fb27 [MNG-4048] Allow to resolve dependencies using version range from reactor
o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@816183 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 13:29:41 +00:00
Benjamin Bentmann 3139ae54f6 [MNG-4361] [regression] command line option "-update-snapshots" does not work
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815880 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 16:59:42 +00:00
Benjamin Bentmann df044e3b39 o Enabled IT for Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815767 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 13:24:14 +00:00
Benjamin Bentmann 883a01065d o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815522 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 22:13:46 +00:00
Benjamin Bentmann 89f9847b00 [MNG-4360] [regression] wagon-webdav-jackrabbit doesn't work with Maven 3.x
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815407 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 17:26:42 +00:00
Benjamin Bentmann 764bbbae75 o Extended test to increase likelihood of hitting a wagon that is actually bundled with the core
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815349 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 14:49:01 +00:00
Benjamin Bentmann 38d55fb8ff [MNG-4359] [regression] Locally reachable parent POMs outside of reactor are not found during dependency resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@815292 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 12:30:46 +00:00
Benjamin Bentmann 01a18ac944 [MNG-4357] [regression] Custom packagings from build extensions are not reliably loaded during a reactor build
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@814691 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14 15:19:31 +00:00
Benjamin Bentmann 14a2668453 [MNG-4356] [regression] Active component maps with stateful per-lookup components broken
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@814084 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 23:37:04 +00:00
Benjamin Bentmann 9080281526 [MNG-4355] [regression] Extensions without version in the POM are not resolved to the RELEASE artifact
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@814033 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 21:14:26 +00:00
Benjamin Bentmann 8468d108f1 [MNG-4353] [regression] Plugin dependencies are not downloaded from repos given in the plugin's POM
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813859 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 14:38:34 +00:00
Benjamin Bentmann 9c939c9400 o Enabled IT for Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813802 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 12:28:15 +00:00
John Dennis Casey 84fb104786 [MNG-4148] Moving out into a separate IT from MNG-4347, and using a remote repository instead of a local repo directory structure to be copied in. This hopefully future-proofs the IT from changes in the local repo structure.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813617 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 22:08:22 +00:00
John Dennis Casey 96a9c446a3 enable MNG-4347 (and MNG-4148, in the same class) tests inside the suite.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813571 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 20:06:25 +00:00
John Dennis Casey eae4a70692 [MNG-4148] integration test to verify that the fix for MNG-4347 also fixed this one.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813570 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 20:06:14 +00:00
John Dennis Casey 374e7fe7ef adding license headers
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813455 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 14:18:24 +00:00
John Dennis Casey 07c33af78b [MNG-4347] Integration test, currently disabled in suite until MNG-4347 branch is merged onto 2.2.x branch.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813454 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 14:17:56 +00:00
Benjamin Bentmann df5a0d668c [MNG-4350] [regression] Multiple goals bound to the same phase in a lifecycle mapping get executed out of order
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@813129 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 21:46:34 +00:00
Benjamin Bentmann bfa49a9f35 [MNG-4349] [regression] Maven hangs in endless loop if POM of relocated artifact is invalid
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812990 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 15:23:43 +00:00
Benjamin Bentmann 97ca7d65fa [MNG-4348] [regression] Unnecessary remote repo access for POMs while execution plugin that does not require dependency resolution
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812908 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 11:53:21 +00:00
Benjamin Bentmann 9f1fb01f73 [MNG-4342] [regression] Multiple goals within single execution with equally named parameter get configured with wrong default values
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812519 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 14:13:06 +00:00
Benjamin Bentmann 5937db3664 [MNG-4345] [regression] Plugin executions contributed by default lifecycle mapping execute after other plugin executions bound to the same phase
o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812471 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 11:44:28 +00:00
Benjamin Bentmann d8c8aa79d9 [MNG-4345] [regression] Plugin executions contributed by default lifecycle mapping execute after other plugin executions bound to the same phase
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812420 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08 09:48:21 +00:00
Benjamin Bentmann b9dfa659b0 [MNG-4344] [regression] Managed executions of plugins introduced by default lifecycle bindings execute before explicitly defined plugins
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812284 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 21:44:10 +00:00
Benjamin Bentmann b11388fdca [MNG-4292] Support Enum-type parameters in mojos
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812261 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 19:18:13 +00:00
Benjamin Bentmann 7479590472 [MNG-4341] [regression] Plugins are not executed in POM order
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@812190 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 15:24:01 +00:00
Benjamin Bentmann 232f10a039 [MNG-4338] Unexepceted "Unknown packaging: bundle" error for plugins with custom lifecycle mapping that defines optional mojos
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@811511 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 18:33:04 +00:00
Benjamin Bentmann 0ba2089726 o Relaxed log parsing
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@811359 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 12:05:00 +00:00
Benjamin Bentmann 99e67b151d o Enabled access to non-public methods
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@810194 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:46:20 +00:00
Benjamin Bentmann c8c274aea6 [MNG-4335] [regression] <settings><offline>true</offline</settings> is not honored
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@810108 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 16:23:20 +00:00
Benjamin Bentmann bb5c5e4555 o Removed superfluos files (cycles were and won't be supported, the non-cyclic case is already covered by the IT for MNG-3220)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@810014 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 13:08:05 +00:00
Benjamin Bentmann 79dcdf27c8 o Fixed parent references
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809929 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 09:31:05 +00:00
Benjamin Bentmann 20630cf215 o Re-enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809770 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 22:41:14 +00:00
Benjamin Bentmann c00f0b1418 [MNG-4332] [regression] Default plugin executions contributed by packaging execute after executions from plugin management
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809571 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 13:03:37 +00:00
Benjamin Bentmann 2e768dadce [MNG-4331] Add new mojo annotation @requiresDependencyCollection to grab dependency tree without files
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809429 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 22:24:31 +00:00
Benjamin Bentmann 785f9c5e8c o Disabled IT for 3.x (we're aiming at a single Jetty-based HTTP wagon that combines the features of the existing two HTTP wagons)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809018 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 20:23:47 +00:00
Benjamin Bentmann 78b2f2fd22 [MNG-4238] [regression] plugin parameters of primitive types can't be populated from expression
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808947 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 16:32:35 +00:00
Benjamin Bentmann 634dc3197d o Added primitive parameters
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808943 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28 16:29:03 +00:00
Benjamin Bentmann 3b0b101f88 [MNG-4327] [regression] Forking mojos that are bound to a lifecycle phase that gets forked execute multiple times
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808450 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 15:11:07 +00:00
Benjamin Bentmann dd0a1b6d40 o Extended plugin to track execution of forking mojo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808445 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 15:03:00 +00:00
Benjamin Bentmann d4d62f2940 [MNG-3991] POM validator allows <scope>optional</scope> but it is not valid
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808367 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 11:00:08 +00:00
Benjamin Bentmann ca7d6bd791 o Enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@808346 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 10:05:46 +00:00
Benjamin Bentmann 4f0f75f6f2 [MNG-1073] aggregating goal does not fork a lifecycle
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807973 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 11:59:22 +00:00
Benjamin Bentmann ac12d6a88d o Extended IT plugin to allow testing of forking+aggregation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807971 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 11:56:59 +00:00
Benjamin Bentmann b12cc9b647 [MNG-4320] [regression] Aggregators invoked from CLI no longer resolve dependencies for all reactor projects
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807626 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 13:44:56 +00:00
Benjamin Bentmann 25425fc8ed o Added mojo to test dependency resolution + aggregation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807623 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 13:41:42 +00:00
Benjamin Bentmann 3a035b0626 o Extended IT to check the case of using plugin management, too
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807616 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 13:29:03 +00:00
Benjamin Bentmann 70c178ebde [MNG-4321] [regression] Configuration from plugin management is not applied to goals invoked from CLI
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807567 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 11:22:30 +00:00
Benjamin Bentmann 9825603d33 o Improved test description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807544 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 10:32:13 +00:00
Benjamin Bentmann 9989846e5f [MNG-4318] MavenProject.executionRoot is not set correctly
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807518 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 08:29:11 +00:00
Benjamin Bentmann be059f0fed o Extended mojo to track its execution
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807158 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 11:41:11 +00:00
Benjamin Bentmann b2682eb6f2 [MNG-4317] [regression] g:a level metadata is not properly processed when resolving plugin version
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@807135 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 09:14:06 +00:00
Benjamin Bentmann 80a1c965f0 o Fixed indentation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@806868 13f79535-47bb-0310-9956-ffa450edef68
2009-08-22 16:54:39 +00:00
Benjamin Bentmann 1ec7660bb5 [MNG-4314] [regression] Direct invocation of aggregator plugin causes plugin to run on each project
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@806867 13f79535-47bb-0310-9956-ffa450edef68
2009-08-22 16:52:03 +00:00
Benjamin Bentmann 7c10898703 [MNG-4312] Magic expressions injected by PluginParameterExpressionEvalutor conflict with expressions used by plugins to access system properties
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@806280 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:08:19 +00:00
Benjamin Bentmann 0adc235ad2 o Strengthened IT to check repository identity
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@806262 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 17:14:21 +00:00
Benjamin Bentmann c791ab82e1 [MNG-4305] [regression] ${localRepository.basedir} is not a proper path
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@805055 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 17:20:11 +00:00
Benjamin Bentmann da2471a067 [MNG-4304] [regression] MavenProject.getDependencyArtifacts() not set
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@805001 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 15:00:03 +00:00
Benjamin Bentmann e71f2bcb58 o Extended plugin to dump dependency artifacts as well
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@805000 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:58:03 +00:00
Benjamin Bentmann 0dc945b22d [MNG-3872] Profiles not being activated for relocated POMs
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@804348 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 20:04:08 +00:00
Benjamin Bentmann d28b471917 [MNG-2693] Error executing post-site: java.util.MissingResourceException: Can't find bundle for base name site-plugin, locale en
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@804235 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 14:23:00 +00:00
Benjamin Bentmann 0c4f4cb048 o Decoupled IT from log output
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@804194 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 12:32:56 +00:00
Benjamin Bentmann 0ee199ecfa [MNG-553] Secure Storage of Server Passwords
o Extended IT to check new CLI commands to encrypt passwords

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803545 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 14:53:31 +00:00
Benjamin Bentmann 77ba2adf5f [MNG-553] Secure Storage of Server Passwords
o Enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803512 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 13:52:41 +00:00
Benjamin Bentmann 7ccdc16429 o Decoupled IT from core API details like wagon manager and tested effective repo access instead
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803503 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 13:36:16 +00:00
Benjamin Bentmann 724131c8be o Enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803439 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 10:43:41 +00:00
Benjamin Bentmann 4bbd446e81 [MNG-4293] Extend Mojo API to allow resolution of both compile and runtime dependencies
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803432 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 10:30:03 +00:00
Benjamin Bentmann d23f37d1b6 o Re-enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803268 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 19:52:59 +00:00
Benjamin Bentmann d0781415e7 o Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803130 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 14:01:14 +00:00
Benjamin Bentmann 1e527fea47 [MNG-4291] [regression] @requiresOnline mojo annotation is ignored
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803127 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 13:57:53 +00:00
Benjamin Bentmann bb004bd928 o Added IT plugin to test @requiresOnline
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@803123 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11 13:54:45 +00:00
Benjamin Bentmann 1c95a9cbef [MNG-4287] Make ToolchainManagerPrivate session-aware
o Updated IT plugin to account for API differences

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@802042 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 15:16:59 +00:00
Benjamin Bentmann a937dfce25 [MNG-4275] [regression] Direct relocations no longer log at WARNING level : MNG-3380 conflicts with MNG-1689
o Enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@801787 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 19:31:29 +00:00
John Dennis Casey 5808d99545 [MNG-4275] Adding integration test to verify that a warning is output when a direct dependency has been relocated.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@801438 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 22:09:06 +00:00
Benjamin Bentmann bdc516fab9 [MNG-4283] [regression] Parent POM with packaging other than "pom" is not rejected
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@801425 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 21:46:15 +00:00
Benjamin Bentmann ffca6bafc9 o Added workaround for bug in plexus-velocity
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@801392 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05 19:55:57 +00:00
Benjamin Bentmann 76a1b62fac [MNG-4281] remote snapshots are prefered over locally installed snapshots in maven3 svn rev 800808
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800920 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 19:04:04 +00:00
Benjamin Bentmann 45b639a308 [MNG-4280] [regression] Direct CLI invocation of goal causes "default-cli" config to be processed twice, duplicating list values
o Strengthened existing IT to check configuration handling in detail

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800721 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 10:16:20 +00:00
John Dennis Casey a31495645e [MNG-4279] Attempting to work around apparent issues with reusing the 'central' repository/server id for this IT.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800584 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 21:44:50 +00:00
John Dennis Casey 9a7643eab8 [MNG-4279] Test graceful failure of wagon provider selection
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800543 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 20:32:04 +00:00
Benjamin Bentmann 7e40b232ba [MNG-4277] Remove core artifacts from ${plugin.artifacts}
o Disabled affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800137 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 19:31:08 +00:00
Benjamin Bentmann c2752a06c6 [MNG-4166] Problem parsing command-line options in release:perform
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800115 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:42:08 +00:00
Benjamin Bentmann fcd32c20f3 [MNG-4274] Plugins with an undeclared but transitive dependency on plexus-utils via a core artifact get wrong version of p-u
o Strengthened IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800061 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 13:05:44 +00:00
Benjamin Bentmann a1a0bb1339 [MNG-4276] Plugins with indirect dependency on plexus-utils are stuck with plexus-utils:1.1
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800027 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 11:01:52 +00:00
Benjamin Bentmann 867b217a2c [MNG-4274] [regression] Plugins with an undeclared but transitive dependency on plexus-utils get wrong version of p-u
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799959 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 23:14:42 +00:00
Benjamin Bentmann 8edb38fd2f [MNG-4273] [regression] Internal utility classes of core leak into plugin realm
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799885 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 15:13:04 +00:00
Benjamin Bentmann c3922c2b4f o Added mojo to load classes from project class path
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799883 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 15:06:37 +00:00
John Dennis Casey b4ca620591 [MNG-4270] Integration tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799760 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31 22:20:00 +00:00
Benjamin Bentmann 1e9af61212 [MNG-4269] [regression] Invocation of just installed plugin on its plugin project can fail with ComponentLookupException for mojo class
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799677 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31 18:02:55 +00:00
Benjamin Bentmann 69824adbf4 [MNG-2140] Mojo in forked lifecycle invoked in reactor build cannot find reactor dependency
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799390 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 18:07:50 +00:00
Benjamin Bentmann 85ce29e72c o Added mojo to fork into other mojo with @requiresDependencyResolution
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799388 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 18:05:10 +00:00
Benjamin Bentmann e80ea20bf9 [MNG-3941] Execution project is accessible to later mojo executions
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799370 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 17:09:05 +00:00
Benjamin Bentmann 91e24e94a4 o Allowed inspection of execution project
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@799369 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 17:06:41 +00:00