Commit Graph

1378 Commits

Author SHA1 Message Date
Jason van Zyl 62d165230a o organizing the list of ITs that we need to fix
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@573868 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 15:56:21 +00:00
John Dennis Casey 67e0b8d0ae Fixing core-it-plugins so they won't bomb on surefire:test with NPE if there is nothing under src/test/java.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@573699 13f79535-47bb-0310-9956-ffa450edef68
2007-09-07 20:58:21 +00:00
Jason van Zyl e1c2108536 o add IT by Piotr for being able to use extensions with a reactor
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@573444 13f79535-47bb-0310-9956-ffa450edef68
2007-09-07 04:01:47 +00:00
Jason van Zyl 44a6db18d3 o IT for MNG-1323 to check that plugin extensions are resolved in reactors
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572461 13f79535-47bb-0310-9956-ffa450edef68
2007-09-04 00:26:51 +00:00
Jason van Zyl 0f3788d13a o adding an IT for MNG-1323 that Piotr is working on. Making plugin installations working inside a reactor run.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572460 13f79535-47bb-0310-9956-ffa450edef68
2007-09-04 00:26:05 +00:00
Brett Porter f5532f223f commenting out until it is reliable
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572212 13f79535-47bb-0310-9956-ffa450edef68
2007-09-03 01:43:12 +00:00
Brett Porter 09f7c38d2a comment out chronicaly failing test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572209 13f79535-47bb-0310-9956-ffa450edef68
2007-09-03 01:26:44 +00:00
Jason van Zyl c1c2616945 MNG-2871: corresponding fix to the IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572208 13f79535-47bb-0310-9956-ffa450edef68
2007-09-03 00:54:42 +00:00
Jason van Zyl 5412b61787 o turn on envar testing for 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572189 13f79535-47bb-0310-9956-ffa450edef68
2007-09-02 23:20:59 +00:00
Jason van Zyl f64b44e774 MNG-2397: The plugins must be installed first before they are executed, and clean is built in so we have to make sure the
target/ directory is created in the bsh script.


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572151 13f79535-47bb-0310-9956-ffa450edef68
2007-09-02 20:58:08 +00:00
Jason van Zyl 2f78f7c3c3 o use the local repo like everything else. all ITs will be run with a separate repo as a group in a given profile.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@571914 13f79535-47bb-0310-9956-ffa450edef68
2007-09-02 01:32:18 +00:00
Jason van Zyl fda38d4ebf o just put the artifacts in the local repo like all the other tests. eventually they all need to be run with a clean repo
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@571913 13f79535-47bb-0310-9956-ffa450edef68
2007-09-02 01:30:52 +00:00
Brian E Fox 3236b901c0 renamed groups to match existing its groups
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@568344 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 00:55:12 +00:00
Brian E Fox f57bde2472 updated archetype
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@568343 13f79535-47bb-0310-9956-ffa450edef68
2007-08-22 00:47:43 +00:00
John Dennis Casey 21790e5ed7 [MJAR-75] Adding integration-test for test-jar type.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@565892 13f79535-47bb-0310-9956-ffa450edef68
2007-08-14 20:07:22 +00:00
Brett Porter 3c8ebc1d4c remove non-existant module
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@563389 13f79535-47bb-0310-9956-ffa450edef68
2007-08-07 04:07:25 +00:00
Brian E Fox f8e849e6d1 refactored the sample project so that the created archetype doesn't have conflicts. Also adding the generated archetype since the pom needs to be hand edited to be deployed.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@562010 13f79535-47bb-0310-9956-ffa450edef68
2007-08-02 03:50:20 +00:00
Jason van Zyl 988566e2a0 o some notes and example configuration for this IT which is now failing due to some changes in 2.1. once this is fixed we can start
pumping out alphas


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560763 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 17:22:00 +00:00
Jason van Zyl 1f695dbbad fix typo preventing parsing
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560498 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 05:00:49 +00:00
Jason van Zyl c75995fdd7 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560475 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:45:00 +00:00
Jason van Zyl e614615617 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560473 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:38:48 +00:00
Jason van Zyl 536d222b00 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560472 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:35:56 +00:00
Jason van Zyl 0fc51cd85a o remove the <model> element and use the <project> element which is actually valid'
-This line, and those below, will be ignored--

M    resources/it0030/child-hierarchy/project1/pom.xml
M    resources/it0030/child-hierarchy/project2/pom.xml
M    resources/it0030/child-hierarchy/pom.xml
M    resources/it0031/pom.xml
M    resources/it0032/pom.xml
M    resources/it0033/pom.xml
M    resources/it0034/pom.xml
M    resources/it0035/pom.xml
M    resources/it0036/release-pom.xml
M    resources/it0036/pom.xml
M    resources/it0037/pom.xml
M    resources/it0037/pom2.xml


git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560469 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:31:04 +00:00
Jason van Zyl e99be78565 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560467 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:26:10 +00:00
Jason van Zyl f27caf00ff o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560466 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:25:54 +00:00
Jason van Zyl cec284138d o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560465 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:25:47 +00:00
Jason van Zyl 3fda26ba0e o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560464 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:25:14 +00:00
Jason van Zyl 980d8def2e o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560463 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:53 +00:00
Jason van Zyl 774d8a5b0c o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560462 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:44 +00:00
Jason van Zyl 84fbe07684 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560461 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:37 +00:00
Jason van Zyl ad02b658ca o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560460 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:28 +00:00
Jason van Zyl 75bbb3c31d o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560459 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:13 +00:00
Jason van Zyl 0d107e60f5 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560458 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:24:06 +00:00
Jason van Zyl 30fe5814b9 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560457 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:59 +00:00
Jason van Zyl fdc48549c2 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560456 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:52 +00:00
Jason van Zyl b924aa4acd o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560455 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:44 +00:00
Jason van Zyl 992f8b0ba6 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560454 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:19 +00:00
Jason van Zyl 021f239b7a o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560453 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:14 +00:00
Jason van Zyl f9fb49eccf o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560452 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:23:04 +00:00
Jason van Zyl ead720aeeb o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560451 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:22:31 +00:00
Jason van Zyl 496932cbe3 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560450 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:22:23 +00:00
Jason van Zyl db53d7cd95 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560449 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:21:45 +00:00
Jason van Zyl 7dbec9ff45 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560448 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:21:35 +00:00
Jason van Zyl b563a797cb o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560447 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:21:21 +00:00
Jason van Zyl 2abe20a95b o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560446 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:21:10 +00:00
Jason van Zyl 0773b66b82 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560445 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:20:55 +00:00
Jason van Zyl 7aec3fced4 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560444 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:20:45 +00:00
Jason van Zyl 8cb4f242d2 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560443 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:20:33 +00:00
Jason van Zyl c1093066b2 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560442 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:20:00 +00:00
Jason van Zyl d51bcabc77 o remove the <model> element and use the <project> element which is actually valid
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@560441 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 02:19:30 +00:00