[
https://jira.codehaus.org/browse/CONTINUUM-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=361794#comment-361794
]
Brent N Atkinson commented on CONTINUUM-2726:
---------------------------------------------
Hi [~SebbASF], I used the exact URI as above:
{quote}
https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=blob_plain;f=pom.xml;hb=HEAD
{quote}
The alternative form shown in the continuum UI is the one in listed in the scm
section of the commons-math pom.xml fetched from that URI:
{code:xml}
<scm>
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-math.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-math.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=commons-math.git</url>
</scm>
{code}
When adding Maven projects, Continuum only uses the initial URI to build enough
project metadata to get the maven-scm form. It then uses the maven-scm URI to
checkout the project.
> Does not appear to be possible to use Git as an SCM
> ---------------------------------------------------
>
> Key: CONTINUUM-2726
> URL: https://jira.codehaus.org/browse/CONTINUUM-2726
> Project: Continuum
> Issue Type: Bug
> Reporter: SebbASF
> Priority: Critical
> Attachments: commons-math-successful.png
>
>
> Commons MATH now uses Git.
> Does not appear to be possible to use Continuum to build it.
> Tried the following URLs:
> https://git-wip-us.apache.org/repos/asf/commons-math
> => Unknown error trying to build POM.
> https://git-wip-us.apache.org/repos/asf?p=commons-math.git
> => POM file does not exist. Either the POM you specified or one of its
> modules does not exist.
> What is the correct incantation for Git projects?
> If this is documented anywhere I could not find it.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)