Sylwester Lachiewicz
bdd3edeb67
Print url to verify MacOS issue
2020-07-01 14:58:28 +02:00
rfscholte
7c24168f69
[MNG-6656] Support build/consumer process
2020-06-22 21:30:47 +02:00
rfscholte
a0f5f08325
[MNG-5760] Add -r/--resume
to automatically resume from the last failure point
...
Author: Maarten Mulders <maartenm@infosupport.com>
2020-06-20 13:52:39 +02:00
rfscholte
d573cbb597
[MNG-6562] WARN if plugins injected by default lifecycle bindings don't have their version locked in pom.xml or parent
2020-06-20 10:13:56 +02:00
Michael Osipov
424691b80e
Fix ugly labels caused by b804f9c6fa397bcd85a96c6997913cd515883813
...
When the test method name is solely 'test()' the output is:
<issue> <className>.()
Consistently modified a few tests to use the generic name 'testit()'.
2020-06-10 10:45:16 +02:00
Hervé Boutemy
d49faf1147
[MNG-5937] fail in setUp() instead of constructor gives better reporting
2020-06-06 22:30:22 +02:00
Hervé Boutemy
5fd80e5082
[MNG-5937] improved check & msg for unconfigured wrapper properties
2020-06-06 18:34:41 +02:00
olivier lamy
bb1b892144
[MNG-5868] Adding serval times the same artifact via MavenProjectHelper (attachArtifact) keep adding to the List duplicate artifacts
...
Signed-off-by: olivier lamy <olamy@apache.org>
2020-06-04 11:49:52 +10:00
rfscholte
59d1b4854e
[MNG-6919] test maven-wrapper with spaced paths
2020-05-27 22:55:50 +02:00
rfscholte
0ac723e2a6
[5937] Maven-Wrapper for unified project environments
2020-05-22 22:33:01 +02:00
Michael Osipov
b60b15d8e7
[MNG-2478] add "resources-filtered" filtered resource directories to super POM
...
Modified MavenITmng3843PomInheritanceTest to accommodate additional resource
directories.
2020-04-27 23:35:14 +02:00
Michael Osipov
0dc01ef157
Prepare IT of MNG-2741 for Wagon 3.4.0
2020-04-20 13:45:05 +02:00
Sylwester Lachiewicz
df98cdb4ca
Upgrade maven-antrun-plugin to 3.0.0
2020-04-17 22:59:18 +02:00
Maarten Mulders
3615723179
[MNG-4660] Use of --resume-from in multi-module project fails with missing inter-module dependencies
2020-04-14 22:03:37 +02:00
Michael Osipov
83c6b84540
[MNG-5640] AbstractMavenLifecycleParticipant#afterSessionEnd is not invoked in some cases
...
Explicitly set Maven Surefire Plugin version because the test will otherwise be
broken by MNG-6551. In version 3.0.0-M4 the output format has changed.
2020-04-13 16:46:50 +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
Michael Osipov
fc175cc968
Some ITs test with SNAPSHOT versions
2020-04-04 00:39:13 +02:00
Michael Osipov
e542897532
Remove overhauled comment
2020-04-03 23:53:05 +02:00
Michael Osipov
e57c86ceb5
[MNG-6613] Mirror matching ignores closest/nearest definition
...
Replace faulty test which relies on outbound connections with a local,
non-existing repository.
2020-04-03 22:48:32 +02:00
Michael Osipov
1c160d444a
Sort ITs in reverse numerical order
2020-04-03 18:00:31 +02:00
Hervé Boutemy
fdac028100
[MNG-6562] fixed issues caused by new WARNING on default plugins
2020-02-06 07:40:02 +01:00
rfscholte
430152c1e5
Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven-integration-testing
2020-01-29 21:16:09 +01:00
rfscholte
ea1618cc1d
[MNG-5669] same pom.xml is read multiple times
2020-01-29 21:14:26 +01:00
Sylwester Lachiewicz
a831ae26e4
[MNG-6071] GetResource should return not null for custom pom
2020-01-27 23:48:16 +01:00
rfscholte
bf7e8f5ec4
http to central not supported anymore, switch to https
2020-01-15 22:00:12 +01:00
Karl Heinz Marbaise
5de5200218
Removed SVN legacy.
2019-12-27 14:21:25 +01:00
Martin Kanters
606adbd925
[MNG-6065] Create option --fail-on-severity
2019-12-27 10:55:34 +01:00
Stig Døssing
6700a88209
[REGRESSION] Maven fails to use <repositories> section from dependency when resolving transitive dependencies in some cases
2019-11-17 22:09:10 +01:00
Hervé Boutemy
cf41940d41
[MNG-6584] new detailed message
2019-11-12 23:31:58 +01:00
Hervé Boutemy
fdfc9c581e
clarify Core ITs vs Core IT Support vs Core ITs Suite
2019-08-23 23:42:19 +02:00
tibordigana
7c87d046e2
[MNG-6731] Jetty getLocalPort() returns -1 resulting in build failures
2019-08-14 22:35:26 +02:00
tibordigana
2fd39c483d
LocalPort is -1 if Jetty connector is not open. Error message in logs: [WARNING] Could not transfer metadata org.apache.maven.its.mng4554/maven-metadata.xml from/to central ( http://localhost:-1/repo-1 ): Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
2019-08-09 10:38:27 +02:00
tibordigana
6b3e0f817d
fixed the IT 4554 as LocalPort is -1 if Jetty connector is not open. Error message in logs: [WARNING] Could not transfer metadata org.apache.maven.its.mng4554/maven-metadata.xml from/to central ( http://localhost:-1/repo-1 ): Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
2019-08-08 01:06:31 +02:00
tibordigana
5721184d5e
fixed the IT 4554 as LocalPort is -1 if Jetty connector is not open. Error message in logs: [WARNING] Could not transfer metadata org.apache.maven.its.mng4554/maven-metadata.xml from/to central ( http://localhost:-1/repo-1 ): Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
2019-08-08 00:53:55 +02:00
rfscholte
010191c7b4
[INFRA-18812] Revert unnecessary commits after fixing root cause
2019-08-05 18:30:03 +02:00
Hervé Boutemy
dc7968f8e3
display verifier.forkMode
2019-08-04 19:09:19 +01:00
Hervé Boutemy
1db7aa1193
more links to bootstrap
2019-08-04 18:59:31 +01:00
Hervé Boutemy
aaf5069c54
better toc configuration: remove level 1
2019-08-04 18:24:12 +01:00
Michael Osipov
335e46863a
Add new bootstrap groups
...
In a locked down environment with a repo manager the dependencies in
group 9 and 10 aren't available by default.
2019-08-01 12:57:58 +02:00
Michael Osipov
886fe3f109
[MNG-6720] MultiThreadedBuilder: wait for parallel running projects when using --fail-fast
...
Add missing dependency for Jenkins:
org.codehaus.plexus:plexus-container-default:jar:1.5.5
2019-08-01 11:42:01 +02:00
tibordigana
f576fefa0a
[MNG-6725] Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI).
2019-07-30 11:48:44 +02:00
Stefan Oehme
829e923b00
[MNG-6720] MultiThreadedBuilder: wait for parallel running projects when using --fail-fast
...
This closes #45
2019-07-29 23:16:40 +02:00
Hervé Boutemy
fe1f7cd5d0
added some output to investigate unexpected failures
2019-07-20 19:26:40 +02:00
Joseph Walton
b4a1558c6e
[MNG-4385] Avoid failse positive for unrelated errors
...
Inspect the log to be confident that this build is failing because
the extension hasn't carried over to the second module.
This closes #44
2019-07-03 15:05:09 +02:00
Michael Osipov
e5141f6cf0
[MNG-6556] Packaging 'maven-plugin' binding plugin upgrades
...
Move all Javadoc-based plugin configurations to annotations because they start
to fail with MPLUGIN 3.4+.
2019-05-26 12:11:49 +02:00
Andrew Donald Kennedy
50f2851364
[MNG-6255] Maven script cannot parse jvm.config with CRLF
...
Both \r and \n should also be replaced with a space to deal with CRLF line endings properly
Closes #24
2019-03-29 23:02:50 +01:00
Andreas Veithen
254372682a
[MNG-6506] Add regression test for annotations processing Java Java 9+
...
Related to same bug - MNG-6543
Closes #43
2019-03-28 12:50:18 +01:00
Michael Osipov
a29516a210
Document MNG-6613
2019-03-18 14:02:07 +01:00
Michael Osipov
4b142e51fc
Add new bootstrap group
...
In a locked down environment with a repo manager the dependencies in
group 8 aren't available by default.
2019-03-18 13:26:38 +01:00
Guy Brand
d42f098780
[MNG-6558] - ToolchainsBuildingResult event is not sent on EventSpy
...
Closes #42
2019-01-27 12:45:34 +01:00