[ https://jira.codehaus.org/browse/MSITE-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=315806#comment-315806 ]
Lukas Theussl commented on MSITE-668: ------------------------------------- Should be closed 'Won't fix' IMO. The character replacement can be easily done with velocity, e.g: {noformat} #set ( $id = $groupId.replaceAll( '.', '/' ) ) {noformat} It would be very confusing (and simply incorrect) if the site plugin (or some doxia macro) would do the replacement by default. > using groupId in url href should expand comonent dots . into proper path name > ----------------------------------------------------------------------------- > > Key: MSITE-668 > URL: https://jira.codehaus.org/browse/MSITE-668 > Project: Maven 2.x and 3.x Site Plugin > Issue Type: Bug > Components: documentation > Affects Versions: 2.3 > Reporter: warren crossing > Priority: Minor > > http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-project-relationships.html > groupId > A groupId groups a set of related artifacts. Group identifiers generally > resemble a Java package name. For example, the groupId org.apache.maven is > the base groupId for all artifacts produced by the Apache Maven project. > Group identifiers are translated into paths in the Maven Repository; for > example, the org.apache.maven groupId can be found in > /maven2/org/apache/maven on repo1.maven.org. > Please help me identify where this should be done and if so and I will patch > it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira