[
https://issues.apache.org/jira/browse/SCM-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962865#comment-17962865
]
ASF GitHub Bot commented on SCM-752:
------------------------------------
jira-importer opened a new issue, #958:
URL: https://github.com/apache/maven-scm/issues/958
**[Ohad
R](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ohadr)** opened
**[SCM-752](https://issues.apache.org/jira/browse/SCM-752?redirect=false)** and
commented
maven-release-plugin cannot work with the TFS-provider, 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
---
**Affects:** 1.9
> maven-release-plugin:2.5:prepare fails with 'Error writing POM: (Access is
> denied)'
> -----------------------------------------------------------------------------------
>
> Key: SCM-752
> URL: https://issues.apache.org/jira/browse/SCM-752
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-tfs
> Affects Versions: 1.9
> Environment: TFS-2010
> Reporter: Ohad R
> Assignee: Hervé Boutemy
> Priority: Blocker
> Fix For: 1.9.1
>
>
> maven-release-plugin cannot work with the TFS-provider, 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
(v8.20.10#820010)