Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Erling (0.66 sec)

  1. maven-core/src/site/apt/offline-mode.apt

      It means warning users that since the network is missing, certain features and
      operations will be unavailable, rather than simply waiting for those
      operations to fail, then trying to help users decipher the error messages they
      get as a result.
    
    * Implications for Resolution
    
    ** Dependency Resolution
    
      This one is obvious...we only have access to the repositories using
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    + Submit a pull request to the repository in the Apache organization.
    + Update your JIRA ticket and include a link to the pull request in the ticket.
    
    If you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].
    
    Making Trivial Changes
    ----------------------
    
    For changes of a trivial nature to comments and documentation, it is not always
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 10 09:48:27 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  3. src/mdo/reader.vm

            entities.put("Aacute", "\u00c1");
            entities.put("Acirc", "\u00c2");
            entities.put("Atilde", "\u00c3");
            entities.put("Auml", "\u00c4");
            entities.put("Aring", "\u00c5");
            entities.put("AElig", "\u00c6");
            entities.put("Ccedil", "\u00c7");
            entities.put("Egrave", "\u00c8");
            entities.put("Eacute", "\u00c9");
            entities.put("Ecirc", "\u00ca");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    collective works based on the Program.
    
    In addition, mere aggregation of another work not based on the Program
    with the Program (or with a work based on the Program) on a volume of a
    storage or distribution medium does not bring the other work under the
    scope of this License.
    
    3. You may copy and distribute the Program (or a work based on it,
    under Section 2) in object code or executable form under the terms of
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  5. maven-core/src/site/apt/inheritance.apt

       - [artifactId] tells maven what the artifact name is for this particular
           project. Each project should have a distinct artifactId.
    
       - [version] tells maven what release of this artifact we're trying to produce.
           The fact that a project has a distinct pom.xml should indicate a separate
           release cycle that is also distinct to that project, so a concrete version
           declaration is required.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  6. src/mdo/reader-stax.vm

            entities.put("Aacute", "\u00c1");
            entities.put("Acirc", "\u00c2");
            entities.put("Atilde", "\u00c3");
            entities.put("Auml", "\u00c4");
            entities.put("Aring", "\u00c5");
            entities.put("AElig", "\u00c6");
            entities.put("Ccedil", "\u00c7");
            entities.put("Egrave", "\u00c8");
            entities.put("Eacute", "\u00c9");
            entities.put("Ecirc", "\u00ca");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top