Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for vide (0.19 sec)

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

            Predicate<PathType> filter = request.getPathTypeFilter();
            PathModularizationCache cache = new PathModularizationCache(); // TODO: should be project-wide cache.
            DependencyCollectorResult collectorResult =
                    session.getService(DependencyCollector.class).collect(request);
            List<Node> nodes = flatten(session, collectorResult.getRoot(), request.getPathScope());
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  2. maven-core/plugin-manager.txt

    h3. Resolving the dependencies of a plugin
    
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 22:45:13 GMT 2022
    - 12.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    org.codehaus.plexus.context; public abstract interface Context { public abstract Object get(Object) throws ContextException; public abstract boolean contains(Object); public abstract void put(Object, Object) throws IllegalStateExceptio; public abstract void hide(Object) throws IllegalStateExceptio; public abstract void makeReadOnly(); } org/codehaus/plexus/context/ContextException.class package org.codehaus.plexus.context; public synchronized class ContextException extends Exception { private static final...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 32.4K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/ProjectBuildingRequest.java

        /**
         * Add a {@link org.apache.maven.model.Profile} that has come from an external source. This may be from a custom
         * configuration like the MavenCLI settings.xml file, or from a custom dialog in an IDE integration like M2Eclipse.
         *
         * @param profile
         */
        void addProfile(Profile profile);
    
        void setProfiles(List<Profile> profiles);
    
        List<Profile> getProfiles();
    
        /**
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 7K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java

             * to its original state.
             */
            try {
                LocalArtifactRepository ideWorkspace =
                        plexus.lookup(LocalArtifactRepository.class, LocalArtifactRepository.IDE_WORKSPACE);
    
                if (request.getLocalRepository() instanceof DelegatingLocalArtifactRepository) {
                    DelegatingLocalArtifactRepository delegatingLocalRepository =
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Sep 14 11:48:15 GMT 2023
    - 31.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext(); public boolean contains(Object); public Object get(Object) throws ContextException; public void put(Object, Object) throws IllegalStateExceptio; public void hide(Object) throws IllegalStateExceptio; public java.util.Map getContextData(); protected Context getParent(); public void makeReadOnly(); protected void checkWriteable() throws IllegalStateExceptio; static void <clinit>(); } org/codehaus/plexus/Defau...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext(); public boolean contains(Object); public Object get(Object) throws ContextException; public void put(Object, Object) throws IllegalStateExceptio; public void hide(Object) throws IllegalStateExceptio; public java.util.Map getContextData(); protected Context getParent(); public void makeReadOnly(); protected void checkWriteable() throws IllegalStateExceptio; static void <clinit>(); } org/codehaus/plexus/Defau...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  8. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/artifact/MavenArtifactProperties.java

         * resolution will fail and no attempts to search local/remote repositories are made.
         */
        public static final String LOCAL_PATH = "localPath";
    
        private MavenArtifactProperties() {
            // hide constructor
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    DefaultContext(java.util.Map); public void DefaultContext(Context); public void DefaultContext(); public boolean contains(Object); public Object get(Object) throws ContextException; public void put(Object, Object) throws IllegalStateExceptio; public void hide(Object) throws IllegalStateExceptio; public java.util.Map getContextData(); protected Context getParent(); public void makeReadOnly(); protected void checkWriteable() throws IllegalStateExceptio; static void <clinit>(); } org/codehaus/plexus/Defau...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        // to validate the properties. We also need a way to navigate from the Tex specification documents to
        // the test in question and vice versa. A little Eclipse plugin would do the trick.
        public void testThatExecutionsWithoutIdsAreMergedAndTheChildWins() throws Exception {
            PomTestWrapper tester = buildPom("micromailer");
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
Back to top