Our current MyFaces site artifact is named "myfaces": [..] <groupId>org.apache.myfaces</groupId> <artifactId>myfaces</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>MyFaces Site</name> [..]
I would like to rename this artifact to "org.apache.myfaces:myfaces-site". Reason: I would like to name the new myfaces master pom "org.apache.myfaces:myfaces" according to "org.apache:apache" (the ASF wide master pom). The site artifact was never deployed to any official maven repo, so there should not be a problem with reusing this name. Any problems you foresee? Any objections? --Manfred