Closeable session#821
Closed
cstamas wants to merge 200 commits intoapache:masterfrom
Closed
Conversation
if attached artifacts already contains the artifact remove it and add the new one Signed-off-by: olivier lamy <olamy@apache.org>
The plugin key is build as combination of artifactId and groupId but not updated if either of these two ids change. This can be a problem if artifactId or groupId is a variable. The calculated key will likely contain the unresolved property and is not updated once the variable is interpolated. This closes apache#372
… dependencies This closes apache#311
This fixes following bug and also consistent with another 'cd /d "%EXEC_DIR%"' a few lines above. When you're on the root of some disk running mvn.cmd prints an extra line with current dir before the correct output Closes apache#304
…lePath Signed-off-by: rfscholte <rfscholte@apache.org> (cherry picked from commit 73e00ed) This closes apache#482
Don't compare baseDir in a canonical form when the second comparing value (System.getProperty( "user.dir" )) is not canonicalized. This closes apache#361
…lified on Windows The removed 'stripMHome' recursive function is not needed anymore This closes apache#307
Update parent POM to v 36, remove redundant bits.
(cherry picked from commit 54f9d91)
…jar:1.1 on their classpath This closes apache#367
… latest version We can safely remove Commons IO altogether because it is not used in any direct or transitive usecase at compile time or runtime. This closes apache#771
…enExecutionRequest This closes apache#767
Add args directly after the class name and leave users the option to override with maven.config or CLI args. This closes apache#782
…sion scope (apache#743) * [MNG-7474] SessionScoped beans should be singletons for a given session Now that the Session is not cloned anymore, we can revert to the original (Maven < 3.3) behavior of the session scoped components. Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de> This closes apache#743 * Remove setting a value which is the default already Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de>
…esolver Co-authored-by: Jacques-Etienne Beaudet <jebeaudet@gmail.com> This closes apache#776
Ensure that any versions resolved as part of a version range request only reference repositories that are actually enabled for the type of version (SNAPSHOT versions against snapshot repos, release versions against release repositories).
(cherry picked from commit 750e1e3)
Structure the version checks slightly different to make the separation between repository versions and the version range resolution clearer. Backport from master branch
(cherry picked from commit 5502c0c)
(cherry picked from commit 47e2d68)
…pache#815) * Make sure RAT plugin ignores files in the target folder * Fix gitignore so that it can work with rat, do not inherit execution in children, use a single place to configure rat * Exclude .asf.yaml from rat check * Add repo/ to the .gitignore file as it's often used for local repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just an experiment on top of apache/maven-resolver#201