Commit Graph

10582 Commits

Author SHA1 Message Date
Christian Schulte 5b4e173f7d [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
This closes #168
2018-06-10 13:12:53 +02:00
Karl Heinz Marbaise 29e9b50b8b [MNG-6344] Upgrade Guice to 4.2.0 2018-06-10 11:25:32 +02:00
Hervé Boutemy 3af07f898e [MNG-6364] run Core ITs also with Java 9 2018-06-09 23:53:28 +02:00
Michael Osipov 5f8ee6da11 [MNG-6423] Upgrade to Wagon 3.1.0 2018-06-09 13:16:01 +02:00
rfscholte f1ed22d9ed Build core with JDK8 due to 'Received fatal alert: protocol_version' when downloading https://www.apache.org/licenses/LICENSE-2.0.txt 2018-06-08 21:44:03 +02:00
olivier lamy 6cb5db1639 magnify a bit this line :-)
Signed-off-by: olivier lamy <olamy@apache.org>
2018-05-27 10:38:44 +10:00
Hervé Boutemy 7fde626c23 simplified Jenkinsfile: avoid copy/paste 2018-05-21 19:20:33 +02:00
Łukasz Dywicki 864d180edf [MNG-6410] Add groupId to --resume-from suggestion if artifactId is not unique in reactor
This closes #166
2018-05-20 21:50:17 +02:00
Hervé Boutemy 39fdaad967 added "Run ITs" prefix to IT stage names 2018-05-19 11:27:02 +02:00
Łukasz Dywicki 454a4e7954 [MNG-6411] Improve readability of project list returned when --resume-from option value is invalid
This closes #164
2018-05-18 22:47:24 +02:00
Hervé Boutemy 3c3a5901f3 [MNG-6382][MNG-6372] upgraded Jansi to 1.17.1 2018-05-14 00:51:28 +02:00
Michael Osipov 9021d66e53 Move ArtifactUtilsTest and friends from maven-compat to maven-artifact 2018-05-08 00:18:49 +02:00
kevin-canadian 14365baabe [MNG-6403] Artifact#VERSION_FILE_PATTERN does not escape period between date and time
This closes #112
2018-05-08 00:14:09 +02:00
Michael Osipov 9abfc88425 [MNG-5756] Java home output in mvn -v is misleading
The Java home displayed corresponds to the property 'java.home' which points to
the JRE installation running the given Maven instance. It is not the value of
$JAVA_HOME which causes confusion.

Ref: https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html

