mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
o applying a small patch by stephane to get the RAR plugin working.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@224478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
701ef520a3
commit
7a2d130893
@ -149,7 +149,7 @@ public String resolvePluginVersion( String groupId, String artifactId, MavenProj
|
||||
Boolean rtCheckLatest = settingsRTInfo.getCheckLatestPluginVersion();
|
||||
|
||||
boolean checkLatestMetadata = Boolean.TRUE.equals( rtCheckLatest ) ||
|
||||
( !Boolean.FALSE.equals( rtCheckLatest ) && Boolean.valueOf( pluginRegistry.getCheckLatest() )
|
||||
( !Boolean.FALSE.equals( rtCheckLatest ) && Boolean.valueOf( getPluginRegistry( groupId, artifactId).getCheckLatest() )
|
||||
.booleanValue() );
|
||||
|
||||
// third pass...if we're checking for latest install/deploy, retrieve the version for LATEST metadata and also
|
||||
|
Loading…
x
Reference in New Issue
Block a user