- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for otherArchives (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/******@****.***/</otherArchive> <otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive> <otherArchive>http://maven.dev.markmail.org/</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Maven User List</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> <otherArchives> <otherArchive>http://www.mail-archive.com/******@****.***/</otherArchive> <otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive> <otherArchive>http://maven.dev.markmail.org/</otherArchive> </otherArchives> </mailingList> <mailingList> <name>Maven User List</name>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("mail-archive", pom.getValue("mailingLists[1]/archive")); assertEquals(1, ((List<?>) pom.getValue("mailingLists[1]/otherArchives")).size()); assertEquals("other-archive", pom.getValue("mailingLists[1]/otherArchives[1]")); assertEquals("2.0.1", pom.getValue("prerequisites/maven")); assertEquals("https://project.url/trunk", pom.getValue("scm/url"));
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 94.8K bytes - Click Count (0)