Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badGoalsErrorMessage (0.16 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/DefaultEncryptInvoker.java

                    return badGoalsErrorMessage("No goal or multiple goals specified, specify only one goal.", context);
                }
    
                String goalName = context.invokerRequest.options().goals().get().get(0);
                Goal goal = context.goals.get(goalName);
    
                if (goal == null) {
                    return badGoalsErrorMessage("Unknown goal: " + goalName, context);
                }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top