Project

General

Profile

Actions

Bug #2546

closed

Incorrect SCM url in pom.xml

Added by Alex Afanasyev about 9 years ago. Updated about 9 years ago.

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

Also available in: Atom PDF