Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for mayen (3.44 sec)

  1. maven-api-impl/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom

        <module>maven-artifact-test</module>
        <module>maven-core</module>
        <module>maven-error-diagnostics</module>
        <module>maven-model</module>
        <module>maven-monitor</module>
        <module>maven-plugin-api</module>
        <module>maven-plugin-descriptor</module>
        <module>maven-plugin-parameter-documenter</module>
        <module>maven-plugin-registry</module>
        <module>maven-plugin-tools</module>
        <module>maven-profile</module>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom

    <project>
      <parent>
        <artifactId>maven</artifactId>
        <groupId>org.apache.maven</groupId>
        <version>2.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <name>Maven Plugin API</name>
      <version>2.0</version>
      <dependencies>
        <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.13.1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 602 bytes
    - Viewed (0)
  3. maven-core/src/test/resources/META-INF/maven/org.apache.maven.api.di.Inject

    org.apache.maven.project.EmptyLifecycleBindingsInjector...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 55 bytes
    - Viewed (0)
  4. maven-resolver-provider/src/site/apt/index.apt

     -----
     2012-09-29
     -----
    
    Maven Artifact Resolver Provider
    
     Maven Artifact Resolver Provider is a {{{/resolver/}Maven Artifact Resolver}} extension to support
     Maven POMs and local+remote repositories.
    
     Main component is <<<MavenRepositorySystemUtils>>>
     ({{{./apidocs/org/apache/maven/repository/internal/MavenRepositorySystemUtils.html}javadoc}},
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 06:12:44 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. maven-resolver-provider/src/site/apt/dependency-types.apt

     ---
     Hervé Boutemy
     ---
     2024-04-02
     ---
    
    Default Dependency Types Reference
    
      Defined in <<<DefaultTypeProvider>>>
      ({{{./apidocs/org/apache/maven/repository/internal/type/DefaultTypeProvider.html}javadoc}},
      {{{./xref/org/apache/maven/repository/internal/type/DefaultTypeProvider.html}source}}):
    
    *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 06:12:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  6. api/maven-api-metadata/src/site/apt/index.apt

    ~~ under the License.
    
     -----
     Introduction
     -----
     Guillaume Nodet
     -----
     2024-04-04
     -----
    
    Maven 4 API - Repository Metadata Model
    
     This is the immutable model for Repository Metadata in <<<org.apache.maven.api.metadata>>> package.
    
     The following are generated from this model:
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 11 14:06:34 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. .gitignore

    /*.log
    
    # Thread dumps for troubleshooting
    *.threaddump
    # ps output for cleaning up leaking Java processes
    *.psoutput
    
    # oh-my-zsh gradle plugin
    .gradletasknamecache
    
    # Added GE support maven support to the maven build in .teamcity, per the GE docs, this dir is NOT to be committed
    .teamcity/.mvn/.gradle-enterprise/
    /discoclient.properties
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 19:23:39 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. guava-testlib/README.md

    Guava testlib is a set of Java classes for more convenient
    unit testing.
    
    ## Adding Guava Testlib to your build
    
    Guava testlib's Maven group ID is `com.google.guava` and its artifact ID is `guava-testlib`.
    
    To add a dependency on Guava testlib using Maven, use the following:
    
    ```xml
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava-testlib</artifactId>
      <version>33.2.1-jre</version>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 31 17:43:52 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. maven-core/src/site/apt/offline-mode.apt

      a physically local resource.
    
      NOTE: One side-effect of this design change is that all offline-mode code can
      be isolated to maven-core, maven-plugin-descriptor, and [possibly]
      maven-artifact. Usage of maven-wagon will be determined by an offline-aware
      manager.
    
    * Assumptions: What is Offline?
    
      For the purposes of determining the areas sensitive to offline status,
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  10. maven-core/src/main/resources/META-INF/maven/org.apache.maven.api.di.Inject

    org.apache.maven.api.services.model.ProfileActivator
    org.apache.maven.api.spi.LanguageProvider
    org.apache.maven.api.spi.LifecycleProvider
    org.apache.maven.api.spi.ModelParser
    org.apache.maven.api.spi.PackagingProvider
    org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
    org.apache.maven.internal.aether.LegacyRepositorySystemSessionExtender
    org.apache.maven.internal.impl.DefaultArtifactCoordinateFactory
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top