[MPLUGIN-106] remove no mojo deprecation warning and throw an exception

o Enabled unit test

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@746402 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2009-02-20 22:45:16 +00:00
parent 1ef2a82af8
commit 5f9cec0836
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,7 @@ public class DefaultMojoScannerTest
try
{
scanner.populatePluginDescriptor( project, pluginDescriptor );
//MPLUGIN-102, revert this in the next version
//fail( "Expected exception" );
fail( "Expected exception" );
}
catch (InvalidPluginDescriptorException e)
{