Jason van Zyl
d2edc3b213
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@505806 13f79535-47bb-0310-9956-ffa450edef68
2007-02-11 00:30:30 +00:00
Jason van Zyl
c99bc44786
o a test project provided with MNG-2795, i used it but would like to create a test project and plugin that doesn't use the checkstyle plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@505804 13f79535-47bb-0310-9956-ffa450edef68
2007-02-11 00:29:32 +00:00
Brett Porter
92b2692923
remove test case that does not need to be supported
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@499776 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 12:59:04 +00:00
Brett Porter
e387b3f1b2
fix the tests up, add some that work only on file timestamps
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@499762 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 12:37:34 +00:00
Brett Porter
86dd270227
additional test for proper handling of local installation
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@499367 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 11:41:46 +00:00
Brett Porter
8e74736918
[MNG-2790] test for this issue - local installation of a snapshot should update metadata
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@499358 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 11:16:52 +00:00
Jason van Zyl
6f415cccbd
o fix test, invert the second condition
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498161 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 19:59:38 +00:00
Kenney Westerhof
8c9f74fe21
Fix it113 - invert expression
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498149 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 18:18:04 +00:00
Kenney Westerhof
42363a1d53
Fix settings.xml arg setting
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498148 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 18:15:35 +00:00
John Dennis Casey
025b70ba26
Adding it0113 junit...forgot it before.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498018 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 00:39:08 +00:00
John Dennis Casey
bcbc891bdd
Adding it0113 to the suite.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498017 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 00:31:29 +00:00
John Dennis Casey
f6ab347a1d
Adding test to make sure the instance of WagonManager available to plugins contains the instance state introduced by DefaultMaven when the build begins.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@498011 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 23:58:47 +00:00
Kenney Westerhof
460715f80d
add possibility of using a new empty local repo for each IT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497840 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 15:12:01 +00:00
Kenney Westerhof
b9b319296d
Fix IT0043.
...
With a clean repo, the help plugin is not available.
Since the central repo was overridden to /tmp/emptyRepo,
it can not be retrieved.
Solved this by moving the project to child2, which has
a dep on child1, and adding a parent pom.
Child1 makes sure the help plugin is available because it doesn't
override central.
Also, because of MPH-21, I had to use the 2.0.2 snapshot version.
Previously there was only 1 project in the reactor, so the effective pom
only contained one project. 2.0.1 will write ALL poms in 1 file,
and the it test fails since 'repo1.maven.org' is in that file, though
not in the child2 project.
Further, I found a new/old bug, where if you DON'T specify the 2.0.2-snap
in child2, maven-artifact tries to resolve the help plugin from the central
repo, which fails because it's empty (/tmp/emptyRepo).
It then does NOT use the available metadata in the local repo to get the
proper plugin version, but simply fails with the message that no valid
version for the help plugin could be found.
Even specifying the snapshot plugin repo in child2 doesn't matter - it is not
searched.
UPDATE: as a sideeffect, this also fixed it0075. The problem with the original
setup of this IT was that it created an empty maven-metadata-central.xml
for the maven-help-plugin, and due to MNG-900 (and not specifying the explicit
version), it0075 failed because it thinks there are no versions for the plugin.
IMPORTANT: this IT should NOT modify the metadata in the local repo outside
the normal maven operations, for instance storing WRONG metadata for central,
as this metadata came from an empty dir instead of the real repository.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497808 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 13:27:44 +00:00
Carlos Sanchez Gonzalez
082430cd2c
Enable deployment of snapshots
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497687 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 02:17:42 +00:00
Carlos Sanchez Gonzalez
e6ab4f7f24
jar the tests for use in other projects
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497679 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 01:37:00 +00:00
Carlos Sanchez Gonzalez
fc7629a13f
Set svn properties
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497665 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 00:49:19 +00:00
Jason van Zyl
4c4b85767a
o little script for andy/kenny/me for testing
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497243 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:31:24 +00:00
Kenney Westerhof
ce96238b4e
Make it work for jre < 1.5
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497230 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:06:03 +00:00
Kenney Westerhof
89543f6644
Add ok/failure status per test
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497221 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 22:51:00 +00:00
Jason van Zyl
91c7b75a11
o fixing some compile errors
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497217 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 22:44:18 +00:00
Kenney Westerhof
8386704a34
Add some progress information
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@497207 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 22:11:47 +00:00
Brett Porter
61d72aeae7
[MNG-2780] test for this issue - snapshot updates based on metadata deployed with uniqueVersion = false
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496969 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 09:08:07 +00:00
Brett Porter
f2d66a75b5
correct test names for consistency
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496947 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 07:20:16 +00:00
Brett Porter
5fd5325c51
delete tests that were renamed
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496945 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 07:18:07 +00:00
Jason van Zyl
fd72aac2fb
o getting rid of misleading scripts
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496747 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 16:21:41 +00:00
Jason van Zyl
5548ef866e
o add the support module
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496744 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 16:06:03 +00:00
Jason van Zyl
4edf6ddc5e
o put the relocation in distributionManagement
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@496016 13f79535-47bb-0310-9956-ffa450edef68
2007-01-14 02:04:43 +00:00
Jason van Zyl
9ce22bd8d8
o add the use of the invoker plugin to automate the installatin of the support artifacts required for ITs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@495846 13f79535-47bb-0310-9956-ffa450edef68
2007-01-13 07:27:03 +00:00
Jason van Zyl
98d94d70c0
o test for MNG-2201
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494923 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 18:43:10 +00:00
Jason van Zyl
1850189aee
o test the value of project.build.directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494919 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 18:30:36 +00:00
Jason van Zyl
0010ffd843
o this should be more comprehensive but is enough to test MNG-2201
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494912 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 18:11:47 +00:00
Jason van Zyl
ba1e09b7e7
o putting the configuraiton in a pluginManagement section and executing the plugin
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494891 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 16:56:09 +00:00
Jason van Zyl
21779fbc46
o looking at the ${project.build.directory} in raw output versus value that is interpolated and used to populate mojos
...
we have a nasty difference that works by fluke the raw DOM that is output as PlexusConfiguration field in a mojo is not
fully populated.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494890 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 16:52:08 +00:00
Jason van Zyl
fcb17dfbb9
o adding more test values
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494874 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 16:25:01 +00:00
Jason van Zyl
300fef04cd
o using new plugin configuraiton emitter plugin to see how interpolation is handled
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494834 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 14:49:35 +00:00
Jason van Zyl
b2124718ea
o rename mojo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494833 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 14:49:00 +00:00
Jason van Zyl
5612ea0d83
o a IT plugin that takes a configuration section which is a DOM and emits the fully interpolated configuration for inspection.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494831 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 14:48:01 +00:00
Brett Porter
54d36a8125
[MNG-2228] fix integration test
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494690 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 02:35:38 +00:00
Brett Porter
654885df1a
[MNG-2228] add an integration test
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494688 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 02:29:28 +00:00
Jason van Zyl
f5d9d86ae5
o the extension test with checkstyle now passes on 2.0.4 and fails with trunk and 2.0.x so now time to fix
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494678 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 01:23:33 +00:00
Jason van Zyl
e189ad21fb
o fixing imports
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494649 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 23:17:21 +00:00
Jason van Zyl
788bfe97b1
o updating goals for new ITs
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494644 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 23:04:37 +00:00
Jason van Zyl
88f4d7f901
o adding a couple more ITs as a result of trying to do the release
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494638 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 22:53:13 +00:00
Jason van Zyl
29822a07cd
o using the standard numbering scheme we've been using plus meaningful name explanations at the end. this way we can have reasonable groupIds along with
...
long explanations.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494636 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 22:48:16 +00:00
Jason van Zyl
569d96c2b4
MNG-2749 A little integration test that Brian gave us to try
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494634 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 22:35:47 +00:00
Jason van Zyl
f11e02a21b
o a test to show that plugin dependencies only come from plugin repositories (which is kind of useless).
...
MNG-2359
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494520 13f79535-47bb-0310-9956-ffa450edef68
2007-01-09 18:52:37 +00:00
Brett Porter
2cee9106c0
update descriptions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@492152 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 14:01:00 +00:00
Brett Porter
8c0f03ae16
remove irrelevant comment
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@492140 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 13:29:25 +00:00
Brett Porter
2831b5086c
use parent POM
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@492139 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 13:29:04 +00:00
Brett Porter
0be430bafb
[MNG-1908] test for regression due to previous fix for MNG-1908
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@492138 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 13:28:23 +00:00
Brett Porter
a4e7238c3e
putting back this test that should pass on 2.0.5 and 2.1 now. Tested on Windows and Mac.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@488246 13f79535-47bb-0310-9956-ffa450edef68
2006-12-18 12:02:16 +00:00
Jason van Zyl
405c78ce5b
o using the released version of the verifier
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486675 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 14:36:47 +00:00
Brett Porter
948f629599
duplicate file
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486476 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 03:07:07 +00:00
Jason van Zyl
5260f155f5
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486182 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 15:09:58 +00:00
Jason van Zyl
e12e62c7b3
o optimize imports
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486170 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 14:54:20 +00:00
Jason van Zyl
8952cade7c
o adding some notes
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486167 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 14:48:53 +00:00
Jason van Zyl
3414833b65
o update parent
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486166 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 14:47:25 +00:00
Jason van Zyl
44dd974c00
o applying brian's patch which makes this IT work with the new/old classworlds
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@486153 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 14:12:24 +00:00
Jason van Zyl
066ef42901
o disabling snapshot test as i can't get it to work on any version of maven i have here. will start
...
working though all of them tomorrow.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@483763 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 01:02:41 +00:00
Jason van Zyl
8944933289
o test project using a test plugin using an incorrect groupId
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@483737 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 23:39:50 +00:00
Jason van Zyl
ee7c5d73e5
take out the reporting
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@483727 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 23:12:44 +00:00
Jason van Zyl
e7c7a056c4
o abstract test case
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@483680 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 21:45:25 +00:00
Jason van Zyl
0060adf6b8
o getting rid of PASS output and will create a proper report to publish
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@479829 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 00:52:13 +00:00
Jason van Zyl
7e6175d659
o adding a parent
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@479824 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 00:25:27 +00:00
Jason van Zyl
0fee21d317
o using the new parent which avoids site:attach-descriptor and puts the cpd-check in a profile
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@479482 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 00:53:10 +00:00
Brett Porter
b881887e38
fix it0080
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469037 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 00:49:23 +00:00
Brett Porter
6494bf9571
[MNG-1908] add a test for SNAPSHOT updating when not using a timestamp
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469031 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 00:20:37 +00:00
Brett Porter
8843a5e243
fix tests
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469028 13f79535-47bb-0310-9956-ffa450edef68
2006-10-30 00:12:41 +00:00
Brett Porter
a52fefc318
fix some packages
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469003 13f79535-47bb-0310-9956-ffa450edef68
2006-10-29 21:23:58 +00:00
Jason van Zyl
7a8875f413
o clean up some poms
...
o record usage of support artifacts
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468273 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 05:00:37 +00:00
Jason van Zyl
8b97bd97cb
o fix POM typo
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468269 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 04:41:22 +00:00
Jason van Zyl
28162bb53b
o prototyping with a script to see if this can actually work, then I'll make it work with the embedder
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468259 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 04:14:26 +00:00
Jason van Zyl
4af4fb4026
o adding a local/offline profile and a test value of my tmp directory. I'll find something more appropriate but this is
...
working for testing.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468253 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 03:48:58 +00:00
Jason van Zyl
660d4eb38b
o using the new decoupled IT plugins
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468251 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 03:46:30 +00:00
Jason van Zyl
288996292d
o use the parent POM for integration testing so that I can use a profile to control the url
...
for the distributionManagement element. working toward building everything locally and offline for integration tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468249 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 03:42:37 +00:00
Jason van Zyl
1807641389
o start aligning the maven-core-it-support files so i can build them and deploy them offline
...
right now and can build them in a reactor as they all have the same id so i'll figure something else
out.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468247 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 03:09:32 +00:00
Jason van Zyl
849350ddbd
o add a POM for the current support artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467884 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 06:11:46 +00:00
Jason van Zyl
d51e5b57ae
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467882 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 06:06:59 +00:00
Jason van Zyl
2a2fdadefe
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467880 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:58:53 +00:00
Jason van Zyl
7a880ccb73
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467879 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:58:32 +00:00
Jason van Zyl
7f3f30f981
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467878 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:43:17 +00:00
Jason van Zyl
b8a7d265b6
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467876 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:40:03 +00:00
Jason van Zyl
7ec3ad41b5
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467872 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:38:22 +00:00
Jason van Zyl
446778fb82
o we're done with this puppy
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467868 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:23:47 +00:00
Jason van Zyl
ad568597e2
updating artifact id
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467867 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:23:09 +00:00
Jason van Zyl
c9112e6d05
o starting final cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467866 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:19:59 +00:00
Jason van Zyl
83d3e87447
o it's all working now
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467865 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:09:35 +00:00
Jason van Zyl
38f9db658f
moved
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@467862 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 05:00:09 +00:00