Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setArtifactId (0.05 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                                    : currentData.getRawModel().getVersion());
    
                    currentData.setArtifactId(currentData.getRawModel().getArtifactId());
                    parentIds.add(currentData.getId());
                    // Reset - only needed for 'getId'.
                    currentData.setGroupId(null);
                    currentData.setArtifactId(null);
                    currentData.setVersion(null);
                    currentData = parentData;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sun Mar 30 23:08:08 GMT 2025
    - 55.3K bytes
    - Click Count (0)
Back to Top