Marc Wrobel
d98b1842d5
Fix minor typos
...
Fix various minor typos in :
- project documentations,
- javadoc and comments,
- test class and method names,
- exception messages.
2022-07-19 19:36:32 +02:00
Guillaume Nodet
6b72f2f9a5
Upgrade to JDK8, use a plugin to download all dependencies to bypass conflict resolution ( #178 )
2022-07-01 20:54:18 +02:00
Slawomir Jaranowski
c6079bb5a6
Upgrade maven-verifier to 1.8.0
...
- upgrade maven-verifier
- remove code implemented in maven-verifier
- replace deprecated methods
2022-05-19 16:28:13 +02:00
Hervé Boutemy
6d5b007d19
fix "edit" link to markup source and bootstrap doc on ITs Suite deps
2022-01-16 11:04:15 +01:00
Hervé Boutemy
e4b2fc737f
document addition resolution groups, fix javadoc, upgrade parent
2022-01-16 01:56:01 +01:00
Michael Osipov
6b0efd992c
Trim trailing whitespace
2020-12-24 00:31:14 +01:00
Hervé Boutemy
f5eb5bda4c
update ASF CI url
2020-08-29 14:15:02 +02:00
rfscholte
0ac723e2a6
[5937] Maven-Wrapper for unified project environments
2020-05-22 22:33:01 +02:00
rfscholte
ee290b5e36
Update maven-verifier to 1.7.1
...
Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was never created
2020-04-07 19:27:14 +02:00
rfscholte
bf7e8f5ec4
http to central not supported anymore, switch to https
2020-01-15 22:00:12 +01:00
Karl Heinz Marbaise
d2342c1f87
Removed scm parts which are inherited and fixed GitHub URL.
2019-12-28 23:02:57 +01:00
Hervé Boutemy
fdfc9c581e
clarify Core ITs vs Core IT Support vs Core ITs Suite
2019-08-23 23:42:19 +02:00
rfscholte
010191c7b4
[INFRA-18812] Revert unnecessary commits after fixing root cause
2019-08-05 18:30:03 +02:00
tibordigana
c7d1df20ae
Ensure any forked Maven executions are not spied on by Jenkins
2019-08-01 09:11:57 +02:00
rfscholte
f4602fabc0
Upgrade maven-surefire-plugin to 2.22.0 to support Java 10
2018-07-18 22:17:08 +02:00
Hervé Boutemy
76b928f056
[INFRA-16467] move components documentation out of CMS space
2018-06-19 00:35:18 +02:00
Hervé Boutemy
3ec8c65cc4
[MNG-6377] switch from Git-WIP to GitBox
2018-03-18 15:00:02 +01:00
Hervé Boutemy
566021452b
upgraded parent POM and updated site.xml
2018-03-14 01:44:34 +01:00
Stephen Connolly
69540cdf45
Ensure any forked Maven executions are not spied on by Jenkins
2017-12-12 16:36:17 +00:00
Stephen Connolly
8be088a9ef
Ensure any forked Maven executions are not spied on by Jenkins
2017-12-12 15:31:48 +00:00
Stephen Connolly
d4ec6e03f6
Add the serverId to scm-publish so that we do not need to rely on cached svn credentials
2017-10-18 12:51:21 +01:00
Hervé Boutemy
727cf7f339
upgraded parent pom to benefit from site staging configuration
2017-03-25 11:26:23 +01:00
Karl Heinz Marbaise
5484eeb59f
Upgrade to maven-verifier version 1.6 instead of
...
1.6-SNAPSHOT cause maven-verifier has been released
in the meantime.
2015-07-06 21:06:25 +02:00
Jason van Zyl
030eb3cf6f
MNG-5795: Verify that core extensions can be retrieved when a mirror is used that requires basic auth.
2015-04-02 00:20:19 -04:00
Jason van Zyl
2fee3bbc73
Ignore RAT plugin inside M2Eclipse
2015-04-02 00:20:18 -04:00
Hervé Boutemy
ba3d2bc586
updated site svnpubsub location to match http://svn.apache.org/r1669973
2015-03-30 02:02:20 +02:00
Hervé Boutemy
623d54f199
updated parent pom and fixed little errors reported by Checkstyle
2015-03-04 02:03:15 +01:00
Igor Fedorenko
bbfaf89229
MSHARED-410 updated to Verifier 1.6
...
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
2015-02-26 10:44:37 -05:00
Jason van Zyl
af10f0efad
Adding Mark as a contributor
...
Fixes #5
2014-06-13 13:49:40 -04:00
Igor Fedorenko
a348e29b23
manage verifier version
...
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2014-02-09 15:57:56 -05:00
Hervé Boutemy
f95d2c3902
updated maven-scm-publish-plugin to 1.0
2014-02-09 12:09:34 +01:00
Hervé Boutemy
73f90d1c7c
fix scm reporting
2013-09-19 23:36:19 +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
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
olivier lamy
b66e09f053
use surefire 2.13
2013-02-18 11:11:59 +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
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
olivier lamy
ec0e79ebfe
fix scm informations
2012-12-01 12:26:03 +01:00
olivier lamy
4096cde025
test push
2012-11-30 00:08:59 +01:00
olivier lamy
1ed109b51b
test push
2012-11-30 00:08:52 +01:00
Olivier Lamy
51b8c1ea7d
fix ci url
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413515 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:41 +00:00
Olivier Lamy
9a4c1cff58
use last maven parent
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413514 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:31 +00:00
Olivier Lamy
12afdd3b14
use last surefire plugin version 2.12.4
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413513 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 09:00:20 +00:00
Olivier Lamy
1c29dc4de0
use last surefire and compiler plugin versions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1382078 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 16:01:54 +00:00
Olivier Lamy
b07231ab33
use surefire plugin 2.12
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1351465 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 19:32:28 +00:00
Olivier Lamy
1522319c06
use surefire 2.11, MNG-5224 not yet merged in 3.0.4 RC branch so 3.0.5 range
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227303 13f79535-47bb-0310-9956-ffa450edef68
2012-01-04 20:25:03 +00:00
Benjamin Bentmann
6712eebde3
o Inherited from released maven-parent:21
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1164990 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 11:15:37 +00:00
Herve Boutemy
dc0bdc876c
improved descriptions
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1145367 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 21:42:02 +00:00
Herve Boutemy
7328ba4e85
declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144751 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 21:28:43 +00:00