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 9eed415  WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions 
fails  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 7e2a57b  [MENFORCER-324] - Use System.lineSeparator() instead of '\n'
     add bb6ef07  Add Travis CI configuration file
     add c2f1ce2  [MENFORCER-319] Handle parsing of pom.xml in 
BanDuplicatePomDependencyVersions.java similarly to how actual Maven model 
parser handles it to fix handling of pom.xml files with UTF-8 BOM.
     add 9bf2bac  [MENFORCER-314] - Warn if EnforcerRuleException has no message
     new 6ebc229  WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions 
fails  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   (9eed415)
            \
             N -- N -- N   refs/heads/MENFORCER-306 (6ebc229)

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:
 .../invoker.properties => .travis.yml              | 17 +++-
 .../plugins/enforcer/AbstractBanDependencies.java  |  4 +-
 .../plugins/enforcer/AbstractRequireFiles.java     |  6 +-
 .../apache/maven/plugins/enforcer/AlwaysFail.java  |  2 +-
 .../apache/maven/plugins/enforcer/AlwaysPass.java  |  2 +-
 .../BanDuplicatePomDependencyVersions.java         | 14 ++--
 .../enforcer/BanTransitiveDependencies.java        |  4 +-
 .../maven/plugins/enforcer/BannedPlugins.java      |  2 +-
 .../maven/plugins/enforcer/BannedRepositories.java |  6 +-
 .../plugins/enforcer/DependencyConvergence.java    |  9 ++-
 .../plugins/enforcer/RequireActiveProfile.java     |  4 +-
 .../plugins/enforcer/RequireFilesDontExist.java    |  2 +-
 .../maven/plugins/enforcer/RequireFilesExist.java  |  2 +-
 .../plugins/enforcer/RequireNoRepositories.java    |  2 +-
 .../plugins/enforcer/RequireReleaseVersion.java    |  2 +-
 .../plugins/enforcer/RequireSameVersions.java      |  7 +-
 .../plugins/enforcer/RequireSnapshotVersion.java   |  2 +-
 .../plugins/enforcer/RequireUpperBoundDeps.java    |  8 +-
 .../invoker.properties                             |  0
 .../pom.xml                                        | 10 +--
 .../verify.groovy                                  | 50 ++++++------
 .../apache/maven/plugins/enforcer/EnforceMojo.java | 26 ++++--
 .../maven/plugins/enforcer/TestEnforceMojo.java    | 92 ++++++++++++++++++----
 23 files changed, 183 insertions(+), 90 deletions(-)
 copy 
maven-enforcer-plugin/src/it/projects/ban-distribution-management-multi-module-build/invoker.properties
 => .travis.yml (81%)
 copy maven-enforcer-plugin/src/it/projects/{require-upper-bound-deps_failure 
=> ban-pom-dependency-version-utf8-with-bom}/invoker.properties (100%)
 copy maven-enforcer-plugin/src/it/projects/{ban-pom-dependency-version => 
ban-pom-dependency-version-utf8-with-bom}/pom.xml (89%)
 copy maven-enforcer-plugin/src/it/projects/{ban-pom-dependency-version => 
ban-pom-dependency-version-utf8-with-bom}/verify.groovy (97%)

Reply via email to