From 8cd968fba103ab98cbc9e4466b63e5a74da0ac3a Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 5 Nov 2006 11:12:29 +0000 Subject: [PATCH] PR: MPSCM-63 Make prepare-release goal fail if project.xml or changes.xml can't be edited. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@471398 13f79535-47bb-0310-9956-ffa450edef68 --- scm/plugin.jelly | 8 ++++++++ scm/xdocs/changes.xml | 1 + 2 files changed, 9 insertions(+) diff --git a/scm/plugin.jelly b/scm/plugin.jelly index 56e9b39b..d65df49a 100644 --- a/scm/plugin.jelly +++ b/scm/plugin.jelly @@ -320,12 +320,20 @@ + + + + project.xml is not writable! + + + changes.xml exists but is not writable! + diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml index be21aabd..c7d0bde8 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -24,6 +24,7 @@ + The prepare-release goal should fail if project.xml can't be edited (e.g. read only). SCM Parse Connection output is wrong / misleading. scm:prepare-release does not commit modified changes.xml. Update dom4j and jelly dependencies to match the ones in maven 1.1 core.