Ohad R created SCM-752:
--------------------------
Summary: maven-release-plugin:2.5:prepare fails with âError
writing POM: (Access is denied)â
Key: SCM-752
URL: https://jira.codehaus.org/browse/SCM-752
Project: Maven SCM
Issue Type: Bug
Components: maven-scm-provider-tfs
Affects Versions: 1.9
Reporter: Ohad R
Priority: Blocker
the TFS will never work, because TFS requires "edit mode" in order to change
files. Currently, TfsScmProvider has no own implementation for
requiresEditMode(), and its super (AbstractScmProvider) returns false. so upon
release:prepare phase, on phase called 'rewrite-poms-for-release', which is the
phase where maven tries to change poms into release, it fails. on ACCESS DENIED
see this:
http://stackoverflow.com/questions/23809214/maven-release-plugin2-5prepare-fails-with-error-writing-pom-access-is-denie
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)