[jboss-jira] [JBoss JIRA] (JGRP-1536) Bad SCM info in POM

Jesse Glick (JIRA) jira-events at lists.jboss.org
Wed Nov 7 09:34:18 EST 2012


     [ https://issues.jboss.org/browse/JGRP-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Glick reopened JGRP-1536:
-------------------------------



Thanks but I think the syntax is still wrong; misses SCM identifiers which Maven uses to select provider plugins. Also {{master}} is not a tag and can be omitted. Probably you want

{code:xml}
<connection>scm:git:git://github.com/belaban/JGroups.git</connection>
<developerConnection>scm:git:ssh://git@github.com/belaban/JGroups.git</developerConnection>
<url>https://github.com/belaban/JGroups</url>
{code}

or something like this. (Even if you do not use {{maven-release-plugin}} yourself, configuring this section correctly allows {{mvn scm:checkout}} to retrieve project sources given a deployed artifact.)
                
> Bad SCM info in POM
> -------------------
>
>                 Key: JGRP-1536
>                 URL: https://issues.jboss.org/browse/JGRP-1536
>             Project: JGroups
>          Issue Type: Bug
>            Reporter: Jesse Glick
>            Assignee: Bela Ban
>            Priority: Minor
>             Fix For: 3.3
>
>
> https://raw.github.com/belaban/JGroups/master/pom.xml specifies e.g. {{<connection>cvs -d:pserver:anonymous at javagroups.cvs.sourceforge.net:/cvsroot/javagroups</connection>}} which is (1) incorrectly formatted, (2) I suppose obsolete since you seem to be on GitHub now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list