Uses of Interface
org.apache.maven.project.injection.ProfileInjector
-
Packages that use ProfileInjector Package Description org.apache.maven.project org.apache.maven.project.injection -
-
Uses of ProfileInjector in org.apache.maven.project
Fields in org.apache.maven.project declared as ProfileInjector Modifier and Type Field Description private ProfileInjector
DefaultMavenProjectBuilder. profileInjector
-
Uses of ProfileInjector in org.apache.maven.project.injection
Classes in org.apache.maven.project.injection that implement ProfileInjector Modifier and Type Class Description class
DefaultProfileInjector
Inject profile data into a Model, using the profile as the dominant data source, and persisting results of the injection in the Model.
-