mirror of https://github.com/apache/maven.git
cleanup bad language to better comply with Eclipse.org requirements
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1032834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7756084f6a
commit
81126757ec
|
@ -202,9 +202,8 @@ public class MavenMetadataSource
|
|||
|
||||
if ( rel.project == null )
|
||||
{
|
||||
// When this happens we have a Maven 1.x POM, or some invalid POM. There is still a pile of
|
||||
// shit in the Maven 2.x repository that should have never found its way into the repository
|
||||
// but it did.
|
||||
// When this happens we have a Maven 1.x POM, or some invalid POM.
|
||||
// It should have never found its way into Maven 2.x repository but it did.
|
||||
dependencies = Collections.emptyList();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue