Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Modifier (0.24 sec)

  1. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        <notifiers>
          <notifier>
            <type>irc</type>
            <address>ci@</address>
            <sendOnError>true</sendOnError>
            <sendOnFailure>false</sendOnFailure>
            <sendOnSuccess>false</sendOnSuccess>
            <sendOnWarning>false</sendOnWarning>
            <configuration>
              <ciProp>ci</ciProp>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        <notifiers>
          <notifier>
            <type>irc</type>
            <address>ci@</address>
            <sendOnError>true</sendOnError>
            <sendOnFailure>false</sendOnFailure>
            <sendOnSuccess>false</sendOnSuccess>
            <sendOnWarning>false</sendOnWarning>
            <configuration>
              <ciProp>ci</ciProp>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

              <association>
                <multiplicity>*</multiplicity>
                <type>Notifier</type>
              </association>
            </field>
          </fields>
        </class>
        <class>
          <name>Notifier</name>
          <description>Configures one method for notifying users/developers when a build breaks.</description>
          <version>4.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/limited-inheritance/pom.xml

        <url>https://parent.url/ci</url>
        <notifiers>
          <notifier>
            <type>irc</type>
            <sendOnError>true</sendOnError>
            <sendOnFailure>true</sendOnFailure>
            <sendOnSuccess>false</sendOnSuccess>
            <sendOnWarning>false</sendOnWarning>
            <configuration>
              <address>irc://parent.url/#ci</address>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 2.6K bytes
    - Viewed (0)
  5. .idea/dictionaries/igor.xml

    <component name="ProjectDictionaryState">
      <dictionary name="igor">
        <words>
          <w>addr</w>
          <w>descr</w>
          <w>exprs</w>
          <w>voidification</w>
          <w>voidifier</w>
          <w>voidify</w>
        </words>
      </dictionary>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Sep 16 17:24:44 GMT 2021
    - 249 bytes
    - Viewed (0)
Back to top