mirror of https://github.com/apache/maven.git
o no doco is better then incorrect doco
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d05b5e7ae
commit
8674601f3b
|
@ -37,14 +37,6 @@ import org.codehaus.plexus.component.annotations.Requirement;
|
|||
import org.codehaus.plexus.logging.AbstractLogEnabled;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
|
||||
/**
|
||||
* Things that we deal with in this populator to ensure that we have a valid
|
||||
* {@MavenExecutionRequest}
|
||||
* <p/>
|
||||
* - POM - Settings - Local Repository - Snapshot update policies - Repository checksum policies -
|
||||
* Artifact transfer mechanism configuration - Eventing/Logging configuration - Profile manager
|
||||
* configuration
|
||||
*/
|
||||
@Component(role = MavenExecutionRequestPopulator.class)
|
||||
public class DefaultMavenExecutionRequestPopulator
|
||||
extends AbstractLogEnabled
|
||||
|
|
Loading…
Reference in New Issue