getDownloads() does a normalizedRepo() and after that the entry for DokuWiki itself is added. Therefore, it not normalized.
Use complete git clone url instead.
Update renamed references.
Effectively, due to this fix it should retrieve the checkout of git instead of an export of the repository. The export is filtered and does not contain the test classes. This will fix #2
getDownloads()
does anormalizedRepo()
and after that the entry for DokuWiki itself is added. Therefore, it not normalized.Use complete git clone url instead. Update renamed references.
Effectively, due to this fix it should retrieve the checkout of git instead of an export of the repository. The export is filtered and does not contain the test classes. This will fix #2
(not tested)