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

khmarbaise pushed a change to branch MENFORCER-306
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.


 discard f503829  WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions 
fails  o Added some debugging output  o Added first implementation which is not 
final yet.  o Added simple IT's for this case.  o Make it Maven 3.0.5 
compatible.  o Changed IT's according to parameter definition with List.
     add 9106689  [MENFORCER-322] requireProfileIdsExist triggers if profile is 
defined at parent  o Fixed iterating over parent poms. Added IT.
     new 3f16bd0  WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions 
fails  o Added some debugging output  o Added first implementation which is not 
final yet.  o Added simple IT's for this case.  o Make it Maven 3.0.5 
compatible.  o Changed IT's according to parameter definition with List.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f503829)
            \
             N -- N -- N   refs/heads/MENFORCER-306 (3f16bd0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plugins/enforcer/RequireProfileIdsExist.java   | 27 ++++++++-----
 .../MENFORCER-322-module}/pom.xml                  | 15 +++++---
 .../invoker.properties                             | 45 +++++++++++++---------
 .../pom.xml                                        |  9 +++--
 .../verify.groovy                                  |  4 +-
 5 files changed, 64 insertions(+), 36 deletions(-)
 copy maven-enforcer-plugin/src/it/projects/{require-profile-ids-exist_failure 
=> require-profile-id-exist_defined_in_parent/MENFORCER-322-module}/pom.xml 
(83%)
 copy maven-enforcer-plugin/src/it/projects/{always-fail => 
require-profile-id-exist_defined_in_parent}/invoker.properties (74%)
 copy maven-enforcer-plugin/src/it/projects/{require-profile-ids-exist_failure 
=> require-profile-id-exist_defined_in_parent}/pom.xml (89%)
 copy maven-enforcer-plugin/src/it/projects/{require-profile-ids-exist_failure 
=> require-profile-id-exist_defined_in_parent}/verify.groovy (82%)

Reply via email to