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