- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for mergeSameGoals (0.1 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java
modelMerger.mergeBuild( target, source, true, null ); assertThat( target.getFilters(), contains( "first", "second", "third" ) ); } @Test public void mergeSameGoals() { PluginExecution target = new PluginExecution(); target.setGoals( Arrays.asList( "first", "second", "third" ) ); PluginExecution source = new PluginExecution();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.3K bytes - Viewed (0)