- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for mailingList (0.06 sec)
-
impl/maven-core/src/test/projects/project-builder/MNG-6716/project/pom.xml
<groupId>org.apache.maven.tests</groupId> <artifactId>MNG-6716</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <mailingLists> <mailingList> <name>blah</name> </mailingList> </mailingLists> <build> <testSourceDirectory>../sibling/src-test</testSourceDirectory> <sourceDirectory>../sibling/src-main</sourceDirectory> <resources>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 742 bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/MailingListTest.java
/** * Tests {@code MailingList}. * */ class MailingListTest { @Test void testHashCodeNullSafe() { new MailingList().hashCode(); } @Test void testEqualsNullSafe() { assertFalse(new MailingList().equals(null)); new MailingList().equals(new MailingList()); } @Test void testEqualsIdentity() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 1.9K bytes - Viewed (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t00/maven/poms/p2-1.0.pom
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 401 bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
</mailingList> <mailingList> <name>Maven Commits List</name> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> <post>******@****.***</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> </mailingList> <mailingList> <name>Apache Announce List</name>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-compat/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.1K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<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> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> <post>******@****.***</post>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-expected.xml
<url>http://www.apache.org/child/</url><!-- child's artifactId appended to parent url --> <mailingLists> <mailingList> <name>parent</name> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> <post>******@****.***</post> </mailingList> </mailingLists> <build> <plugins> <plugin>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.9K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom
</distributionManagement> <mailingLists> <mailingList> <name>Apache Announce List</name> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> <post>******@****.***</post> <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive> </mailingList> </mailingLists>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.3K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml
<version>12-SNAPSHOT</version> <mailingLists> <!--mailingList> MNG-3124: no way to add a list to parent content, only full override <name>child</name> <post>******@****.***</post> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> </mailingList--> </mailingLists> <build> <plugins> <plugin>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<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> <subscribe>******@****.***</subscribe> <unsubscribe>******@****.***</unsubscribe> <post>******@****.***</post>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0)