diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/apache/maven/plugin/nar/Linker.java | 6 |
1 files changed, 3 insertions, 3 deletions
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. <Name> tag is missing inside the <Linker> 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. <Name> tag is missing inside the <Linker> tag of your NAR configuration\n\n"+ + "2. no linker is defined in the aol.properties file for '"+prefix+"linker'\n"); } return name; } |