From 6207bb18f4be909c4f7bbbb7a017dccdb1fe6010 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 8 Jul 2004 04:34:14 +0000 Subject: [PATCH] Check maven.nsis.exe exists before using it. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115698 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/plugin.jelly | 5 ++++- nsis/xdocs/changes.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nsis/plugin.jelly b/nsis/plugin.jelly index 74066634..079dc091 100644 --- a/nsis/plugin.jelly +++ b/nsis/plugin.jelly @@ -21,7 +21,6 @@ @@ -77,6 +76,10 @@ + + + The NSIS executable '${maven.nsis.exe}' could not be found + diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 63d90a79..9cb3158d 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -26,6 +26,7 @@ + Check maven.nsis.exe exists before using it. Add faq Add back license to project.xml after the scm plugin removed it.