Commit Graph

1447 Commits

Author SHA1 Message Date
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
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 327ae532f0 avoid potential error on cleanup
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798751 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29 02:20:17 +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 7ef3e6aa4c ignore target
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798688 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 19:53:36 +00:00
Brett Porter dbf6f339f1 formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798649 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28 18:53:26 +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
Benjamin Bentmann f9ed08558a o Enabled IT for 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798244 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 18:23:41 +00:00
Benjamin Bentmann ee6affefce [MNG-4052] import scope dependencies prefer to download pom rather than find it in the current project
o Added IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798222 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 17:12:17 +00:00
Benjamin Bentmann bee7986d93 [MNG-4260] Remove old-school reactor mode
o Disabled affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798082 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 09:15:46 +00:00
Benjamin Bentmann 6fc84afca1 o Fixed bad commit
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797518 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 15:12:09 +00:00
Benjamin Bentmann bd8f381431 o Made IT check plugin config via model inspection for 3.x which provides an effective model including plugin config
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797437 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 13:15:42 +00:00
Benjamin Bentmann c12ee05a1e o Disabled test for Maven 3.x (reporting and build are completely isolated)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797430 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 12:42:32 +00:00
Benjamin Bentmann a13489abfe o Set svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797374 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 09:00:39 +00:00
Benjamin Bentmann 07f4bb63f3 o Updated bootstrap
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797372 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 08:58:38 +00:00
John Dennis Casey b973d32519 comment out debug mode
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797298 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 01:09:26 +00:00
John Dennis Casey d84e595b77 Fixing IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797294 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 01:03:11 +00:00
John Dennis Casey 71b2aceb84 debug output for troubleshooting...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797286 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 00:46:38 +00:00
John Dennis Casey a6759006c5 [MNG-4254] Adding integration tests for CLI-specified and settings-configured wagon providers.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797278 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 00:23:23 +00:00
John Dennis Casey d8456559f4 [MNG-3506] Adding integration test to check that artifact handlers brought in via plugins with extensions are made available, and are applied to existing project artifact instances.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797228 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 21:26:05 +00:00
Benjamin Bentmann 94828abb6b o Disabled IT (support for release POMs dropped from trunk)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797226 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 21:19:22 +00:00
Benjamin Bentmann acfb6de4a5 o Added IT for old-style reactor mode with includes/excludes
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797224 13f79535-47bb-0310-9956-ffa450edef68
2009-07-23 21:12:48 +00:00