Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 67 of 67 for setLocation (0.04 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                    slf4jLogger.warn("{} @ {}", problem.getMessage(), problem.getLocation());
                }
    
                slf4jLogger.warn("");
            }
        }
    
        private Object getLocation(Source source, File defaultLocation) {
            if (source != null) {
                return source.getLocation();
            }
            return defaultLocation;
        }
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 78.1K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java

            for (CoreExtension coreExtension : coreExtensions) {
                String ga = coreExtension.getGroupId() + ":" + coreExtension.getArtifactId();
                InputLocation location = coreExtension.getLocation("");
                gasLocations.computeIfAbsent(ga, k -> new ArrayList<>()).add(location);
                // TODO: metaversions could be extensible enum with these two values out of the box
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 10 07:39:11 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java

                    for (BuilderProblem problem :
                            toolchainsResult.getProblems().problems().toList()) {
                        context.logger.warn(problem.getMessage() + " @ " + problem.getLocation());
                    }
                }
    
                context.logger.info("");
            }
        }
    
        @Override
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Sep 11 17:20:46 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  4. api/maven-api-settings/src/main/mdo/settings.mdo

            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>2.0.0+</version>
              <code>
        @Override
        public String toString() {
            return getLocation();
        }
              </code>
            </codeSegment>
          </codeSegments>
        </class>
      </classes>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  5. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java

                    for (BuilderProblem problem :
                            settingsResult.getProblems().problems().toList()) {
                        context.logger.warn(problem.getMessage() + " @ " + problem.getLocation());
                    }
                }
                context.logger.info("");
            }
            return () -> {
                context.installationSettingsPath = null;
                context.projectSettingsPath = null;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Oct 28 13:01:07 UTC 2025
    - 43.2K bytes
    - Viewed (0)
  6. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    rebuildIndentationBu(); protected void writeIndent() throws java.io.IOException; public void setProperty(String, Object) throws IllegalArgumentExcep, IllegalStateExceptio; public Object getProperty(String) throws IllegalArgumentExcep; private String getLocation(); public java.io.Writer getWriter(); public void setOutput(java.io.Writer); public void setOutput(java.io.OutputStream, String) throws java.io.IOException; public void startDocument(String, Boolean) throws java.io.IOException; public void endDocument()...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

          <codeSegments>
            <codeSegment>
              <version>4.0.0+</version>
              <code>
                <![CDATA[
        @Override
        public String toString() {
            return getModelId() + " " + getLocation();
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
      </classes>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top