org.apache.maven.project
Class TestProjectBuilder
java.lang.Object
org.apache.maven.project.DefaultProjectBuilder
org.apache.maven.project.TestProjectBuilder
- All Implemented Interfaces:
- ProjectBuilder
@Component(role=org.apache.maven.project.ProjectBuilder.class,
hint="classpath")
public class TestProjectBuilder
- extends DefaultProjectBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestProjectBuilder
public TestProjectBuilder()
build
public ProjectBuildingResult build(Artifact artifact,
ProjectBuildingRequest request)
throws ProjectBuildingException
- Specified by:
build
in interface ProjectBuilder
- Overrides:
build
in class DefaultProjectBuilder
- Throws:
ProjectBuildingException
build
public ProjectBuildingResult build(File pomFile,
ProjectBuildingRequest configuration)
throws ProjectBuildingException
- Specified by:
build
in interface ProjectBuilder
- Overrides:
build
in class DefaultProjectBuilder
- Throws:
ProjectBuildingException
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.