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
This commit is contained in:
bwalding
2003-04-20 08:37:51 +00:00
parent e1cd1aa623
commit e25cffb99f

View File

@@ -99,7 +99,7 @@
<j:if test="${empty(ubermain)}">
<fail message="">
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.