- Sort Score
- Num 10 results
- Language All
Results 341 - 350 of 749 for repositoryId (0.08 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/usability/plugin/ExpressionDocumenter.java
* <expression> * <syntax>project.distributionManagementArtifactRepository</syntax> * <origin>< ## Development Information ### Get Source Code 1. Clone Fess's repository: ``` $ cd ~/workspace $ git clone https://github.com/codelibs/fess.git ``` 2. Import the cloned repository as a [Maven](https://maven.apache.org/) project on [Eclipse](https://www.eclipse.org/eclipseide/) or another IDE. ### Setup for OpenSearch Plugins
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 20 00:28:33 GMT 2025 - 7.8K bytes - Click Count (2) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
// // From the metadata stored on the server which has been created as part of a standard // Maven plugin deployment we will find the right PluginDescriptor from the remote // repository. plugin = findPluginForPrefix(prefix, session); } int executionIdx = goal.indexOf("@"); if (executionIdx > 0) { goal.setLength(executionIdx); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 11.3K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/config.yml
- name: Create an issue without template url: https://github.com/gradle/gradle/issues/new?template=blankCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Apr 02 09:20:35 GMT 2025 - 402 bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java
* under the License. */ package org.apache.maven.repository; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.repository.ArtifactRepository; import org.apache.maven.artifact.resolver.ArtifactResolutionException;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 9.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/artifact/AttachedArtifact.java
@Override public ArtifactRepository getRepository() { return parent.getRepository(); } @Override public void setRepository(ArtifactRepository repository) { throw new UnsupportedOperationException("Cannot change the repository information for an attached artifact." + " It is derived from the main artifact."); } @Override public String getScope() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 6.4K bytes - Click Count (0)