[MPLUGIN-138] Suppress bogus warning in case goalPrefix has been set to default goal prefix

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@691149 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-09-02 08:26:12 +00:00
parent e4a1c9311d
commit 74c384ebe5
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public abstract class AbstractGeneratorMojo
{ {
goalPrefix = defaultGoalPrefix; goalPrefix = defaultGoalPrefix;
} }
else else if ( !goalPrefix.equals( defaultGoalPrefix ) )
{ {
getLog().warn( getLog().warn(
"\n\nGoal prefix is specified as: '" + goalPrefix + "'. " "\n\nGoal prefix is specified as: '" + goalPrefix + "'. "