Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for Case (0.12 sec)

  1. api/maven-api-metadata/src/main/mdo/metadata.mdo

            </field>
            <field>
              <name>version</name>
              <version>1.0.0+</version>
              <type>String</type>
              <description>The base version (i.e. ending in {@code -SNAPSHOT}) when this directory represents a "groupId/artifactId/version" for a SNAPSHOT.</description>
            </field>
            <field xdoc.separator="blank">
              <name>plugins</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 11 14:06:34 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java

        // ----------------------------------------------------------------------
        //
        // ----------------------------------------------------------------------
    
        // Base directory
    
        /**
         * @deprecated use {@link #setTopDirectory(Path)} instead
         */
        @Deprecated
        MavenExecutionRequest setBaseDirectory(File basedir);
    
        /**
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Dec 20 13:03:57 GMT 2023
    - 17.7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    either express or implied. See the License for the specific language governing permissions and limitations under the License. META-INF/NOTICE.txt // ---------- // NOTICE file corresponding to the section 4d of The Apache License, // Version 2.0, in this case for Maven Wagon API // ---------- Maven Wagon API Copyright 2003-2006 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). org/apache/maven/wagon/events/TransferEvent.class...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 45.2K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

        }
    
        /**
         * This is used for pom-less execution like running archetype:generate. I am taking out the profile handling and the
         * interpolation of the base directory until we spec this out properly.
         */
        public MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
                throws ProjectBuildingException {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  5. maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

    import java.util.List;
    
    import org.apache.maven.artifact.Artifact;
    import org.apache.maven.artifact.repository.ArtifactRepository;
    import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;
    
    /**
     * Base class for artifact resolution exceptions.
     *
     */
    public class AbstractArtifactResolutionException extends Exception {
        private String groupId;
    
        private String artifactId;
    
        private String version;
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 10.1K bytes
    - Viewed (0)
Back to top