- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 262 for Resolution (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java
type.getPathTypes().contains(JavaPathType.CLASSES)); // TODO: watch out for module path }); // Note: here, type decides is artifact added to "build path" (for example during resolution) // and "build path" is intermediate data that is used to create actual Java classpath/modulepath // but to create those, proper filtering should happen via Type properties. } @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 08:42:00 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver.java
import org.eclipse.aether.metadata.DefaultMetadata; import org.eclipse.aether.repository.ArtifactRepository; import org.eclipse.aether.repository.RemoteRepository; import org.eclipse.aether.resolution.MetadataRequest; import org.eclipse.aether.resolution.MetadataResult; import org.eclipse.aether.version.InvalidVersionSpecificationException; import org.eclipse.aether.version.Version; import org.eclipse.aether.version.VersionScheme;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jan 29 08:17:07 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SID.java
} } /** * Get members of the group represented by this SID, if it is one. * * @param authorityServerName the server to use for SID resolution * @param tc the CIFS context to use * @param flags resolution flags * @return the members of the group * @throws IOException if there is an error retrieving group members */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/Maven2DependenciesValidator.java
import org.apache.maven.plugin.PluginValidationManager; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.artifact.Artifact; import org.eclipse.aether.graph.Dependency; import org.eclipse.aether.resolution.ArtifactDescriptorResult; /** * Detects Maven2 plugins. * * @since 3.9.2 */ @Singleton @Named class Maven2DependenciesValidator extends AbstractMavenPluginDependenciesValidator { @InjectRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java
SmbResourceLocatorImpl l = locator("smb://server/"); assertTrue(l.isWorkgroup()); } @Test @DisplayName("getAddress/getFirstAddress resolution branches and iteration") void testAddressResolutionAndIteration() throws Exception { // Query parameter 'server' takes precedence UniAddress a1 = mock(UniAddress.class);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* </tr> * </tbody> * </table> * <p> * <strong>Role in {@link SourceRoot} Path Resolution:</strong> * </p> * <p> * This method is the foundation for {@link SourceRoot#targetPath(Project)} path resolution. * When a {@link SourceRoot} has a relative {@code targetPath}, it is resolved against theRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 15.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingResult.java
* * @param project The project that was built, may be {@code null}. * @param problems The problems that were encountered, may be {@code null}. * @param dependencyResolutionResult The result of the resolution for the project dependencies, may be {@code null}. */ DefaultProjectBuildingResult( MavenProject project, List<ModelProblem> problems, DependencyResolutionResult dependencyResolutionResult) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 10:13:56 UTC 2025 - 3.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt
* The version string is configured in the root project's `build.gradle`. * * Note that OkHttp's runtime version may be different from the version specified in your * project's build file due to the dependency resolution features of your build tool. * * [semver]: https://semver.org */ val VERSION: String
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Jul 28 20:33:04 UTC 2025 - 1.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/WorkspaceRepository.java
* or similar ad-hoc collections of artifacts. This repository is considered read-only * within the context of a session, meaning it can only be used for artifact resolution, * not for installation or deployment. This interface does not provide direct access * to artifacts; that functionality is handled by a {@code WorkspaceReader}. */ public interface WorkspaceRepository extends Repository {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 1.5K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/InvalidRepositoryException.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.model.resolution; import org.apache.maven.model.Repository; /** * Signals an error when adding a repository to the model resolver. * * @deprecated use {@code org.apache.maven.api.services.ModelBuilder} instead */Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.3K bytes - Viewed (0)