Java org.apache.maven.project ProjectBuildingResult fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.project ProjectBuildingResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.project ProjectBuildingResult.

The text is from its open source code.

Method

DependencyResolutionResultgetDependencyResolutionResult()
Gets the result of the dependency resolution for the project.
FilegetPomFile()
Gets the POM file from which the project was built.
ListgetProblems()
Gets the problems that were encountered during the project building.
MavenProjectgetProject()
Gets the project that was built.
StringgetProjectId()
Gets the identifier of the project that could not be built.