Commit Graph

1378 Commits

Author SHA1 Message Date
John Dennis Casey 11c2b79ba2 adding description to javadoc.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@689989 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 21:17:10 +00:00
John Dennis Casey c2f954ea30 [MNG-3729] adding integration test with readme.txt to explain this test, since it's such a complicated one to reproduce.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@689981 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 21:01:52 +00:00
John Dennis Casey 925c53b6b7 [MNG-3724] Adding integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@688780 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 17:13:39 +00:00
John Dennis Casey 7a7158150f [MNG-3723] Adding integration test (issue is already fixed in the RC branch).
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@688209 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 22:45:09 +00:00
John Dennis Casey 3a12f90875 [MNG-3694] Add some other parameters to push the reactorProjects parameter into the middle of the plugin descriptor, to force the lifecycle executor to work harder to detect it.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@686135 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 03:35:48 +00:00
John Dennis Casey 544665997c [MNG-3716] Detecting aggregator mojos that fork lifecycles, and generating executed projects for all reactor projects in this case. Also adding integration test for this issue.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@686087 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 23:29:50 +00:00
John Dennis Casey 693fb14fe2 [MNG-3710] Use generated reader/writer to create clean deep clones of Model and Build instances, rather than trying to reuse logic meant for assembling inheritance and/or injecting defaults. Also including integration tests to check for plugin pollution.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685999 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 19:19:15 +00:00
John Dennis Casey 0e62f46ec9 Trying to fix line endings to work on windows.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685668 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 20:25:48 +00:00
John Dennis Casey 49c13935f1 [MNG-3703] Fixing LinkedHashMap import to use corrected java.util version, not com.sun.jdi
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685604 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 16:40:25 +00:00
John Dennis Casey 9d16773d9d [MNG-3703][MNG-3705] Fixing ${executedProject} for reports, and ensuring that project.getExecutionProject() will provide a concrete, relevant project instance for reports as well. Also improving the integration test for MNG-3703.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685355 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 22:36:35 +00:00
John Dennis Casey 6b9daf3171 [MNG-3704] Accommodate external implementations that extend DefaultLifecycleExecutor, but which may not be up-to-date on the latest component requirements for that class...specifically the project builder and the model interpolator. Also includes an integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685293 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 20:20:56 +00:00
John Dennis Casey 0911fda7d2 [MNG-3703] Calculate the concrete state of execution projects after a forked lifecycle completes, so paths, etc. are available to processing in the forking mojo. Including an integration test to verify this.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@685027 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 03:19:23 +00:00
Brett Porter ddb5dae3b5 remove incorrectly added target directory
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@683855 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 05:24:03 +00:00
Arnaud Heritier ff4f395afd Check that maven-parent 9 works with all projects
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@683423 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 21:53:33 +00:00
Arnaud Heritier db44e13e76 maven-verifier 1.1 was never released
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@683311 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 15:59:29 +00:00
John Dennis Casey f03afb7703 [MNG-3694] integration test for this issue.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681815 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 20:38:09 +00:00
John Dennis Casey 4993b096d9 [MNG-3693] Adding integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681797 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 19:36:45 +00:00
John Dennis Casey 982afc5682 Fix ITs for use in 2.0.10+, and also clear up the test methods that do multiple test runs (splitting them into different test methods). Finally, use 127.0.0.1 for some OS X platforms that seem to have problems resolving 'localhost' (seems like /etc/hosts is empty).
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681400 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 15:42:31 +00:00
John Dennis Casey bd45a46397 Refactoring test to use isolated test-only plugin to avoid weirdness on windows when dependency artifact is present but isn't a valid jar.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681253 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 02:03:37 +00:00
John Dennis Casey 86555c0bd6 incremental improvements to IT for mng-3599.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681249 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 01:07:50 +00:00
John Dennis Casey 41b9948451 Splitting into two tests for clarity.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681211 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 21:36:43 +00:00
John Dennis Casey 1d472cfbe9 Making this a real jar.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681210 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 21:36:09 +00:00
John Dennis Casey 68340efb9c Adding mime-type svn property.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@681209 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 21:35:26 +00:00
Brett Porter 5f3d3277de updating versions
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680599 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 01:46:03 +00:00
John Dennis Casey 7462b742d1 exclude 2.0.10 from the valid versions for running the IT for MNG-3652
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680557 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 22:53:12 +00:00
Benjamin Bentmann 793b39e908 o Restored Java 1.4 compat
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680155 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 17:34:24 +00:00
Brett Porter 18269faa00 various versions cannot be < both SNAPSHOT and alpha-1-SNAPSHOT, so use a (hopefully!) unrealistic version in the 2.0.x series as a boundary. Once we get the first 2.1 alpha out, these can be switched to be < 2.1-alpha-1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680148 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 16:49:16 +00:00
Brett Porter a55a0dcd2a remove old comment
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680143 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 16:27:07 +00:00
Brett Porter 42a50429bd add tests that exist in the source tree but are not currently executed in the suite for review and inclusion
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680141 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 16:24:47 +00:00
Brett Porter 39d3edf7f2 add a test for the regression in the wagon upgrade, and a test that new issue MNG-3599 is working once fixed
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680140 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 16:24:10 +00:00
Brett Porter 7af22cf688 use Jetty instead to simplify code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680139 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 16:23:09 +00:00
Brett Porter 75f7b9b4a1 ALPHA < alpha (but still easier to read than just using A)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@680115 13f79535-47bb-0310-9956-ffa450edef68
2008-07-27 14:41:47 +00:00
Brett Porter b83d7c81eb use alpha-1-SNAPSHOT as an earlier marker in the 2.1 line
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679960 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 07:03:34 +00:00
Brett Porter 8d01c14667 point the POMs at the right spot, though this hierarchy could be better
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679956 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 05:47:23 +00:00
John Dennis Casey f2cf5ce658 [MNG-3684] Adding integration test to verify fix, and surrounding report configuration/instantiation with calls to make the project build section concrete, then restore it to dynamic mode after the report is ready to go. The execution of a plugin that uses these reports will trigger the calculation of the project's concrete state again, but we don't want to leave the project in this state in the meantime.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679892 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 20:20:26 +00:00
John Dennis Casey 8fe8821672 [MNG-3680] Adding self-contained integration test that expresses the problem using an invalid repositories list (another list-based association that is handled by the same logic as the dependencies list).
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679858 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 16:55:49 +00:00
John Dennis Casey 22fa420271 Remove ignored dirs.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679474 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 17:48:52 +00:00
John Dennis Casey 38f6918d1b [MNG-3679] Adding integration test, and enabling integration tests of two other previously fixed issues.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679473 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 17:47:23 +00:00
John Dennis Casey 9b0ae5b71d adjusting User-Agent formatting.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679131 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 17:01:07 +00:00
John Dennis Casey 1c9358588c Fixing typo.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679110 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 15:19:53 +00:00
John Dennis Casey abf2c4cbdd Normalize file separators.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679092 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 14:19:05 +00:00
Brett Porter 86b16396c2 get ready to support 2.1-SNAPSHOT, but disable for now
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@679007 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 07:08:49 +00:00
Brett Porter bae13cc700 [MNG-3652] additional test cases for the user agent header
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@678987 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 04:50:14 +00:00
John Dennis Casey 60f5cf8619 Add snapshot repository for resolving the IT plugin snapshots required by these tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@678955 13f79535-47bb-0310-9956-ffa450edef68
2008-07-23 00:37:34 +00:00
John Dennis Casey d35973edfa Make the export of the test.property check property explicit now that surefire (2.4.3) doesn't export all maven sysprops.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@678943 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 23:29:56 +00:00
John Dennis Casey 7be3537e0f Improve normalization of file separators for checking values.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@678938 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 23:05:40 +00:00
John Dennis Casey 704f78ac59 Improve the user-agent IT to directly test the User-Agent HTTP header passed to the server when attempting to resolve an artifact.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@678785 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 16:01:31 +00:00
John Dennis Casey 16454fd97c [MNG-3671] integration test for plugin-level dependencies that have expressions in their definition.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@677943 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18 15:41:39 +00:00
Brett Porter 2b53b6ab3e [MNG-3652] integration test for checking the wagon manager has the user agent header set
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@677706 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17 20:19:40 +00:00
John Dennis Casey b26ae6b9f6 [MNG-3536] Modifying test plugin and test project to check paths injected into plugin configuration as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@677395 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 19:35:14 +00:00