- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getExecution (0.1 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
protected void mergePlugin_Executions( Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) { target.setExecutions( merge(target.getExecutions(), source.getExecutions(), sourceDominant, new ExecutionKeyComputer())); } protected void mergeConfigurationContainer( ConfigurationContainer target, ConfigurationContainer source,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
* @return a Map of executions field with {@code PluginExecution#getId()} as key * @see PluginExecution#getId() */ public Map<String, PluginExecution> getExecutionsAsMap() { return getExecutions().stream().collect(Collectors.toMap(exec -> exec.getId(), exec -> exec)); } ]]> </code> </codeSegment> <codeSegment> <version>4.0.0+</version>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)