Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mailingList (0.39 sec)

  1. 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)
  2. 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)
  3. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java

                }
            }
    
            private void visit(MailingList mailingList) {
                if (mailingList != null) {
                    String org, val;
                    // Name
                    org = mailingList.getName();
                    val = interpolate(org);
                    if (org != val) {
                        mailingList.setName(val);
                    }
                    // Subscribe
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Feb 25 08:27:34 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  4. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

                                    .parent(null)
                                    .mixins(null)
                                    .build(null),
                            model)
                    .mailingLists(null)
                    .issueManagement(null)
                    .scm(
                            model.getScm() != null
                                    ? Scm.newBuilder(model.getScm(), true)
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 27 07:40:26 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top