- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 461 for module1 (0.06 seconds)
-
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/pom.xml
<scm> <connection>scm:svn:http://host/p0</connection> <developerConnection>scm:svn:https://host/p0</developerConnection> <url>http://host/viewer?path=/p0</url> </scm> <modules> <module>modules/p1</module> </modules>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 412 bytes - Click Count (0) -
architecture/platforms.md
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu May 02 06:42:46 GMT 2024 - 5.4K bytes - Click Count (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 305 bytes - Click Count (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/pom.xml
<packaging>pom</packaging> <name>Maven Integration Test :: MNG-3023</name> <description>Test that reactor projects are included in dependency resolution.</description> <modules> <module>dependency</module> <module>consumer</module> </modules>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.2K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
## Decision Organize the Gradle code base into a set of coarse-grained "architecture modules". An architecture module is responsible for providing a coherent set of features and: - Provides a set of APIs and services for use from outside the module. - Has a private implementation. - Is owned by a single team. A team may own multiple architecture modules. The modules are arranged into several different "Gradle platforms".
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Feb 25 22:19:29 GMT 2024 - 4.5K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
<module>maven-plugin-parameter-documenter</module> <module>maven-plugin-registry</module> <module>maven-plugin-tools</module> <module>maven-profile</module> <module>maven-project</module> <module>maven-reporting</module> <module>maven-repository-metadata</module> <module>maven-script</module> <module>maven-settings</module> </modules> <repositories>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 8.6K bytes - Click Count (0) -
api/pom.xml
<modules> <module>maven-api-annotations</module> <module>maven-api-di</module> <module>maven-api-xml</module> <module>maven-api-model</module> <module>maven-api-plugin</module> <module>maven-api-settings</module> <module>maven-api-toolchain</module> <module>maven-api-metadata</module> <module>maven-api-core</module> <module>maven-api-spi</module>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-parent.xml
<version>11-SNAPSHOT</version> <name>Model urls inheritance test parent</name> <description>Flat directory structure case: module = ../child directory path + child directory path != child-artifact-id</description> <modules> <module>../inheritance</module><!-- current directory == inheritance --> </modules> <!-- 5 urls in the pom will be inherited with path added --> <url>http://www.apache.org/path/to/parent/</url> <scm>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.8K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/invalid-aggregator-packaging-pom.xml
--> <project> <modelVersion>4.0.0</modelVersion> <artifactId>foo</artifactId> <groupId>foo</groupId> <version>99.44</version> <packaging>bleh</packaging> <modules> <module>test-module</module> </modules>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 997 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
* This method finds out whether collecting projects failed because of the following scenario: * - A multi-module project containing a module which is a plugin and another module which depends on it. * - Just the plugin is being built with the -f <pom> flag. * - Because of inter-module dependency collection, all projects in the multi-module project are collected. * - The plugin is not yet installed in a repository. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 9.1K bytes - Click Count (0)