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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
0fd630daa9
|
[MNG-2668] Plugin dependencies should be considered when the reactor creates the build order list
o Enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798910 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 14:06:20 +00:00 |
|
Benjamin Bentmann
|
d9c7de5245
|
[MNG-3814] Reactor builds fail due to erroneous cycle in project sorting which does not consider versions
o Enabled IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798908 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 13:55:04 +00:00 |
|
Benjamin Bentmann
|
7070c42fd3
|
o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798823 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 09:37:47 +00:00 |
|
Brett Porter
|
9afe701216
|
[MNG-4254] turn off autoclean so there are no requirements to download when this is the first test run
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798746 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 01:49:10 +00:00 |
|
Brett Porter
|
3c81dccddd
|
[MNG-4254] improve speed of tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798745 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 01:44:14 +00:00 |
|
Brett Porter
|
be1560443d
|
[MNG-4254] improve integration tests to verify the default wagons
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798744 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-29 01:40:29 +00:00 |
|
Brett Porter
|
bf51b712ea
|
2.1.1 was abandoned
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798636 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 18:18:07 +00:00 |
|
Benjamin Bentmann
|
47196117ad
|
o Stabilized IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798546 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 14:47:15 +00:00 |
|
Benjamin Bentmann
|
0099828b47
|
[MNG-3043] Allow 'mvn test' to work with test-jar dependencies in a reactor
o Enabled IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798542 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 14:45:43 +00:00 |
|
Benjamin Bentmann
|
e51e188166
|
o Fixed/clarified pre-conditions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798488 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 11:19:02 +00:00 |
|
Benjamin Bentmann
|
e279691fa4
|
[MNG-4262] Make-like reactor mode fails to find projects selected by relative paths with leading dots
o Added IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798467 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-28 09:30:08 +00:00 |
|
Benjamin Bentmann
|
0b73c97d90
|
o Enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798256 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-27 19:03:04 +00:00 |
|