Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getRawModel (0.06 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

            Model model = result.getRawModel();
            return transformPom(model, project);
        }
    
        protected Model buildBomWithoutFlatten(RepositorySystemSession session, MavenProject project, ModelSource src)
                throws ModelBuilderException {
            ModelBuilderResult result = buildModel(session, src);
            Model model = result.getRawModel();
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 27 07:40:26 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  2. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

        /**
         * Gets the raw model to build. If not set, model source will be used to load raw model.
         *
         * @return The raw model to build or {@code null} if not set.
         */
        Model getRawModel();
    
        /**
         * Set raw model.
         *
         * @param rawModel
         */
        ModelBuildingRequest setRawModel(Model rawModel);
    
        /**
         * Gets the source of the POM to process.
         *
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top