Re: Release plugin when POM is not in root directory

2011-11-03 Thread Jim Cook
> You could try to add -Darguments="-DpomFile= as these are those used > by > release:perform AFAIK. > > Regards Mirko > -- > Sent from my phone > http://illegalstateexception.blogspot.com > http://github.com/mfriedenhagen/ > https://bitbucket.org/mfriedenhag

Re: Release plugin when POM is not in root directory

2011-11-02 Thread Jim Cook
I have found some addiitonal examples of people having this trouble, but no real solutions yet. http://stackoverflow.com/questions/5558785/maven-release-plugin-git-and-the-poms-not-at-the-top http://maven-users.828.n2.nabble.com/release-perform-with-pom-xml-in-relative-path-of-SCM-repository-td634

Re: Release plugin when POM is not in root directory

2011-11-02 Thread Jim Cook
quot; < ml-node+s40175n4956527...@n5.nabble.com> wrote: > Am 01.11.2011 22:27, schrieb Jim Cook: > > This is where the problem occurs, since the pom.xml is not in the > working > > directory. > Just for clarity: does this mean, your pom.xml is not in the git > reposito

Release plugin when POM is not in root directory

2011-11-01 Thread Jim Cook
As the subject alludes to, my git root is a folder called /Development and my pom.xml is actually _in_ the /Development folder. release:prepare works fine, but when release:perform is executed, it attempts to checkout the project from git (which completes successfully). Then it attempts to go to