Jason van Zyl
c830673687
[maven-release-plugin] prepare release maven-wrapper-0.1.1
2020-05-23 09:55:34 +02:00
Jason van Zyl
fcd0a69a15
Update location for searching for the version
2020-05-23 09:55:33 +02:00
Jason van Zyl
03bc10d19a
[maven-release-plugin] prepare for next development iteration
2020-05-23 09:55:32 +02:00
Jason van Zyl
9fdaf2fa2c
[maven-release-plugin] prepare release maven-wrapper-0.1.0
2020-05-23 09:55:31 +02:00
Jason van Zyl
5457a1bea2
Use a released version of provisio
2020-05-23 09:55:30 +02:00
Jason van Zyl
d1bfe96618
Use provisio packaging to produce an archive that can be deployed for use in a Maven plugin
2020-05-23 09:55:29 +02:00
Jason van Zyl
5d40b536e3
Use the Maven 3.3.1 startup scripts to account for jvm.config and maven.config
2020-05-23 09:55:28 +02:00
Jason van Zyl
7bd43645a0
Use the now standard .mvn directory
2020-05-23 09:55:27 +02:00
Jason van Zyl
821bed19d6
Update the wrapper jar
2020-05-23 09:55:25 +02:00
Jason van Zyl
5deb2a60fc
Make sure the maven.multiModuleProjectDirectory envar is set for proper 3.3.1+ execution
2020-05-23 09:55:24 +02:00
Jason van Zyl
ff3e1148b2
Formatting
2020-05-23 09:55:23 +02:00
Jason van Zyl
2f07f99b51
Update to Maven 3.3.1 which resides in Maven Central
2020-05-23 09:55:22 +02:00
David Carver
3b0965dc82
Update properties file to point to maven 3.2.3
...
The properties file was pointing to 3.0.5 of maven, and the
latest version is now 3.2.3. This commit updates to make sure
maven 3.2.3 is downloaded if if doesn't already exist.
2020-05-23 09:55:21 +02:00
bdemers
1457a7bd7f
correcting README formatting
2020-05-23 09:55:20 +02:00
bdemers
e210666f94
Adding simple README
2020-05-23 09:55:19 +02:00
bdemers
df3fdc9d5c
A copy of the gradle wrapper ported for use with maven
...
Lightly touched to better mesh with current maven builds. (some of which my not have been necessary in hind sight)
Test it out with this build, run: "./mvnw clean install" at the root of this repo
This will download, install, and run maven 3.0.5 (as configured in maven/wrapper/maven-wrapper.properties)
NOTE: windows batch file is NOT tested
TODO:
* Possibly extract these bits out into something both gradle and maven (and others) can use
* Port gradle IT's to this build
* See if anyone is interested in this project
2020-05-23 09:55:18 +02:00
huangkaifeng
5397fb66e7
[MNG-6873] Align JUnit version to 4.13
...
Closes #331
2020-05-09 21:19:41 +02:00
Sylwester Lachiewicz
5cf6d6b53d
[MNG-6893] Super POM - upgrade maven-antrun-plugin to 3.0.0
...
Closes #343
2020-05-05 14:24:29 +02:00
Sylwester Lachiewicz
eda1b92906
[MNG-6856] Remove dependency to Powermock
2020-05-03 22:09:25 +02:00
Maarten Mulders
70cee55688
[MNG-6891] Improve user-friendliness --fail-on-severity
2020-05-03 22:04:37 +02:00
Christian Schulte
be16fc66b9
[MNG-2478] add "resources-filtered" filtered resource directories to super POM
2020-04-27 22:13:45 +02:00
Michael Osipov
ecf8573602
[MNG-6672] Upgrade Maven Resolver to 1.4.2
2020-04-27 18:41:31 +02:00
Michael Osipov
672041efaf
[MNG-6897] Upgrade Maven Wagon to 3.4.0
2020-04-27 10:57:50 +02:00
Sylwester Lachiewicz
ca62152660
apache-rat-plugin - section not needed after upgrading the parent pom
2020-04-25 17:39:19 +02:00
Martin Kanters
f6c07d9358
[MNG-6863] --also-make is being ignored when calling --resume-from
...
[MNG-6676] Resume reactor build after skipped project using -pl !X -rf X combination
Co-authored-by: Martin Kanters <Martin.Kanters@infosupport.com>
2020-04-24 12:01:27 +02:00
Maarten Mulders
ec92934bf0
[MNG-4660] --resume-from flag resolves inter-module dependencies
...
Co-authored-by: Martin Kanters <Martin.Kanters@infosupport.com>
2020-04-14 22:04:55 +02:00
Hervé Boutemy
e22b055b92
added Jira badge
2020-04-14 09:58:58 +02:00
Hervé Boutemy
0efaf46e58
README improvement
2020-04-13 22:19:26 +02:00
Elliotte Rusty Harold
8f6e02f0e8
update xmlunit ( #336 )
2020-04-12 18:15:02 -04:00
Olivier Lamy
af1bf4c8b4
[MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId ( #335 )
...
Signed-off-by: olivier lamy <olamy@apache.org>
2020-04-10 09:17:25 +10:00
Karl Heinz Marbaise
bf7b99ab59
[MNG-6884] - Cleanup POM File after version upgrade
2020-04-04 23:43:16 +02:00
Lewinski, Arne
d127bce8c9
Revert "[MNG-6867] extract methods, apply SLA"
...
This reverts commit c423a090e3
.
2020-04-02 23:31:20 +02:00
Lewinski, Arne
c423a090e3
[MNG-6867] extract methods, apply SLA
2020-04-02 22:51:55 +02:00
Joseph Walton
9567da2bc8
[MNG-5577] Convert maven-core to JSR 330
...
Convert (almost) all Plexus components in maven-core to JSR 330 annotations
Closes #332
2020-04-02 15:38:26 +02:00
Joseph Walton
d4207748a8
[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-04-01 19:40:53 +02:00
Joseph Walton
b962ff361a
[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-04-01 19:40:37 +02:00
Karl Heinz Marbaise
2628d713a9
[MNG-6882] - Change the URL's in tests etc. from http to https
2020-03-29 21:02:56 +02:00
Lewinski, Arne
9f070e7dc1
[MNG-6866] extract methods, apply SLA, introduce mass mojo adding
2020-03-29 19:45:23 +02:00
rfscholte
c548ce5f11
Adjust JDKs in Jenkinsfile
2020-03-20 14:04:41 +01:00
rfscholte
5cdb8332f9
[MNG-5669] Fix infinitive loop in case pom.xml is being updated during the process (e.g. maven-shade-plugin writing reduced-pom with excluded dependencies)
2020-03-13 09:08:00 +01:00
Karl Heinz Marbaise
9e92a93ab8
[MNG-6872] - Found CVEs in your dependencies - plexus-utils (tests)
2020-03-08 15:38:11 +01:00
Karl Heinz Marbaise
d204f02f62
[MNG-6874] - Upgrade Maven Parent to 34
2020-03-08 14:21:21 +01:00
rfscholte
f2e9afd788
Refactor getLocalRepository() in tests by using the repositorySystem
2020-02-29 21:01:24 +01:00
Hervé Boutemy
9ae008a67d
use https://repository.a.o/ for Apache SNAPSHOT plugins
2020-02-11 08:35:08 +01:00
Hervé Boutemy
d9bf929c74
[MNG-6562] added WARNING on default bindings plugins unlocked versions
2020-02-06 08:58:05 +01:00
Michael Osipov
b0d2846e07
[MNG-6859] Build not reproducible when built from source release
...
This closes #322
2020-02-05 09:30:39 +01:00
rfscholte
716cc1fe02
[MNG-5669] same pom.xml is read multiple times
2020-01-29 21:18:42 +01:00
Sylwester Lachiewicz
35658fdbb1
Run Integration Tests with Java 8, 11, 13 and 14
...
Build with Maven 3.6.2 (Linux)
2020-01-28 16:48:06 +01:00
Michael Osipov
45076f33a0
Improve license handling
...
* Stream line the output of the license listing
* Exclude jsoup from final distribution since we only need its license information
* Use proper SPDX ID for our license
This closes #317
2020-01-28 12:47:17 +01:00
Michael Osipov
720e46d91d
Revert "[MNG-5587] When the build fails emit any errors without the user having to specify -e or -X"
...
This reverts commit 838c196359
.
2020-01-28 10:13:42 +01:00