Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Ide (0.13 sec)

  1. 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)
  2. 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)
  3. maven-core/src/main/java/org/apache/maven/DefaultMaven.java

                BuildResumptionDataRepository buildResumptionDataRepository,
                SuperPomProvider superPomProvider,
                DefaultSessionFactory defaultSessionFactory,
                @Nullable @Named("ide") WorkspaceReader ideWorkspaceReader) {
            this.lookup = lookup;
            this.eventCatapult = eventCatapult;
            this.legacySupport = legacySupport;
            this.sessionScope = sessionScope;
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 27.5K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/artifact/repository/MavenArtifactRepository.java

    import org.apache.maven.repository.Proxy;
    
    /**
     * Abstraction of an artifact repository. Artifact repositories can be remote, local, or even build reactor or
     * IDE workspace.
     */
    // TODO completely separate local and remote artifact repositories
    public class MavenArtifactRepository implements ArtifactRepository {
        private static final String LS = System.lineSeparator();
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 11K bytes
    - Viewed (0)
Back to top