o Added additional message with underlying cause

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1406554 13f79535-47bb-0310-9956-ffa450edef68
master
Kristian Rosenvold 2012-11-07 11:17:02 +00:00
parent b66095855d
commit 43755711de
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ public class PluginHelpGenerator
log.warn( "\n\nUnexpected situation: destinationDirectory not defined in " + HELP_PROPERTIES_FILENAME
+ " during help mojo source generation but expected during XML descriptor generation." );
log.warn( "Please check helpmojo goal version used in previous build phase." );
log.warn("If you just upgraded to plugin-tools >= 3.2 you must run a clean build at least once");
destinationDirectory = new File( "target/generated-sources/plugin" );
log.warn( "Trying default location: " + destinationDirectory );
}