This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch MENFORCER-305
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.
discard f6bff31 [MENFORCER-305] - Add documentation information for GitHub
add 8b7c40a Set surefire to 2.21.0 to support java 10 Normalize LICENSE
file for Windows in IT to get same checksums
add eac2712 Upgrade mockito to support Java 10
add 84f2c66 Fix Javadoc errors
add 62e3682 [maven-release-plugin] prepare release enforcer-3.0.0-M2
add 7a98f2b [maven-release-plugin] prepare for next development iteration
add 9c4ab3e [MENFORCER-142] - Specify enforcer rule in command line
without modifying any pom o Merged initial PoC implementation o Added some
basic integration tests.
new ae18153 [MENFORCER-305] - Add documentation information for GitHub
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 (f6bff31)
\
N -- N -- N refs/heads/MENFORCER-305 (ae18153)
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:
.../utils/MockEnforcerExpressionEvaluator.java | 11 ++----
.../invoker.properties | 2 +-
.../{display-info => cli-always-fail}/pom.xml | 17 ++++-----
.../invoker.properties | 2 +-
.../{always-pass => cli-always-pass}/pom.xml | 0
.../it/projects/require-file-checksum/setup.groovy | 8 +++--
.../apache/maven/plugins/enforcer/EnforceMojo.java | 42 ++++++++++++++++++++--
pom.xml | 3 +-
8 files changed, 57 insertions(+), 28 deletions(-)
copy maven-enforcer-plugin/src/it/projects/{ban-transitive-dependencies-fail
=> cli-always-fail}/invoker.properties (88%)
copy maven-enforcer-plugin/src/it/projects/{display-info =>
cli-always-fail}/pom.xml (80%)
copy maven-enforcer-plugin/src/it/projects/{always-fail-warn =>
cli-always-pass}/invoker.properties (88%)
copy maven-enforcer-plugin/src/it/projects/{always-pass =>
cli-always-pass}/pom.xml (100%)
copy Jenkinsfile =>
maven-enforcer-plugin/src/it/projects/require-file-checksum/setup.groovy (90%)
--
To stop receiving notification emails like this one, please contact
[email protected].