[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-ffa450edef68master
parent
e4a1c9311d
commit
74c384ebe5
|
|
@ -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 + "'. "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue