Archimedes Trajano created MSHARED-275:
------------------------------------------
Summary: Non file URLs with other schemes are getting relative
URLs when it may not be supported
Key: MSHARED-275
URL: https://jira.codehaus.org/browse/MSHARED-275
Project: Maven Shared Components
Issue Type: Bug
Reporter: Archimedes Trajano
The logic found in
http://maven.apache.org/shared/maven-doxia-tools/xref/org/apache/maven/doxia/tools/DefaultSiteTool.html#274
May need to change to not call getRelativeFilePath because it is likely causing
the issue:
[DEBUG] Mapped url: scm:git:https://github.com/trajano/coding-standards.git to
relative path: ..\coding-standards.git
It should just leave the mapping as
scm:git:https://github.com/trajano/coding-standards.git
--
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