1981 Commits

Author SHA1 Message Date
Stephen Connolly
5408914095 this test probably needs to be better designed, but in this case a version range is required for now in order to ensure that there is the dependency available 2014-01-06 12:13:38 +00:00
Kristian Rosenvold
aa9ac3093b Added parallel profile.
It works sometimes, but fails miserably other times.
2014-01-04 20:10:16 +01:00
Igor Fedorenko
fdfefac4b1 MNG-5549 introduced MojoExecutionEvent and ProjectExecutionEvent
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-20 10:42:10 -05:00
Igor Fedorenko
c10f14b33d MNG-5549 introduced MojoExecutionListener and ProjectExecutionListener
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-15 23:24:24 -05:00
Igor Fedorenko
c83fbbb60d maven-verifier 1.5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-06 15:40:55 -05:00
Hervé Boutemy
bf77f74391 added some explanations in javadoc 2013-12-01 19:41:39 +01:00
Hervé Boutemy
690990d8e2 moved explanations on Core ITs dependencies from README.md to site 2013-12-01 19:34:23 +01:00
Jason van Zyl
6cf9d7444b Note on integration testing 2013-11-29 15:13:13 -05:00
Igor Fedorenko
d23316a690 MNG-5530 fixed wrong test plugin groupId
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-31 09:47:16 -04:00
Igor Fedorenko
d2f970a3a5 MNG-5530 Introduced IT for mojo execution guice scope
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-31 00:23:53 -04:00
Jason van Zyl
3cf9b9c2c6 Change the regex to account for 1) international messages (FR for hboutemy) and 2) Different HTTP providers specifically non-Wagon. 2013-10-06 18:04:51 -04:00
Jason van Zyl
e3426a0f4e Reverting 89a22f180d55bd58b6d5e8a41f66643489107f2f which is specific to Wagon HTTP. The message prior to this change yielded:
[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project org.apache.maven.its.mng3477:test:jar:1: Failed to collect dependencies at org.apache.maven.its.mng3477:dep:jar:1.0: Failed to read artifact descriptor for org.apache.maven.its.mng3477:dep:jar:1.0: Could not transfer artifact org.apache.maven.its.mng3477:dep:pom:1.0 from/to central (http://localhost:54312/repo): Connection refused -> [Help 1]

After the change:

[ERROR] Failed to execute goal on project test: Could not resolve dependencies for project org.apache.maven.its.mng3477:test:jar:1: Failed to collect dependencies at org.apache.maven.its.mng3477:dep:jar:1.0: Failed to read artifact descriptor for org.apache.maven.its.mng3477:dep:jar:1.0: Could not transfer artifact org.apache.maven.its.mng3477:dep:pom:1.0 from/to central (http://localhost:54312/repo): Connection to http://localhost:54312 refused: Connection refused -> [Help 1]

Notice the last part of the message. This type of message only comes from Wagon HTTP, but the original is sufficient to catch and report the error for HTTP Wagon and other Aether connectors. We want to detect and catch the connection refused exception and we do with the original regex.
2013-10-06 14:06:27 -04:00
Hervé Boutemy
73f90d1c7c fix scm reporting 2013-09-19 23:36:19 +02:00
Hervé Boutemy
89a22f180d avoid looking for text which is internationalized 2013-09-15 17:16:39 +02:00
Jason van Zyl
8d94508851 MNG-5503: IT for the issue where Maven 3.1.0 fails to resolve artifacts produced by reactor build 2013-08-20 05:59:47 -07:00
Hervé Boutemy
2d444abda7 added error message 2013-07-30 21:26:33 +02:00
Jason van Zyl
36d552f1a7 o adding some requirements to satisfy the isolated repository setup. all this needs to be examined again because it's generally
extremely frustrating to set something up correctly.
2013-07-28 16:49:00 -04:00
Jason van Zyl
5c92508bd5 o how i run the ITs, just sharing 2013-07-28 16:48:37 -04:00
Hervé Boutemy
85d3958a3b try to fix ITs for mng-5482: put m-site-p and m-dependency-p in
different groups to avoid conflicts
2013-06-05 01:46:42 +02:00
Hervé Boutemy
5b503efa33 force plexus-io version available in local-repo 2013-06-04 01:16:58 +02:00
Hervé Boutemy
5f9c71d6ba fix IT on CI server 2013-06-04 01:01:37 +02:00
Hervé Boutemy
546490358b m-dependency-p:2.7 is needed for IT MNG-5482 too 2013-06-02 18:09:31 +02:00
Hervé Boutemy
5002b9fb6f try to fix run on CI server (cannot reproduce on my local machine...) 2013-06-02 17:26:04 +02:00
Hervé Boutemy
4c6153be92 improved range for ITs that are fixed in Maven 3.1-A1 too, not only in
(future) 3.1
2013-05-30 03:22:31 +02:00
Hervé Boutemy
8742ae6f86 [MNG-5482] added IT to check that missing Sonatype Aether classes are
detected and give a hint to AetherClassNotFound Wiki article
2013-05-30 03:07:13 +02:00
Hervé Boutemy
226ee3d5a9 replaced verifier.getCliOptions().add() with
verifier.addCliOption()
2013-05-20 16:36:37 +02:00
Hervé Boutemy
14eef3ca92 added generics 2013-05-20 16:22:18 +02:00
Hervé Boutemy
6e6c4870e4 prepare svnpubsub 2013-05-19 17:55:08 +02:00
Hervé Boutemy
59dcfc80cd upgrade parent and maven-site-plugin 2013-05-19 00:35:28 +02:00
Hervé Boutemy
b6a2d25d2c last core IT fixed 2013-05-18 14:56:48 +02:00
Hervé Boutemy
ada74bdce1 MavenITmng3372DirectInvocationOfPluginsTest fixed since upgrade of
default maven-dependency-plugin version in super pom in
http://git-wip-us.apache.org/repos/asf/maven/commit/9404499c
2013-05-18 13:38:18 +02:00
Hervé Boutemy
43f3848f0a maven-site-plugin 3.3 released 2013-05-13 23:34:15 +02:00
Hervé Boutemy
8e49ef17ed 3 ITs are now ok with maven-reporting-exec 1.1 used by maven-site-plugin
3.2
2013-04-19 14:03:36 +02:00
Jason van Zyl
58ecd1aad6 o accounting for the use of Eclipse Aether and the use of real plugins that have direct linkage to Sonatype Aether 2013-03-18 13:26:46 -07:00
Stuart McCulloch
780907f02e Old plexus date configurator ignores AM/PM setting; fixing this breaks unrelated ITs that happen to expect '2008-11-09 11:59:03.0 PM' to be converted to '2008-11-09 11:59:03' so avoid this by changing the input string in those ITs to use 'AM' instead.
Signed-off-by: Jason van Zyl <jason@tesla.io>
2013-03-15 06:34:44 -07:00
Jason van Zyl
3bb515e722 o i believe the settings were initially setup wrong and the content for the *.pom files have window line endings, a normal checkout for someone on unix yields a massive number of line ending changes. this change prevents that, but happy if we want to realign the content to be normalized with unix line endings and have git do the auto conversion 2013-03-15 06:29:19 -07:00
olivier lamy
58c0f58ad0 fix it with no more dependency on an external mojo.
Submitted by Stuart McCulloch
2013-03-10 22:22:14 +01:00
olivier lamy
d9011e0bf5 [MNG-5445] Missing PathTranslator @Requirement in org.apache.maven.project.interpolation.StringSearchModelInterpolator
Submitted by Stuart McCulloch.
2013-03-05 22:11:43 +01:00
olivier lamy
bbb38efc69 fix it 2013-02-18 11:27:54 +01:00
olivier lamy
b66e09f053 use surefire 2.13 2013-02-18 11:11:59 +01:00
olivier lamy
baf01cdf32 3.x is only for bug fixing currently 2013-02-04 10:47:46 +01:00
Kristian Rosenvold
de31554f89 Added .gitattributes 2013-01-29 16:38:54 +01:00
olivier lamy
39e76295a0 it test for MNG-5418 2013-01-05 09:40:04 +01:00
Hervé Boutemy
cf5f33a3ac removed $Id:$ substitution for .java files 2013-01-01 23:55:10 +01:00
Hervé Boutemy
29b3b054ad updated maven-verifier to released version 2012-12-29 20:57:22 +01:00
Anders Hammar
69d219f730 Moved the modules back out of profiles.
Signed-off-by: Anders Hammar <anders@hammar.net>
2012-12-14 21:28:14 +01:00
Jason van Zyl
4ad30f841c o comment out until we can get it passing 2012-12-11 17:36:50 -05:00
Kristian Rosenvold
df3f16c02f o switched to resource plugin version that was being downloaded 2012-12-11 22:58:00 +01:00
Jason van Zyl
5600a310a9 o there are two distinct steps, setup and run its
I'm doing the following to figure out why the ITs won't run in a single pass:

LOCAL=`pwd`/repo
git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
cd maven-integration-testing
rm -rf $LOCAL < /dev/null >&1
mvn clean install -Dmaven.repo.local=$LOCAL
mvn clean test -Prun-its,embedded -Dmaven.repo.local=$LOCAL
2012-12-11 16:43:17 -05:00
Jason van Zyl
fc02037da0 [MNG-5407] Account for SHA1 in version output by the -v option 2012-12-08 19:03:02 -05:00