in src/main/java/org/apache/maven/resolver/internal/ant/types/Pom.java [91:102]
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 );
}