Am 12/20/16 um 08:06 schrieb Hervé BOUTEMY:
> I must confess I never investigated why this "provided" recipe worked: it 
> just 
> looked nice :)
> 
> but you didn't answer the important part of the question: 
> From a purist point of view, I understand
> From a user point of view, do you have any case where the new behaviour fixes 
> a 
> non-working configuration (instead of breaking a build that was working 
> previously)?

The issues in JIRA currently fixed on master do have example projects
attached. Those are what started this. Some of them became ITs.

~/Sources/apache.org/maven-integration-testing/core-it-suite
$ grep -ri "\[3\.4" *
src/test/java/org/apache/maven/it/MavenITmng1701DuplicatePlugin34Test.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng3843PomInheritanceTest.java:
       if ( matchesVersionRange( "[3.4,)" ) )
src/test/java/org/apache/maven/it/MavenITmng5889CoreExtensionsTest.java:
       super( "[3.4.0,)" );
src/test/java/org/apache/maven/it/MavenITmng3719PomExecutionOrdering34Test.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng4005UniqueDependencyKey34Test.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng4463DependencyManagementImportVersionRanges.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng5227DependencyOptionalFlagManagementTest.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java:
       super( "[2.0.11,3.0-alpha-1),[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng5600DependencyManagementImportExclusionsTest.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng5971HierarchicalImportScopeTest.java:
       super( "[3.4,)" );
src/test/java/org/apache/maven/it/MavenITmng6084Jsr250PluginTest.java:
     super( "[3.4.0-SNAPSHOT,)" );
src/test/java/org/apache/maven/it/MavenITmng6127PluginExecutionConfigurationInterferenceTest.java:
       super( "[3.4.0,)" );
src/test/java/org/apache/maven/it/MavenITmng4720DependencyManagementExclusionMerge34Test.java:
       super( "[3.4,)" );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to