11436 Commits

Author SHA1 Message Date
Maarten Mulders
26b35a8ca9 [MNG-4660] --resume-from flag resolves inter-module dependencies
Co-authored-by: Martin Kanters <Martin.Kanters@infosupport.com>
2020-06-21 11:16:40 +02:00
Hervé Boutemy
58b67bb08d added Jira badge 2020-06-21 11:16:39 +02:00
Hervé Boutemy
589da6904b README improvement 2020-06-21 11:16:38 +02:00
Elliotte Rusty Harold
008639dec4 update xmlunit (#336) 2020-06-21 11:16:36 +02:00
Olivier Lamy
24da558d5a [MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId (#335)
Signed-off-by: olivier lamy <olamy@apache.org>
2020-06-21 11:16:35 +02:00
Karl Heinz Marbaise
6ca2a980b8 [MNG-6884] - Cleanup POM File after version upgrade 2020-06-21 11:16:34 +02:00
Lewinski, Arne
f6d96b2b99 Revert "[MNG-6867] extract methods, apply SLA"
This reverts commit c423a090e385735d2b826860f790077269bbf8ba.
2020-06-21 11:16:33 +02:00
Lewinski, Arne
c29777386b [MNG-6867] extract methods, apply SLA 2020-06-21 11:16:32 +02:00
Joseph Walton
5e2a0b6451 [MNG-5577] Convert maven-core to JSR 330
Convert (almost) all Plexus components in maven-core to JSR 330 annotations

Closes #332
2020-06-21 11:16:31 +02:00
Joseph Walton
c0b291ef29 [MNG-5577] Don't use LegacyRepositoryLayout in tests.
This class was deleted, but retained in tests. We don't need
it anymore, so drop it.
2020-06-21 11:16:29 +02:00
Joseph Walton
0f519b4af4 [MNG-5577] Simplify tests to reduce use of wiring.
- Reduce the use of wiring in unit tests
- Enable class scanning for tests that require it.
- Remove test and wiring that's not used.
2020-06-21 11:16:28 +02:00
Karl Heinz Marbaise
dae75058fe [MNG-6882] - Change the URL's in tests etc. from http to https 2020-06-21 11:16:27 +02:00
Lewinski, Arne
e183080273 [MNG-6866] extract methods, apply SLA, introduce mass mojo adding 2020-06-21 11:16:26 +02:00
rfscholte
1e217703a8 [MNG-6863] Support --also-make flag in combination with --resume-from.
Author: Martin Kanters <Martin.Kanters@infosupport.com>
2020-06-20 22:39:29 +02:00
rfscholte
1e5bf55e12 [MNG-6891] delete useless codes
Author: 2997ms <wangchong756@gmail.com>
2020-06-20 16:47:43 +02:00
rfscholte
954cd81c9b [MNG-6942] Arbitrary file write during archive extraction ("Zip Slip") in wrapper 2020-06-20 14:02:48 +02:00
rfscholte
658ad90b38 [MNG-5760] Add -r/--resume to automatically resume from the last failure point
Author: Martin Kanters <mkanters93@gmail.com>
2020-06-20 13:55:48 +02:00
rfscholte
c7aa002c74 Merge remote-tracking branch 'remotes/origin/MNG-6562' 2020-06-20 10:16:15 +02:00
Benjamin Marwell
1f8e0732b8 Do not create empty file on error 2020-06-20 09:07:54 +02:00
liym@home
377fc8689c Fixes alignment in settings.xml 2020-06-19 18:44:10 +02:00
rfscholte
a7771a1234 [MNG-6562] WARN if plugins injected by default lifecycle bindings don't have their version locked in pom.xml or parent 2020-06-19 17:28:46 +02:00
rfscholte
46ed754572 Revert "[MNG-6562] added WARNING on default bindings plugins unlocked versions"
This reverts commit d9bf929c74c7e72da22610d92bd53707a0588179.
2020-06-19 17:28:01 +02:00
Michael Osipov
ef8c95eb39 [MNG-6937] StringSearchModelInterpolatorTest fails on symlinked paths
Don't compare baseDir in a canonical form when the second comparing value
(System.getProperty( "user.dir" )) is not canonicalized.

This closes #361
2020-06-11 22:16:30 +02:00
Sylwester Lachiewicz
b4725dbe06 Fix maven-checkstyle-plugin 3.1.1 reported error
- with maven-shared-resources v3
2020-06-11 20:53:36 +02:00
Sylwester Lachiewicz
2537e5306c [MNG-6828] DependencyResolutionException breaks serialization 2020-06-11 09:32:54 +02:00
olivier lamy
295c205a65 [MNG-5868] No duplicate artifacts in attached artifacts
if attached artifacts already contains the artifact remove it and add the new one

Signed-off-by: olivier lamy <olamy@apache.org>
2020-06-04 12:37:04 +10:00
olivier lamy
cde15f4ef2 fix mvnDebug which was not working anymore for unix
Signed-off-by: olivier lamy <olamy@apache.org>
2020-06-02 13:46:26 +10:00
Olivier Lamy
b3e3972988
Add a Jenkinsfile to run it test (per default it runs it master branch but now there is a parameter to use a different it source branch) (#355)
* add Jenkinsfile for its running with a branch of integration-testing source

Signed-off-by: olivier lamy <olamy@apache.org>
2020-06-02 09:09:41 +10:00
rfscholte
66f795476b [MNG-6919] drop wrapperUrl from maven-wrapper.properties
Ensure maven-wrapper can handle spaced paths
2020-05-27 22:57:34 +02:00
Michael Osipov
c1ee195570 [MNG-6900] Upgrade Jansi to 1.18 2020-05-27 14:54:24 +02:00
James Z.M. Gao
f8b556c2e8 Get maven user home (~/.m2) with the same logic with maven
New maven wrapper will guess the maven user home location via system props, system envs
and at last the default location (`~/.m2`).
This guessing order is the convention of the gradle wrapper.
For maven, user home has a fixed location, i.e. `~/.m2`.
2020-05-24 21:42:34 +02:00
James Z.M. Gao
fe3b2dcb8a get MVNW_USERNAME and MVNW_PASSWORD from env
when auth for the http proxy, MVNW_{USERNAME,PASSWORD} should be fetched via `System.getenv`.
2020-05-24 17:48:34 +02:00
Sylwester Lachiewicz
c6c7311713 [MNG-6819] Undo unintended changes after rebase 2020-05-23 11:02:45 +02:00
Sylwester Lachiewicz
8177d3d114 [MNG-6819] Fix also NPE in StringSearchModelInterpolator 2020-05-23 10:07:16 +02:00
Sylwester Lachiewicz
be3c4eb406 [MNG-6819] Refactor unit tests for ModelInterpolator 2020-05-23 10:07:16 +02:00
碎镜
14c9e156bc [MNG-6819] Fix NullPointerException in StringVisitorModelInterpolator
Closes #301
2020-05-23 10:07:16 +02:00
rfscholte
35e05e4972 [MNG-6914] Align mvn and mvnw scripts 2020-05-23 09:59:32 +02:00
rfscholte
cdcd351928 [MNG-5937] Adjust JenkinsFile to pick up wrapper dists
Improve assembly
2020-05-23 09:59:31 +02:00
rfscholte
9cc3638115 [MNG-5937] Optimize code for Java 8 2020-05-23 09:59:30 +02:00
rfscholte
738d99b03c [MNG-5937] Split wrapper jar from assemblies
Remove unused cli package
Reformat code
2020-05-23 09:59:28 +02:00
rfscholte
3730fb3d2a [MNG-5937] Fix licenses, removed unwanted root files 2020-05-23 09:59:27 +02:00
Manfred Moser
d1935f2d26 [maven-release-plugin] prepare for next development iteration 2020-05-23 09:59:25 +02:00
Manfred Moser
b0117668ba [maven-release-plugin] prepare release maven-wrapper-0.5.6 2020-05-23 09:59:24 +02:00
Manfred Moser
49d28e3c5b Update for 0.5.6 release 2020-05-23 09:59:23 +02:00
Manfred Moser
ee6d5bd6f4 Update to Maven 3.6.3 2020-05-23 09:59:22 +02:00
William Entriken
f424d6fb2c Fix typo 2020-05-23 09:59:21 +02:00
Oscar Korz
eeda12a4c3 Remove trailing whitespace 2020-05-23 09:59:20 +02:00
Christian Herold
fb42fa988e Corrects the false Maven2 reference in the startup scripts (#121) 2020-05-23 09:59:19 +02:00
Manfred Moser
cccd8b0702 more details about what happens for users 2020-05-23 09:59:18 +02:00
Manfred Moser
d972c267bb source format only 2020-05-23 09:59:17 +02:00