mirror of https://github.com/apache/archiva.git
[MRM-1282] make sure snapshot artifact versions are processed correctly - remove debugging
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@892792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a92d22118
commit
eea9187d45
|
@ -490,7 +490,6 @@ public class Maven2RepositoryMetadataResolver
|
|||
{
|
||||
String mainVersion =
|
||||
projectVersion.substring( 0, projectVersion.length() - 8 ); // 8 is length of "SNAPSHOT"
|
||||
System.out.println( file.getName() + " " + mainVersion );
|
||||
Matcher m = Pattern.compile( projectId + "-" + mainVersion + "([0-9]{8}.[0-9]{6}-[0-9]+).*" ).matcher(
|
||||
file.getName() );
|
||||
m.matches();
|
||||
|
|
Loading…
Reference in New Issue