Actions
Bug #2546
closedIncorrect SCM url in pom.xml
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
pom.xml currently defines scm block as
<scm>
<connection>scm:git:git@github.com:named-data/jndn.git</connection>
<developerConnection>scm:git:git@github.com:named-data/jndn.git</developerConnection>
<url>https://github.com/named-data/jndn</url>
</scm>
I don't yet know how/when it is used, but it will fail if somebody is not registered with github.
The most universal git URL is with https:// schema. It works both to anonymously get code and secure to upload the code:
Actions