Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 114 for m2repository (1.05 sec)

  1. pom.xml

    			</plugin>
    		</plugins>
    	</build>
    	<repositories>
    		<repository>
    			<id>snapshots.oss.sonatype.org</id>
    			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
    			<releases>
    				<enabled>false</enabled>
    			</releases>
    			<snapshots>
    				<enabled>true</enabled>
    			</snapshots>
    		</repository>
    	</repositories>
    	<dependencies>
    		<dependency>
    			<groupId>com.ibm.icu</groupId>
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu May 30 06:30:41 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedPackage>org.apache.maven.profiles</exportedPackage>
        <exportedPackage>org.apache.maven.project</exportedPackage>
        <exportedPackage>org.apache.maven.reporting</exportedPackage>
        <exportedPackage>org.apache.maven.repository</exportedPackage>
        <exportedPackage>org.apache.maven.rtinfo.*</exportedPackage>
        <exportedPackage>org.apache.maven.settings</exportedPackage>
        <exportedPackage>org.apache.maven.toolchain</exportedPackage>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 08 10:37:09 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. maven-settings-builder/src/test/resources/settings/factory/simple.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    
    <settings>
      <localRepository>${user.home}/.m2/repository</localRepository>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jul 16 10:35:18 UTC 2010
    - 895 bytes
    - Viewed (0)
  4. doc/go_spec.html

    </p>
    
    <p>
    The interpretation of the ImportPath is implementation-dependent but
    it is typically a substring of the full file name of the compiled
    package and may be relative to a repository of installed packages.
    </p>
    
    <p>
    Implementation restriction: A compiler may restrict ImportPaths to
    non-empty strings using only characters belonging to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/validation/bad-repository-id.xml

      <version>1.0</version>
    
      <repositories>
        <repository>
          <id>this/is\bad</id>
          <url>http://localhost</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>this/is\bad</id>
          <url>http://localhost</url>
        </pluginRepository>
      </pluginRepositories>
    
      <distributionManagement>
        <repository>
          <id>this/is\bad</id>
          <url>http://localhost</url>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Jul 18 14:23:06 UTC 2010
    - 1.4K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-expression.xml

      <artifactId>project</artifactId>
      <version>1.0.0-SNAPSHOT</version>
    
      <properties>
        <x>just/some/path</x>
      </properties>
    
      <repositories>
        <repository>
          <id>repo</id>
          <url>file://${x}/sdk/maven/repo</url>
        </repository>
      </repositories>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jul 21 08:34:43 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-basedir-expression.xml

      <repositories>
        <repository>
          <id>repo</id>
          <url>file://${basedir}/target/remote-repo</url>
        </repository>
        <repository>
          <id>repo-project-basedir</id>
          <url>file://${project.basedir}/sdk/maven/repo</url>
        </repository>
        <repository>
          <id>repo-project-baseUri</id>
          <url>${project.baseUri}/sdk/maven/repo</url>
        </repository>
      </repositories>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 15 18:09:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom

      <distributionManagement>
        <repository>
          <id>codehaus.org</id>
          <name>Plexus Central Repository</name>
          <url>dav:https://dav.codehaus.org/repository/plexus</url>
        </repository>
        <snapshotRepository>
          <id>codehaus.org</id>
          <name>Plexus Central Development Repository</name>
          <url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url>
        </snapshotRepository>
        <site>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 7.1K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/unique-repo-id/artifact-repo/pom.xml

      <description>
        Test that multiple artifact repository declarations with the same id cause a validation error.
      </description>
    
      <repositories>
        <repository>
          <id>one</id>
          <url>https://repo1.maven.org/maven2</url>
        </repository>
        <repository>
          <id>one</id>
          <url>https://repository.codehaus.org/</url>
        </repository>
      </repositories>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/empty-distMng-repo-url/pom.xml

      <artifactId>commons-parent</artifactId>
      <packaging>pom</packaging>
      <version>11</version>
    
      <distributionManagement>
        <repository>
          <id>dummy</id>
          <name>Dummy to avoid accidental deploys</name>
          <url />
        </repository>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 29 05:20:38 UTC 2009
    - 373 bytes
    - Viewed (0)
Back to top