This closes #115 and #117.
2018-05-07 23:42:20 +02:00
Michael Osipov 8e0efaa107 [MNG-6386] ${project.baseUri} is not a valid URI (according to RFC 3986)
File#toURI()#toString() produces a non-compliant URI making tools like
Subversion or Git to choke on those URIs. Whereas Path#toUri()#toASCIIString()
does the right job.
2018-05-07 22:35:43 +02:00
Michael Osipov 5beb347f41 Fix missing/improper use of @link
This closes #132
2018-05-05 22:56:09 +02:00
olivier lamy 97e8a2b861 because it is so more convenient to have this quick guide here when you are using a console to build maven and do not want to open some web link
Signed-off-by: olivier lamy <olamy@apache.org>
2018-05-05 20:59:58 +10:00
Karl Heinz Marbaise 9c118d34c9
[MNG-6363] - Remove secret thread configuration property from code 2018-04-22 22:55:33 +02:00
Hervé Boutemy ef41c0e4f4 updated model version to latest 1.1.0
and xsd link in model documentation is already generated by Modello, no
need to duplicate information in handwritten description
2018-04-11 07:43:55 +02:00
Michael Osipov 0dbdda823f Add .factorypath from m2e to .gitignore 2018-04-07 11:40:12 +02:00
Karl Heinz Marbaise fef1462102
[MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template for
GitHub.
2018-03-20 22:31:10 +01:00
Hervé Boutemy 2dbc6447e9 [MNG-6377] switch from Git-WIP to Gitbox 2018-03-19 23:24:03 +01:00
Hervé Boutemy af49a31cd1 [MNG-6377] switch from Git-WIP to Gitbox 2018-03-19 23:07:44 +01:00
Hervé Boutemy b04ad692b0
[MNG-6377] switch from Git-WIP to GitBox 2018-03-18 14:53:06 +01:00
Hervé Boutemy 197b4be150 removed configuration inherited from parent and more up-to-date 2018-03-11 11:34:04 +01:00
Stephen Connolly b753981504 update DOAP 2018-03-08 00:38:37 +00:00
Sylwester Lachiewicz faa9ef0cd3 [MNG-6370] ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished projects from unfinished ones
This closes #161
2018-03-07 23:58:20 +01:00
Stephen Connolly 85b4e3d8e8 [maven-release-plugin] prepare for next development iteration 2018-02-24 19:29:56 +00:00
Stephen Connolly 3383c37e1f [maven-release-plugin] prepare release maven-3.5.3 2018-02-24 19:29:21 +00:00
rfscholte 91d1edf14e [MNG-6323] Deadlock in multithreaded dependency resolution
In fact it was a very long sleep.....
2018-02-19 21:22:53 +01:00
Karl Heinz Marbaise 8f619acd3a [MNG-6352] - Printout version information at the end of the build 2018-02-17 19:27:52 +01:00
rfscholte cd34b08df1 Merge remote-tracking branch 'remotes/origin/MNG-6353' 2018-02-11 18:29:43 +01:00
Sylwester Lachiewicz b8c06e61ab Remove Google Guava usage (move to Java7) 2018-02-11 11:54:17 +01:00
Sylwester Lachiewicz d925081794 Reduce number of global checkstyle rule violations
Fix code for following checkstyle rules:
ConstantName, FileLength, InnerAssignment, JavadocType, MagicNumber, MethodLength, MethodName, NewlineAtEndOfFile, ParameterNumber, RedundantThrows, VisibilityModifier

Fixes #149
2018-02-11 11:41:16 +01:00
rfscholte 22f782aecd [MNG-6353] Upgrade maven-shared-utils to 3.2.1
Add o.a.m.s.u.logging.MessageUtils.registerShutdownHook() to prevent ANSI from staying active when killing an active process
2018-02-10 15:28:59 +01:00
rfscholte 24b8820f08 [MNG-6353] Upgrade maven-shared-utils to 3.2.1 2018-02-10 15:17:03 +01:00
Hervé Boutemy 40cf506220 upgraded parent pom to version 31 2018-02-10 11:42:33 +01:00
Hervé Boutemy 0dc70cc691 upgrade m-site-p to 3.7 + Fluido 1.7 + edit button 2018-02-10 11:42:33 +01:00
Hervé Boutemy cf7b0a3ec0 fixed new issues reported by Checkstyle 6.18 2018-02-10 11:42:33 +01:00
Hervé Boutemy e2bc17b508 [MNG-6282] removed workaround for MingW/GitBash detection
see https://github.com/fusesource/jansi-native/issues/11
2018-02-10 11:42:32 +01:00
Hervé Boutemy 916839528c [MNG-6320] upgraded JAnsi to 1.17 to fix encoding issues
see https://github.com/fusesource/jansi/pull/95
2018-02-10 11:42:32 +01:00
Andrew Donald Kennedy 867e5d50be [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
2018-02-10 11:42:31 +01:00
Sylwester Lachiewicz a03489b67d [ MNG-6335] Update Mockito to 2.12.0
Also change scope to test
2018-02-09 00:20:03 +01:00
Hervé Boutemy 085ee9f275 [MNG-5992] Upgrade default version of maven-release-plugin to 2.5.3
avoids exposing Git password during release
this fixes #152
2018-02-08 08:02:04 +01:00
Karl Heinz Marbaise 99e66229ac [MNG-6340] [Performance]To make System.gc() call configurable in target
summary code
 o Just removed the System.gc() call.
2018-02-04 11:27:33 +01:00
Karl Heinz Marbaise 5988085525 [MNG-6342] Emit a WARNING about LATEST/RELEASE in parent 2018-01-19 23:43:59 +01:00
Bengt Söderberg 6285bb96c5 [MNG-6298] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed
Adding exportedPackage to find class:
javax.annotation.security.RolesAllowed

First maven commit :) Works but might be deeper issue

Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
Now with correct issue reference.
2018-01-19 19:40:50 +01:00
Karl Heinz Marbaise 42918c37c5 Revert "[MNG-6296] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed"
This reverts commit c311e0d812.
2018-01-18 20:18:32 +01:00
Bengt Söderberg c311e0d812 [MNG-6296] 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed
Adding exportedPackage to find class:
javax.annotation.security.RolesAllowed

First maven commit :) Works but might be deeper issue

Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
2018-01-17 19:16:02 +01:00
Karl Heinz Marbaise 2b336ff150 [MNG-6312] Update Maven Wagon dependency
o Upgrade wagon version to 3.0.0 based on CVE-2015-6748
   in shaded jsoup.
2018-01-13 12:46:18 +01:00