- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 30 for unsubscribe (0.07 sec)
-
impl/maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom
</snapshotRepository> </distributionManagement> <mailingLists> <mailingList> <name>Apache Announce List</name> <subscribe>announce-subscribe@apache.org</subscribe> <unsubscribe>announce-unsubscribe@apache.org</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) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<url>http://jira.codehaus.org/browse/MNG</url> </issueManagement> <mailingLists> <mailingList> <name>Maven Developer List</name> <subscribe>dev-subscribe@maven.apache.org</subscribe> <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe> <post>******@****.***</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> <otherArchives>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<url>http://jira.codehaus.org/browse/MNG</url> </issueManagement> <mailingLists> <mailingList> <name>Maven Developer List</name> <subscribe>dev-subscribe@maven.apache.org</subscribe> <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe> <post>******@****.***</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> <otherArchives>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom
<name>Maven User List</name> <subscribe>users-subscribe@maven.apache.org</subscribe> <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe> <post>******@****.***</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> </mailingList> <mailingList> <name>Maven Developer List</name> <subscribe>dev-subscribe@maven.apache.org</subscribe>
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/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@mailing.list.com</subscribe> <unsubscribe>unsubscribe@mailing.list.com</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) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-parent.xml
<url>http://www.apache.org/</url> <mailingLists> <mailingList> <name>parent</name> <post>******@****.***</post> <subscribe>subscribe@mailing.list.com</subscribe> <unsubscribe>unsubscribe@mailing.list.com</unsubscribe> </mailingList> </mailingLists> <build> <plugins> <plugin> <groupId>inheritance.configuration</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/resources/poms/inheritance/plugin-configuration-child.xml
<!--mailingList> MNG-3124: no way to add a list to parent content, only full override <name>child</name> <post>******@****.***</post> <subscribe>subscribe@mailing.list.com</subscribe> <unsubscribe>unsubscribe@mailing.list.com</unsubscribe> </mailingList--> </mailingLists> <build> <plugins> <plugin> <groupId>inheritance.configuration</groupId>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/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
owse/MNG continuum ******@****.*** Maven User List users-subscribe@maven.apache.org users-unsubscribe@maven.apache.org ******@****.*** http://mail-archives.apache.org/mod_mbox/maven-users Maven Developer List dev-subscribe@maven.apache.org dev-unsubscribe@maven.apache.org ******@****.*** http://mail-archives.apache.org/mod_mbox/maven-dev Maven Commits List commits-subscribe@maven.apache.org commits-unsubscribe@maven.apache.org ******@****.*** http://mail-archives.ap...
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.9K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
mailingList.setName(val); } // Subscribe org = mailingList.getSubscribe(); val = interpolate(org); if (org != val) { mailingList.setSubscribe(val); } // Unsubscribe org = mailingList.getUnsubscribe(); val = interpolate(org);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 43.1K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("project-mailing-list", pom.getValue("mailingLists[1]/name")); assertEquals("subscribe@", pom.getValue("mailingLists[1]/subscribe")); assertEquals("unsubscribe@", pom.getValue("mailingLists[1]/unsubscribe")); assertEquals("post@", pom.getValue("mailingLists[1]/post")); assertEquals("mail-archive", pom.getValue("mailingLists[1]/archive"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0)