Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 34 for artifactFactory (0.18 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

                ProjectArtifactFactory artifactFactory,
                EventSpyDispatcher eventSpyDispatcher,
                ProjectArtifactsCache projectArtifactsCache,
                MessageBuilderFactory messageBuilderFactory) {
            this.dependenciesResolver = dependenciesResolver;
            this.artifactFactory = artifactFactory;
            this.eventSpyDispatcher = eventSpyDispatcher;
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Feb 28 23:31:49 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java

     *
     */
    @PlexusTest
    @Deprecated
    class DefaultArtifactCollectorTest {
        @Inject
        private LegacyArtifactCollector artifactCollector;
    
        @Inject
        private ArtifactFactory artifactFactory;
    
        private ArtifactSpec projectArtifact;
    
        private Source source;
    
        private static final String GROUP_ID = "test";
    
        @BeforeEach
        void setUp() throws Exception {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 42.5K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         * @return artifact with the given coordinates
         *
         * @see org.apache.maven.api.services.ArtifactFactory#create(Session, String, String, String, String)
         */
        @Nonnull
        Artifact createArtifact(String groupId, String artifactId, String version, String extension);
    
        /**
         * Shortcut for {@code getService(ArtifactFactory.class).create(...)}.
         *
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  4. maven-compat/src/test/java/org/apache/maven/repository/legacy/DefaultWagonManagerTest.java

    @PlexusTest
    @Deprecated
    class DefaultWagonManagerTest {
        @Inject
        private WagonManager wagonManager;
    
        private final TransferListener transferListener = new Debug();
    
        @Inject
        private ArtifactFactory artifactFactory;
    
        @Inject
        private ArtifactRepositoryFactory artifactRepositoryFactory;
    
        @Test
        void testUnnecessaryRepositoryLookup() throws Exception {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 13.4K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultArtifactFactory.java

    import org.apache.maven.api.di.Singleton;
    import org.apache.maven.api.services.ArtifactFactory;
    import org.apache.maven.api.services.ArtifactFactoryRequest;
    import org.eclipse.aether.artifact.ArtifactType;
    
    import static org.apache.maven.internal.impl.Utils.nonNull;
    
    @Named
    @Singleton
    public class DefaultArtifactFactory implements ArtifactFactory {
        @Override
        public Artifact create(@Nonnull ArtifactFactoryRequest request) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 2.4K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/AbstractSession.java

        }
    
        /**
         * Shortcut for <code>getService(ArtifactFactory.class).create(...)</code>
         *
         * @see ArtifactFactory#create(Session, String, String, String, String)
         */
        @Override
        public Artifact createArtifact(String groupId, String artifactId, String version, String extension) {
            return getService(ArtifactFactory.class).create(this, groupId, artifactId, version, extension);
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 16:33:18 GMT 2024
    - 27.2K bytes
    - Viewed (0)
  7. maven-compat/src/test/java/org/apache/maven/project/inheritance/t12scm/ProjectInheritanceTest.java

        //        throws Exception
        //    {
        //        File localRepo = getLocalRepositoryPath();
        //
        //        ArtifactFactory factory = (ArtifactFactory) lookup( ArtifactFactory.class );
        //        Artifact artifact = factory.createProjectArtifact( "maven", "p1", "1.0" );
        //
        //        ArtifactRepositoryFactory repoFactory = (ArtifactRepositoryFactory) lookup(
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 5.5K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/internal/impl/AbstractSession.java

        }
    
        /**
         * Shortcut for <code>getService(ArtifactFactory.class).create(...)</code>
         *
         * @see ArtifactFactory#create(Session, String, String, String, String)
         */
        @Override
        public Artifact createArtifact(String groupId, String artifactId, String version, String extension) {
            return getService(ArtifactFactory.class).create(this, groupId, artifactId, version, extension);
        }
    
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/core/test/test-extension/1/test-extension-1.jar

    Created-By: Apache Maven Built-By: jdcasey Build-Jdk: 1.5.0_07 META-INF/plexus/components.xml org.apache.maven.artifact.factory.ArtifactFactory test org.apache.maven.core.test.MyArtifactFactory org/apache/maven/core/test/MyArtifactFactory.class package org.apache.maven.core.test; public synchronized class MyArtifactFactory implements org.apache.maven.artifact.factory.ArtifactFactory { private static final boolean OPTIONAL = 0; private static final org.apache.maven.artifact.handler.ArtifactHandler HANDLER;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 4.1K bytes
    - Viewed (0)
  10. maven-compat/src/main/java/org/apache/maven/repository/legacy/metadata/ArtifactMetadataSource.java

         *                           are needed, for instance the following code will work
         *                           <code>artifactFactory.createProjectArtifact( "org.apache.maven", "maven", "" )</code>
         * @param localRepository    local repository
         * @param remoteRepositories remote repositories, {@link List} $lt; {@link ArtifactRepository} &gt;
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 3.5K bytes
    - Viewed (0)
Back to top