You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Gainty <mg...@hotmail.com> on 2014/04/01 01:57:43 UTC

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

  


> Date: Mon, 31 Mar 2014 07:28:31 +0200
> Subject: Re: pluginArtifactMap.get( "org.apache.maven.surefire:surefire-booter" );
> From: kristian.rosenvold@gmail.com
> To: users@maven.apache.org
Kristian-
 
....Many Thanks for the explanation ...
 
Martin-
> 
> The booter is used inside the forked process to start the fork.
> 
> Kristian
> 
> 
> 
> 2014-03-31 4:03 GMT+02:00 Martin Gainty <mg...@hotmail.com>:
> 
> > 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
> >
> >