mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:10:43 +07:00
IDEA-107689 Dependency of type test-jar listed as external library
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user