Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

pluginArtifactMap.get( "org.apache.maven.surefire:surefire-booter" );

$
0
0
in maven-surefire-plugin I am trying to determine the reason for this loc in SurefirePlugin.java

pluginArtifactMap.get( "org.apache.maven.surefire:surefire-booter" );

if booter is absent you get "Unable to locate surefire-booter in the list of plugin artifacts"

is this a configuration parameter?

I guess Im trying to understand reason for 2 plugins to be loaded to execute one plugin functionality

thanks.
Martin

Viewing all articles
Browse latest Browse all 5648

Trending Articles