Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for alternative (0.17 sec)

  1. apache-maven/src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt

        customarily used for software interchange; or,
    
        c) Accompany it with the information you received as to the offer to
        distribute corresponding source code. (This alternative is allowed
        only for noncommercial distribution and only if you received the
        program in object code or executable form with such an offer, in
        accord with Subsection b above.)
    
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue May 11 18:59:18 GMT 2021
    - 38.5K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

                sb.append(" -Dfile=/path/to/file");
                sb.append(LS);
    
                // If people want to deploy it
                sb.append(LS);
                sb.append(indentation);
                sb.append("Alternatively, if you host your own repository you can deploy the file there: ");
                sb.append(LS);
                sb.append(indentation);
                sb.append("    mvn deploy:deploy-file -DgroupId=");
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 10.1K bytes
    - Viewed (0)
Back to top