- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 163 for Repositories (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/CommonsCliMavenOptions.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Sep 25 17:39:57 GMT 2025 - 14.8K bytes - Click Count (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.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.4K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts
} if (artifactoryUserPassword.isNullOrEmpty()) { throw GradleException("artifactoryUserPassword is not set!") } } } } publishing { repositories { maven { name = "remote" val libsType = the<GradleModuleExtension>().identity.snapshot.map { if (it) "snapshots" else "releases" }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 17 16:12:44 GMT 2025 - 3.4K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java
d.setSystemPath(file.getCanonicalPath()); artifact = repositorySystem.createDependencyArtifact(d); // // The request has not set any local or remote repositories as the system scoped dependency being resolved // should only // give us the dependency off the disk and nothing more. // request = new ArtifactResolutionRequest()
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 11.1K bytes - Click Count (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Apr 01 21:22:14 GMT 2025 - 10.1K bytes - Click Count (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>Created: Sat Dec 20 08:54:13 GMT 2025 - Last Modified: Wed Mar 10 10:02:23 GMT 2021 - 1.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/NoPluginFoundForPrefixException.java
List<RemoteRepository> remoteRepositories) { super("No plugin found for prefix '" + prefix + "' in the current project and in the plugin groups " + pluginGroups + " available from the repositories " + format(localRepository, remoteRepositories)); } private static String format(LocalRepository localRepository, List<RemoteRepository> remoteRepositories) { StringBuilder repos = new StringBuilder("[");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java
throws RepositoryMetadataResolutionException; void resolve( RepositoryMetadata repositoryMetadata, List<ArtifactRepository> repositories, ArtifactRepository localRepository) throws RepositoryMetadataResolutionException; void resolveAlways(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.6K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/UnresolvedArtifacts.java
import org.apache.maven.artifact.repository.ArtifactRepository; /** * A simple recording of the Artifacts that could not be resolved for a given resolution request, along with * the remote repositories where attempts were made to resolve the artifacts. * */ @Deprecated public class UnresolvedArtifacts { private Artifact originatingArtifact; private List<Artifact> artifacts;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.9K bytes - Click Count (0) -
build-logic-commons/settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { repositories { gradlePluginPortal() maven { url = uri("https://repo.gradle.org/gradle/enterprise-libs-release-candidates") content {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon May 19 17:09:05 GMT 2025 - 1.9K bytes - Click Count (0)