in src/main/java/org/apache/maven/resolver/internal/ant/types/Pom.java [79:87]
public void setRefid(Reference ref) {
if (id != null || file != null || groupId != null || artifactId != null || version != null) {
throw tooManyAttributes();
}
if (remoteRepositories != null) {
throw noChildrenAllowed();
}
super.setRefid(ref);
}