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-ffa450edef68master
parent
b66095855d
commit
43755711de
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue