Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 14 (0.13 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

                  The timezone the contributor is in. Typically, this is a number in the range
                  <a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a>
                  or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00).
                ]]>
              </description>
              <type>String</type>
            </field>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java

            // [09] resources:resources
            // [10] compiler:compile
            // [11] resources:testResources
            // [12] compiler:testCompile
            // [13] surefire:test
            // [14] jar:jar
            // [15] plugin:addPluginArtifactMetadata
            // [16] install:install
            //
    
            assertEquals(16, executions.size());
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 09 20:57:17 GMT 2024
    - 24.7K bytes
    - Viewed (0)
Back to top