jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Release Plugin
  • MRELEASE-331

SCM urls are broken for all modules, except the parent

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Blocker Blocker
  • Resolution: Unresolved
  • Affects Version/s: 2.0-beta-7
  • Fix Version/s: None
  • Component/s: scm
  • Labels:
    • scrub-review-started

Description

This comes from the parent pom, which is missing a / at the end of the scm urls.

See: http://www.nabble.com/Re%3A-svn-commit%3A-r635240---in--maven-plugin-tools-trunk%3A-.--maven-plugin-plugin--maven-plugin-tools-ant--maven-plugin-tools-api--maven-plugin-tools-beanshell--maven-plugin-tools-java--maven-plugin-tools-javadoc--maven-plugin-tools-model--tt15929761s177.html

Issue Links

is related to

Bug - A problem which impairs or prevents the functions of the product. MRELEASE-305 release:prepare forgets a slash when changing the <scm> urls

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Maria Odea Ching added a comment - 04/May/08 2:42 AM

Is this the same as MRELEASE-305?

Show
Maria Odea Ching added a comment - 04/May/08 2:42 AM Is this the same as MRELEASE-305?
Hide
Permalink
Vincent Siveton added a comment - 04/May/08 6:13 AM

Sounds like or at least, it is related.

Show
Vincent Siveton added a comment - 04/May/08 6:13 AM Sounds like or at least, it is related.
Hide
Permalink
Jan Dockx added a comment - 18/Jul/08 10:13 AM

This breaks other scm setups than the most simple.
Inheritance thus cannot be used for scm, although we have "a"(nother) clear svn schema. See http://code.google.com/p/ppwcode/issues/detail?id=100

Show
Jan Dockx added a comment - 18/Jul/08 10:13 AM This breaks other scm setups than the most simple. Inheritance thus cannot be used for scm, although we have "a"(nother) clear svn schema. See http://code.google.com/p/ppwcode/issues/detail?id=100
Hide
Permalink
Stephen Connolly added a comment - 01/Jul/11 3:57 AM

Is this still an issue?

Show
Stephen Connolly added a comment - 01/Jul/11 3:57 AM Is this still an issue?
Hide
Permalink
Tobias Schöneberg added a comment - 31/Oct/11 7:49 AM

>> Is this still an issue?

Yes, it is.
I met the same problems that are described here: http://code.google.com/p/ppwcode/issues/detail?id=100
I'm using a parent-pom that defines
<connection>scm:hg:https://(my-hg-server)/${project.groupId}.${project.artifactId}/</connection>

I inherit this in a child pom (not a module of the parent pom!) and in my effective pom, I end up with this:
<connection>scm:hg:https://(my-hg-server)/${project.groupId}.${project.artifactId}/${project.artifactId}/</connection>

This renders inheritance of scm-settings useless for me.

Btw, I tried it with and without a trailing slash at the end of the URL.
Im using maven 3.0.3.

Show
Tobias Schöneberg added a comment - 31/Oct/11 7:49 AM >> Is this still an issue? Yes, it is. I met the same problems that are described here: http://code.google.com/p/ppwcode/issues/detail?id=100 I'm using a parent-pom that defines <connection>scm:hg:https://(my-hg-server)/${project.groupId}.${project.artifactId}/</connection> I inherit this in a child pom (not a module of the parent pom!) and in my effective pom, I end up with this: <connection>scm:hg:https://(my-hg-server)/${project.groupId}.${project.artifactId}/${project.artifactId}/</connection> This renders inheritance of scm-settings useless for me. Btw, I tried it with and without a trailing slash at the end of the URL. Im using maven 3.0.3.
Hide
Permalink
Falko Modler added a comment - 09/Dec/11 10:35 AM

It's a general maven issue: http://jira.codehaus.org/browse/MNG-3244
Don't be misled by the title of that issue ticket - it affects all URLs, including the scm ones.

Show
Falko Modler added a comment - 09/Dec/11 10:35 AM It's a general maven issue: http://jira.codehaus.org/browse/MNG-3244 Don't be misled by the title of that issue ticket - it affects all URLs, including the scm ones.

People

  • Assignee:
    Unassigned
    Reporter:
    Vincent Siveton
Vote (5)
Watch (3)

Dates

  • Created:
    10/Mar/08 5:25 AM
    Updated:
    09/Dec/11 10:35 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.