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-ffa450edef68master
parent
cee8797a44
commit
27fb0c825a
|
|
@ -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("********************************************************");
|
||||
|
|
|
|||
Loading…
Reference in New Issue