org.apache.maven.project.build |
|
Java Source File Name | Type | Comment |
ProjectBuildCache.java | Class | This cache is meant to provide a reference of the project instances that are in the current build
in order to avoid storing a hidden caching mechanism in the project builder, and avoid the need
to store inter-project references as such in MavenProject instances. |
ProjectBuildContext.java | Class | Build context information available for use during profile activation, which supplies information
about the current project and lineage from the current project back through parent poms to the
POM that declared that profile (where the activator is used). |