org.apache.maven.plugin.eclipse.it
Class FixedBuildTool

java.lang.Object
  extended by org.apache.maven.shared.test.plugin.BuildTool
      extended by org.apache.maven.plugin.eclipse.it.FixedBuildTool
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

public class FixedBuildTool
extends BuildTool

A build tool impl that's smart enough to respect maven.repo.local.

Plexus component:
role:
"org.apache.maven.shared.test.plugin.BuildTool"
role-hint:
"default"

Field Summary
 
Fields inherited from class org.apache.maven.shared.test.plugin.BuildTool
ROLE
 
Constructor Summary
FixedBuildTool()
           
 
Method Summary
 InvocationRequest createBasicInvocationRequest(File pom, Properties properties, List goals, File buildLogFile)
           
 
Methods inherited from class org.apache.maven.shared.test.plugin.BuildTool
dispose, executeMaven, executeMaven, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedBuildTool

public FixedBuildTool()
Method Detail

createBasicInvocationRequest

public InvocationRequest createBasicInvocationRequest(File pom,
                                                      Properties properties,
                                                      List goals,
                                                      File buildLogFile)
Overrides:
createBasicInvocationRequest in class BuildTool


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.