- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GoalSpec (0.27 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
} plugin.getExecutions().add(execution); } } } private GoalSpec parseGoalSpec(String goalSpec) { GoalSpec gs = new GoalSpec(); String[] p = goalSpec.trim().split(":"); if (p.length == 3) { // <groupId>:<artifactId>:<goal> gs.groupId = p[0]; gs.artifactId = p[1];Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 9K bytes - Viewed (0)