dd1f216 Add boolean dependencies between plugin and provider subpackages

Authored and Committed by mizdebsk 3 years ago
    Add boolean dependencies between plugin and provider subpackages
    
    maven-surefire-plugin requires its providers to work correctly, yet it
    doesn't have any dependencies on them -- it relies on maven-local to
    pull in appropriate providers.
    
    In order to make Java buildroots smaller, maven-local will no longer
    require Surefire providers.  Instead, maven-surefire-plugin needs to
    conditionally require its providers, depending on whether particular
    testing framework package (JUnit, TestNG) is installed.
    
        
  • Build completed
    success
    Built as maven-surefire-2.22.0-10.fc34
    3 years ago
  • Build completed
    success
    Built as maven-surefire-2.22.0-10.eln108
    3 years ago
file modified
+9 -1