Class DefaultModelPathTranslator

    • Constructor Detail

      • DefaultModelPathTranslator

        public DefaultModelPathTranslator()
    • Method Detail

      • alignToBaseDirectory

        public void alignToBaseDirectory​(org.apache.maven.model.Model model,
                                         java.io.File basedir,
                                         ModelBuildingRequest request)
        Description copied from interface: ModelPathTranslator
        Resolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.
        Specified by:
        alignToBaseDirectory in interface ModelPathTranslator
        Parameters:
        model - The model whose paths should be resolved, may be null.
        basedir - The base directory to resolve relative paths against, may be null.
        request - The model building request that holds further settings, must not be null.