From 21e0aadfc5d6ef267dcaf17bbbb96b444a5d15d3 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Wed, 28 Oct 2009 15:24:58 +0100 Subject: Fixed NAR-55 --- src/main/java/org/apache/maven/plugin/nar/Linker.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/java/org/apache/maven/plugin/nar/Linker.java b/src/main/java/org/apache/maven/plugin/nar/Linker.java index ba91ac6..febb70e 100644 --- a/src/main/java/org/apache/maven/plugin/nar/Linker.java +++ b/src/main/java/org/apache/maven/plugin/nar/Linker.java @@ -163,9 +163,9 @@ public class Linker } if ( name == null ) { - throw new MojoFailureException( "One of two things may be wrong here:\n"+ - "1. tag is missing inside the tag of your NAR configuration\n"+ - "2. no linker is defined in the aol.properties file for '"+prefix+"'"); + throw new MojoFailureException( "NAR: One of two things may be wrong here:\n\n"+ + "1. tag is missing inside the tag of your NAR configuration\n\n"+ + "2. no linker is defined in the aol.properties file for '"+prefix+"linker'\n"); } return name; } -- cgit v1.2.3