From 3751cce8de6742637de741af513473ffe918f433 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Tue, 7 Oct 2008 14:02:11 +0000 Subject: [PATCH] fail release if the release notes have not yet been updated Merged from: r702438:702458 on trunk git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@702487 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-1.1.x/archiva-docs/pom.xml | 34 +++++++++++++++++++++++++++++ archiva-1.1.x/archiva-jetty/pom.xml | 6 ----- archiva-1.1.x/pom.xml | 2 +- 3 files changed, 35 insertions(+), 7 deletions(-) diff --git a/archiva-1.1.x/archiva-docs/pom.xml b/archiva-1.1.x/archiva-docs/pom.xml index a73919325..505fc1c58 100644 --- a/archiva-1.1.x/archiva-docs/pom.xml +++ b/archiva-1.1.x/archiva-docs/pom.xml @@ -106,6 +106,40 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-beanshell + + enforce + + + + + Site descriptor needs to be updated for the current release version + + + + + + Release notes need to be updated for the current release version + + = 0 + ]]> + + + + + + + diff --git a/archiva-1.1.x/archiva-jetty/pom.xml b/archiva-1.1.x/archiva-jetty/pom.xml index f8863a8cf..50e05d055 100644 --- a/archiva-1.1.x/archiva-jetty/pom.xml +++ b/archiva-1.1.x/archiva-jetty/pom.xml @@ -284,10 +284,4 @@ - - - codehaus.snapshots - http://snapshots.repository.codehaus.org/ - - diff --git a/archiva-1.1.x/pom.xml b/archiva-1.1.x/pom.xml index 2732c63d6..0bd6ad0be 100644 --- a/archiva-1.1.x/pom.xml +++ b/archiva-1.1.x/pom.xml @@ -64,7 +64,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0-alpha-3 + 1.0-alpha-4 -- 2.39.5