MPLUGIN-102: restore previous functionality and add a deprecation warning

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@639783 13f79535-47bb-0310-9956-ffa450edef68
master
Brian E Fox 2008-03-21 20:00:39 +00:00
parent cee8797a44
commit 27fb0c825a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class DefaultMojoScanner
}
logger.warn("*******************************************************");
logger.warn("Deprecation Alert:");
logger.warn("No mojo descriptors were found in this project, which has a packaging type of maven-plugin.");
logger.warn("No mojo descriptors were found in this project which has a packaging type of maven-plugin.");
logger.warn("In future versions of the plugin tools, this will fail the build.");
logger.warn("If this project is an archetype, change the packaging type from maven-plugin to maven-archetype.");
logger.warn("********************************************************");