You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/11 18:26:00 UTC

[maven-enforcer] branch master updated (3f49c2f -> 9106689)

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

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


    from 3f49c2f  Removed $Id$ from SVN
     add 9106689  [MENFORCER-322] requireProfileIdsExist triggers if profile is defined at parent  o Fixed iterating over parent poms. Added IT.

No new revisions were added by this update.

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%)