- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 181 for Repositories (0.13 sec)
-
pom.xml
</plugin> </plugins> </build> <repositories> <repository> <id>snapshots.central.sonatype.com</id> <url>https://central.sonatype.com/repository/maven-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>com.ibm.icu</groupId>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sat Dec 20 06:20:25 UTC 2025 - 4.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionResolver.java
* @since 3.0 */ public interface PluginVersionResolver { /** * Resolves the version for the specified request. * * @param request The request that holds the details about the plugin and the repositories to consult, must not be * {@code null}. * @return The result of the version resolution, never {@code null}. * @throws PluginVersionResolutionException If the plugin version could not be resolved.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.4K bytes - Viewed (0) -
compat/maven-resolver-provider/src/site/apt/index.apt
Hervé Boutemy ----- 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: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
buildSrc/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ plugins { `kotlin-dsl` } repositories { mavenCentral() gradlePluginPortal() } dependencies { implementation(libs.gradlePlugin.bnd) implementation(libs.kotlin.gradle.plugin.api) implementation(libs.gradlePlugin.mrjar)Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 836 bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<description> Configuration of download mirrors for repositories. </description> <association> <type>Mirror</type> <multiplicity>*</multiplicity> </association> </field> <field xdoc.separator="blank"> <name>repositories</name> <version>1.3.0+</version> <description>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDebugLogger.java
debugDependencyRequirements(executionPlan.getMojoExecutions()); logger.debug("Repositories (dependencies): " + currentProject.getRemoteProjectRepositories()); logger.debug("Repositories (plugins) : " + currentProject.getRemotePluginRepositories()); for (ExecutionPlanItem mojoExecution : executionPlan) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.8K bytes - Viewed (0) -
README.md
See the License for the specific language governing permissions and limitations under the License. --> # Apache Lucene and Solr have separate repositories now! Solr has become a top-level Apache project and main line development for Lucene and Solr is happening in each project's git repository now: - Lucene: <https://gitbox.apache.org/repos/asf/lucene.git>Registered: Sat Dec 20 08:54:13 UTC 2025 - Last Modified: Wed Mar 10 10:02:23 UTC 2021 - 1.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/settings/PomConstructionWithSettingsTest.java
} /** * MNG-4107 */ @Test void testRepositories() throws Exception { PomTestWrapper pom = buildPom("repositories"); assertEquals("maven-core-it-0", pom.getValue("repositories[1]/id")); } private PomTestWrapper buildPom(String pomPath) throws Exception { File pomFile = new File(testDirectory + File.separator + pomPath, "pom.xml");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/MirrorSelector.java
package org.apache.maven.repository; import java.util.List; import org.apache.maven.artifact.repository.ArtifactRepository; import org.apache.maven.settings.Mirror; /** * Handles the selection of mirrors for repositories. * */ @Deprecated public interface MirrorSelector { /** * Determines the mirror for the specified repository. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataResolution.java
import org.apache.maven.artifact.repository.ArtifactRepository; /** * * */ @Deprecated public class MetadataResolution { /** resolved MD */ private ArtifactMetadata artifactMetadata; /** repositories, added by this POM */ private Collection<ArtifactRepository> metadataRepositories; // ------------------------------------------------------------------- public MetadataResolution(ArtifactMetadata artifactMetadata) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0)