Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for compareOp (0.14 sec)

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

              <name>priority</name>
              <version>4.0.0/4.0.99</version>
              <type>int</type>
              <description>
                <![CDATA[
                The priority of this execution compared to other executions which are bound to the same phase.
                <p><strong>Warning:</strong> This is an internal utility property that is only public for technical reasons,
    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. api/maven-api-metadata/src/main/mdo/metadata.mdo

                    versioning.setLastUpdated( v.getLastUpdated() );
                }
    
                if ( v.getLastUpdated() == null || v.getLastUpdated().length() == 0
                     || versioning.getLastUpdated().compareTo( v.getLastUpdated() ) >= 0 )
                {
                    changed = true;
                    v.setLastUpdated( versioning.getLastUpdated() );
    
                    if ( versioning.getRelease() != null )
                    {
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 11 14:06:34 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  3. android/pom.xml

                <compilerArgs>
                  <!--
                       Make includes/excludes fully work:
                       https://issues.apache.org/jira/browse/MCOMPILER-174
    
                       (Compare what guava-gwt has to do for maven-javadoc-plugin.)
                  -->
                  <arg>-sourcepath</arg>
                  <arg>doesnotexist</arg>
                  <!-- https://errorprone.info/docs/installation#maven -->
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top