in src/main/java/org/apache/maven/resolver/internal/ant/types/Pom.java [101:108]
public void setFile(File file) {
checkAttributesAllowed();
if (groupId != null || artifactId != null || version != null) {
throw ambiguousSource();
}
this.file = file;
}