Indra Gunawan

Results 14 comments of Indra Gunawan

When can this PR be approved and merged? We have migrated from SVN to Git/Stash but we can't use release-with-pom anymore and the team is not happy.

HI sergei, I patched the latest scm with the patch on top, built it as version 1.9.5-beta-1 and use it with version 2.5 maven release plugin as such: ``` release-profile...

With maven-release-plugin version 2.5 and dependency on maven-scm-provider-gitexe version 1.9.1 including that configuration (our pom.xml is not on root of git repo), mvn release prepare works. On Feb 2, 2016...

I do not specify pomFileName for maven release prepare plugin here.

The command line supplied to Jenkins maven release field in maven project: "-Dresume=false -Prelease-profile release:prepare-with-pom release:perform -s ${M2_HOME}/conf/settings-rel.xml" ``` default perform comp/ifm_apic_rest/pom.xml ``` I presume should apply when maven perform...

There are actually 2 separate patches: patch #31 and patch #26. Which one has the problem? I applied your patch #31 and I tried it and got same error. I...

I am getting same error: ``` [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /scratch/jenkinsci-ws/workspace/apic-int-ifm_apic_rest/apic_int/comp/ifm_apic_rest && git rev-parse --show-toplevel [INFO] Working directory: /scratch/jenkinsci-ws/workspace/apic-int-ifm_apic_rest/apic_int/comp/ifm_apic_rest [INFO] Executing: /bin/sh -c cd...

You are right the patch #31 does not work probably if the pom.xml is not in the root directory of git repo. I removed pomFileName in pom.xml and also in...

why the git add appends the subdir path again to the pom.xml? This does not happen with maven release prepare goal. ``` [WARNING] Ignoring unrecognized line: ?? apic_int/comp/ifm_apic_rest/pom.xml.releaseBackup [WARNING] Ignoring...

Without the patch, using version 1.9.1 of maven-scm-api and maven-scm-provider-gitexe, I am running into git add error that is different: ``` [INFO] Working directory: /scratch/jenkinsci-ws/workspace/apic-int-ifm_apic_rest/apic_int/comp/ifm_apic_rest [INFO] Executing: /bin/sh -c cd...