You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2021/03/22 14:12:45 UTC

[maven] branch MNG-6511-optional-project-selection deleted (was c9426d4)

This is an automated email from the ASF dual-hosted git repository.

mthmulders pushed a change to branch MNG-6511-optional-project-selection
in repository https://gitbox.apache.org/repos/asf/maven.git.


     was c9426d4  [MNG-6511] Log missing project on info level

This change permanently discards the following revisions:

 discard c9426d4  [MNG-6511] Log missing project on info level
 discard bb0c532  [MNG-6511] Corrected empty reactor message when only a single project exclusion resulted in the empty reactor.
 discard 2d05179  [MNG-6511] Redundant access modifier
 discard 556cfcb  [MNG-6511] Different ways to select the same project resolve to the same project
 discard 4db22d1  [MNG-6511] Required activation overrules optional activation
 discard c06da15  [MNG-6511] Inspect message when project build plan cannot be determined
 discard b801499  [MNG-6511] Added testcase to verify that a,-a,b resolves into b
 discard 2dde0f1  [MNG-6511] Changed data structure in ProjectActivation to allow multiple activation settings for the same project.
 discard b0440d4  [MNG-6511] Added test for selecting and excluding the same project
 discard cf0824b  [MNG-6511] Move Javadoc to class level
 discard dfb995a  [MNG-6511] Disallow an empty projects outcome
 discard abd8208  [MNG-6511] Processed review comments regarding javadoc
 discard 3af41d8  [MNG-6511] Implemented optional project reactor filtering
 discard 0e06469  [MNG-6511] Add testcases for optional project (de)selection
 discard 8948ac7  [MNG-6511] Fix mistake after rebase
 discard 6d0f686  [MNG-6511] WIP: Changed unit tests to new behavior.
 discard 53d6bd7  Remove unused import
 discard fd12250  [MNG-6511] Refactor code related to selecting/deselecting projects
 discard 9a230c1  Formatting
 discard 99aff1e  [MNG-6511] Extract ActivationSettings as separate enum