IDEA-107689 Dependency of type test-jar listed as external library

This commit is contained in:
Sergey Evdokimov
2013-08-01 17:44:59 +04:00
parent ac6c807fef
commit c2099f41be

View File

@@ -185,6 +185,7 @@ public class MavenModuleImporter {
}
if (artifact.getClassifier() != null
&& !isTestJar
&& !"system".equals(artifact.getScope())
&& !"false".equals(System.getProperty("idea.maven.classifier.dep"))) {
MavenArtifact a = new MavenArtifact(