Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7
-
None
-
Patch
Description
calling isSnapshot() actually modifies the baseVersion:
public boolean isSnapshot()
{
if ( version != null || baseVersion != null )
{
Matcher m = VERSION_FILE_PATTERN.matcher( getBaseVersion() );
if ( m.matches() )
else
{ return getBaseVersion().endsWith( SNAPSHOT_VERSION ) || getBaseVersion().equals( LATEST_VERSION ); } }
else
}
Attachments
Attachments
Issue Links
- is related to
-
MRELEASE-124 Impossible to depend on a deployed snapshot
- Closed
- relates to
-
MANTTASKS-18 filesetId does not contain all dependencies when artifact was not yet locally installed
- Closed
-
MINVOKER-70 invoker:install does not properly handle versioned dependencies
- Closed
- links to