John Dennis Casey
d6cdc2505e
[MNG-3372] Adding an integration test to make sure plugin-version resolution works correctly for maven prerequisites, and that plugins without matching mojo-descriptors for the specified goal throw exceptions.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@616450 13f79535-47bb-0310-9956-ffa450edef68
2008-01-29 17:10:41 +00:00
John Dennis Casey
d114a265bc
changing it0043 to use the released version of the help plugin (2.0.2), and changing it0110 to use regular repositories, now that pluginRepositories are turned off in 2.1-SNAPSHOT (trunk).
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@609772 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 20:20:33 +00:00
Brett Porter
66eaa9b069
add missing exception
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@593945 13f79535-47bb-0310-9956-ffa450edef68
2007-11-11 19:48:21 +00:00
Brett Porter
1c36166da1
[MNG-3281] disable IT on Maven 2.1 until correct resolution is decided
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@593940 13f79535-47bb-0310-9956-ffa450edef68
2007-11-11 19:04:27 +00:00
Brett Porter
0e8995a88d
this plugin was not given the core-it prefix - bind it to the lifecycle to execute instead
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@591571 13f79535-47bb-0310-9956-ffa450edef68
2007-11-03 09:56:10 +00:00
Brett Porter
c9991b33db
fix the version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@591565 13f79535-47bb-0310-9956-ffa450edef68
2007-11-03 09:20:46 +00:00
Brett Porter
d9b294e74b
remove test that no longer exists
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589914 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 23:48:54 +00:00
Brett Porter
def61bf326
re-enabling on trunk - it still passes there, and should continue to do so, even if extension support is removed for new builds
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589776 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 18:06:10 +00:00
Brett Porter
62282bb5c6
add maven version for new ITs in 2.0.8
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589753 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 17:24:30 +00:00
Brett Porter
d0c4358ea5
fix compilation of plugins that are not plugins
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589750 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 17:19:27 +00:00
Brett Porter
84fa78beb6
make tests work in an environment that locks down external repositories
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589600 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 12:33:29 +00:00
Brett Porter
581d7ff407
make test work on an environment that locks down external repositories from settings
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589597 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 12:22:32 +00:00
Brett Porter
a2328198b2
fix it 31 on a clean repo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589591 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 12:03:31 +00:00
Brian E Fox
e7560ec488
IT for MNG-2277
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@589460 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 01:24:29 +00:00
Jason van Zyl
0b436a2268
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585629 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 18:53:18 +00:00
Jason van Zyl
5360f1037c
o fix test name
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585624 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 18:41:10 +00:00
Jason van Zyl
7702c48e45
o adding IT for taking resources for a plugin from plugin dependencies declared in the POM
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585622 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 18:27:57 +00:00
Jason van Zyl
a3127c6995
o turn off the old crap way of using extensions for plugins and create a new test for pulling resources from actual plugin dependencies.
...
we are now starting to limit extensions and start using these things properly.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585618 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 18:20:57 +00:00
Jason van Zyl
572a1a4be1
o a test for using resources that plugins need from dependencies and not extensions. So the practice of using extensions for this purpose
...
will not be allowed for 2.1 and we can actually deprecate this in 2.0.x. This is simply a bad practice, if a plugin needs something
the plugin should specify that.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585617 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 18:14:40 +00:00
Brian E Fox
63a1cedd0a
MNG2045: core it test
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585311 13f79535-47bb-0310-9956-ffa450edef68
2007-10-17 01:02:37 +00:00
Brian E Fox
0ff80af1ff
core it for mng-2254
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@584025 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 02:06:25 +00:00
Jason van Zyl
f9f2a215a2
o turn off m1 repository testing for 2.1
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@580610 13f79535-47bb-0310-9956-ffa450edef68
2007-09-29 17:25:50 +00:00
Brett Porter
d41e94e450
test is failing in 2.0.7 / 2.0.8-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@578846 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 15:03:09 +00:00
Brett Porter
aa5dcc50fe
fat fingered the version
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@578716 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 09:07:14 +00:00
Brett Porter
2861202211
lockdown
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@578710 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 08:43:16 +00:00
Brett Porter
964ef04da4
use 1.2 verifier, removes a getenv call that chokes on JDK 1.4
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@578633 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 03:16:04 +00:00
Brett Porter
110980aa8d
integration test clean up, making it possible to run using the -tests.jar.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@578616 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 01:31:02 +00:00
John Dennis Casey
c475e14c2d
- Correcting it0095 to reflect what was actually fixed in MNG-2006, i.e. scm URLs and POM url, -NOT- distributionManagement URL.
...
- Adding it0128 which tests the fix for MNG-3134, i.e. the parent-based calculation of DistributionManagement Site URL.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@574340 13f79535-47bb-0310-9956-ffa450edef68
2007-09-10 19:22:19 +00:00
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
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
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
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