Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mergeSameGoals (0.06 sec)

  1. 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)
Back to top