From e25cffb99f548ab402dd13691bf458e54ef04eae Mon Sep 17 00:00:00 2001 From: bwalding Date: Sun, 20 Apr 2003 08:37:51 +0000 Subject: [PATCH] Fix error message to mean something useful. If I have to look at the code to resolve a problem, the message + doco is insufficient. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113365 13f79535-47bb-0310-9956-ffa450edef68 --- uberjar/plugin.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly index 5c47b7c4..b0258d39 100644 --- a/uberjar/plugin.jelly +++ b/uberjar/plugin.jelly @@ -99,7 +99,7 @@ -The ubermain property has not been set. This value should +The maven.uberjar.main property has not been set. This value should be set to the value of the class that contains the main method to be invoked.