[ https://issues.apache.org/jira/browse/SCM-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592714#comment-16592714 ]
ASF GitHub Bot commented on SCM-695: ------------------------------------ michael-o commented on issue #28: Fix for SCM-695 : Mvn release plugin problems with too many - in name URL: https://github.com/apache/maven-scm/pull/28#issuecomment-415998499 Can someone please rebase and drop unaffected changes even if they are correct? We also need a proper IT which reproduces the issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Mvn release plugin problems with too many - in name > --------------------------------------------------- > > Key: SCM-695 > URL: https://issues.apache.org/jira/browse/SCM-695 > Project: Maven SCM > Issue Type: Bug > Components: maven-scm-provider-gitexe > Affects Versions: 1.7 > Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) > Maven home: /home/devent/apps/apache-maven-3.0.3 > Java version: 1.7.0_b147-icedtea, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.1/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.1.9-1.fc16.i686", arch: "i386", family: "unix" > Reporter: Erwin Mueller > Priority: Blocker > Fix For: waiting-for-feedback > > Attachments: mvn-release-prepare.log > > > Have maven problems with modules containing too many "-"? > I have projects that are named: > {noformat} > globalpom-groovy/ > globalpom-groovy/globalpom-groovy/pom.xml < parent pom > globalpom-groovy/globalpom-groovy-izpack/pom.xml > globalpom-groovy/globalpom-groovy-izpack-snglejar/pom.xml > globalpom-groovy/globalpom-groovy-testutils/pom.xml > {noformat} > But if I do mvn release:prepare inside of globalpom-groovy/globalpom-groovy/, > then I get the error: > {noformat} > [INFO] Executing: /bin/sh -c cd > /mnt/read/projects/com.anrisoftware/globalpom/globalpom-groovy/globalpom- > groovy && git add -- pom.xml -izpack/pom.xml -izpack-singlejar/pom.xml - > testutils/pom.xml > [INFO] Working directory: > /mnt/read/projects/com.anrisoftware/globalpom/globalpom-groovy/globalpom- > groovy > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Global POM Groovy ................................. FAILURE [12.365s] > [INFO] Global POM Groovy IzPack .......................... SKIPPED > [INFO] Global POM Groovy IzPack Single Jar ............... SKIPPED > [INFO] Global POM Groovy Test Utilities .................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13.066s > [INFO] Finished at: Sat Jan 21 15:45:50 CET 2012 > [INFO] Final Memory: 12M/152M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release- > plugin:2.0:prepare (default-cli) on project globalpom-groovy: Unable to > commit > files > [ERROR] Provider message: > [ERROR] The git-add command failed. > [ERROR] Command output: > [ERROR] fatal: pathspec 'globalpom-groovy/-izpack/pom.xml' did not match any > files > {noformat} > Of course that's wrong 'globalpom-groovy/-izpack/pom.xml' should be > '../globalpom-groovy-izpack/pom.xml', or something like that. -- This message was sent by Atlassian JIRA (v7.6.3#76005)