Erwin Mueller created MNG-5232:
----------------------------------

             Summary: Mvn release plugin problems with too many - in name
                 Key: MNG-5232
                 URL: https://jira.codehaus.org/browse/MNG-5232
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 3.0.3
         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
         Attachments: mvn-release-prepare.log

Have maven problems with modules containing too many "-"?

I have projects that are named:
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

But if I do mvn release:prepare inside of globalpom-groovy/globalpom-groovy/, 
then I get the error:

[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

Of course that's wrong 'globalpom-groovy/-izpack/pom.xml' should be 
'../globalpom-groovy-izpack/pom.xml', or something like that.

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

        

Reply via email to