[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-ffa450edef68master
parent
1ef2a82af8
commit
5f9cec0836
|
|
@ -122,8 +122,7 @@ public class DefaultMojoScannerTest
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
scanner.populatePluginDescriptor( project, pluginDescriptor );
|
scanner.populatePluginDescriptor( project, pluginDescriptor );
|
||||||
//MPLUGIN-102, revert this in the next version
|
fail( "Expected exception" );
|
||||||
//fail( "Expected exception" );
|
|
||||||
}
|
}
|
||||||
catch (InvalidPluginDescriptorException e)
|
catch (InvalidPluginDescriptorException e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue