Commit Graph

1761 Commits

Author SHA1 Message Date
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