- Sort Score
- Num 10 results
- Language All
Results 231 - 240 of 3,091 for dProject (0.06 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/ExtensionRealmCache.java
* Registers the specified cache record for usage with the given project. Integrators can use the information * collected from this method in combination with a custom cache implementation to dispose unused records from the * cache. * * @param project The project that employs the plugin realm, must not be {@code null}. * @param record The cache record being used for the project, must not be {@code null}. */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.9K bytes - Click Count (0) -
guava/pom.xml
<url>https://javadoc.io/doc/com.google.j2objc/j2objc-annotations/latest/</url> <location>${project.basedir}/javadoc-link/j2objc-annotations</location> </offlineLink> <offlineLink> <url>https://errorprone.info/api/latest/</url> <location>${project.basedir}/javadoc-link/error_prone_annotations</location> </offlineLink> </offlineLinks>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.6K bytes - Click Count (0) -
impl/maven-core/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ProjectDependenciesResolver.java
* under the License. */ package org.apache.maven.project; /** * Resolves the transitive dependencies of a project. * * @deprecated use {@code org.apache.maven.api.services.ProjectBuilder} instead */ @Deprecated(since = "4.0.0") public interface ProjectDependenciesResolver { /** * Resolves the transitive dependencies of a project. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 10:13:56 GMT 2025 - 1.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/ProjectCollectionStrategy.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.project.collector; import java.util.List; import org.apache.maven.execution.MavenExecutionRequest; import org.apache.maven.project.MavenProject; import org.apache.maven.project.ProjectBuildingException; /** * Describes strategies for finding projects that Maven could build. */
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecyclePluginResolver.java
this.pluginVersionResolver = pluginVersionResolver; } public void resolveMissingPluginVersions(MavenProject project, MavenSession session) throws PluginVersionResolutionException { Map<String, String> versions = new HashMap<>(64); for (Plugin plugin : project.getBuildPlugins()) { if (plugin.getVersion() == null) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.2K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/RepositoryLeakageTest.java
System.out.println("Child1 project repositories:"); child1Project .getRemoteArtifactRepositories() .forEach(repo -> System.out.println(" - " + repo.getId() + " (" + repo.getUrl() + ")")); System.out.println("Child2 project repositories:"); child2Project .getRemoteArtifactRepositories()Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 9.3K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeWorkflowIntegrationTest.java
@Test @DisplayName("should handle multi-module project structure") void shouldHandleMultiModuleProject() throws Exception { // Create parent POM Path parentPom = tempDir.resolve("pom.xml"); String parentPomContent = PomBuilder.create() .groupId("com.example") .artifactId("parent-project") .version("1.0.0")Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/distributed/samples/bootstrap-complete.ldif
ou: groups description: groups branch # Create project groups dn: cn=projecta,ou=groups,ou=swengg,dc=min,dc=io objectclass: groupofnames cn: projecta description: Project A group members member: uid=dillon,ou=people,ou=swengg,dc=min,dc=io dn: cn=projectb,ou=groups,ou=swengg,dc=min,dc=io objectclass: groupofnames cn: projectb description: Project B group members
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Sep 12 15:59:00 GMT 2024 - 3.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/module-path-not-artifactId-child.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0)