- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 362 for Modulen (0.25 sec)
-
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>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.2K bytes - Viewed (0) -
pom.xml
</scm> <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> <version>15.4.0</version> </parent> <modules> <module>fess-crawler</module> <module>fess-crawler-lasta</module> <module>fess-crawler-opensearch</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Dec 20 06:34:36 UTC 2025 - 2.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java
* Returns the unique name of this path type, including the module to patch if any. * For example, if this type is {@link JavaPathType#MODULES}, then this method returns {@code "MODULES"}. * But if this type was created by {@code JavaPathType.patchModule("foo.bar")}, then this method returns * {@code "PATCH_MODULE:foo.bar"}. * * @return the programmatic name together with the module name on which it applies * @see #toString()Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Jan 07 12:02:00 UTC 2025 - 5K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeResultTest.java
void shouldHandleMergingWithDifferentPOMSets() { Path pom1 = Paths.get("pom.xml"); Path pom2 = Paths.get("module1/pom.xml"); Path pom3 = Paths.get("module2/pom.xml"); UpgradeResult result1 = new UpgradeResult( Set.of(pom1, pom2), // processed Set.of(pom1), // modified
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 9.4K bytes - Viewed (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>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.2K bytes - Viewed (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>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Type.java
* or module path. The path (classes or modules) is chosen by the plugin, possibly using heuristic rules. */ String PROCESSOR = "processor"; /** * Artifact type name for a JAR file to unconditionally place on the annotation processor class path. * If the JAR is modular, its module information are ignored. */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.5K bytes - Viewed (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>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.6K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/no-append-urls-parent.xml
<name>Model urls inheritance test parent</name> <description>MNG-5951 MNG-6059 child.x.y.inherit.append.path="false" for each url to avoid automatic path addition when inheriting</description> <modules> <module>../inheritance</module> </modules> <!-- 5 urls in the pom to configure for not adding path --> <url>http://www.apache.org/path/to/parent/</url> <scm child.scm.connection.inherit.append.path="false"
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (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. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9.1K bytes - Viewed (0)