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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


    omit c4fe035  [MINVOKER-346] Align report output name
    omit 0fc477e  [MINVOKER-354] Upgrade to Doxia 2.0.0 Milestone Stack
     add be7f699  [MINVOKER-335] Use selector script for preparing test with 
symlinks
     add e4dea9d  [MINVOKER-366] Require Maven 3.6.3
     add b8aed81  [MINVOKER-367] Bump org.apache.maven.shared:maven-invoker 
from 3.2.0 to 3.3.0 (#240)
     add 89b9633  [MINVOKER-365] Allow to pre-build script to set user 
properties
     add 0e572a9  [MINVOKER-307] Support `@{..}` syntax in mavenOpts
     add 74a87f6  [MINVOKER-351] Escape special xml character in junit report 
(#242)
     add 07a1977  [maven-release-plugin] prepare release 
maven-invoker-plugin-3.7.0
     add 40a10b7  [maven-release-plugin] prepare for next development iteration
     add affa7be  Add missing dependency
     new 6de7fb5  [MINVOKER-354] Upgrade to Doxia 2.0.0 Milestone Stack
     new 2fac543  [MINVOKER-346] Align report output name

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   (c4fe035)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (2fac543)

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 2 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:
 pom.xml                                            |  57 +++++---
 .../{setup.groovy => selector.groovy}              |  11 +-
 .../invoker.properties                             |   5 +-
 src/it/{invoker-report => MINVOKER-351}/pom.xml    |  51 ++++---
 .../src/it/minvoker-351}/pom.xml                   |  11 +-
 .../src/it/minvoker-351/postbuild.groovy           |   4 +-
 .../MyClass.java => MINVOKER-351/verify.groovy}    |  21 ++-
 .../pom.xml                                        |  18 +--
 .../src/it/project}/pom.xml                        |  26 ++--
 .../src/it/project/postbuild.groovy                |   6 +-
 .../src/it/project/prebuild.groovy}                |  15 +-
 .../verify.groovy                                  |  18 ++-
 .../maven/plugins/invoker/AbstractInvokerMojo.java |  62 ++++++---
 .../maven/plugins/invoker/InterpolatorUtils.java   |  62 +++++++++
 src/site/apt/examples/post-build-script.apt.vm     |  97 -------------
 src/site/apt/examples/pre-post-build-script.apt.vm | 151 +++++++++++++++++++++
 src/site/apt/examples/selector-scripts.apt.vm      |   5 +-
 src/site/apt/groovy-version.apt.vm                 |   2 +-
 src/site/apt/index.apt.vm                          |   2 +-
 src/site/apt/usage.apt.vm                          |   2 +-
 src/site/site.xml                                  |   2 +-
 .../plugins/invoker/InterpolatorUtilsTest.java     |  71 ++++++++++
 .../maven/plugins/invoker/InvokerMojoTest.java     |  20 ++-
 23 files changed, 493 insertions(+), 226 deletions(-)
 rename src/it/MINVOKER-335-symlinks-in-source/{setup.groovy => 
selector.groovy} (78%)
 copy src/it/{MINVOKER-191 => MINVOKER-351}/invoker.properties (90%)
 copy src/it/{invoker-report => MINVOKER-351}/pom.xml (60%)
 copy src/it/{MINVOKER-288-failed-setup-run/src/it/project1 => 
MINVOKER-351/src/it/minvoker-351}/pom.xml (79%)
 copy Jenkinsfile => src/it/MINVOKER-351/src/it/minvoker-351/postbuild.groovy 
(89%)
 copy src/it/{script-accessibility/src/main/java/org/MyClass.java => 
MINVOKER-351/verify.groovy} (63%)
 copy src/it/{spaces-should-work_windows => 
MINVOKER-365-user-poperties-from-pre-build}/pom.xml (88%)
 copy src/it/{invocation-cmdline-exclude/src/it/minvoker-140-ignorable => 
MINVOKER-365-user-poperties-from-pre-build/src/it/project}/pom.xml (75%)
 copy Jenkinsfile => 
src/it/MINVOKER-365-user-poperties-from-pre-build/src/it/project/postbuild.groovy
 (88%)
 copy src/it/{script-class-loading/src/test/java/org/MyUtils.java => 
MINVOKER-365-user-poperties-from-pre-build/src/it/project/prebuild.groovy} (76%)
 copy src/it/{postbuild-executed-only-once => 
MINVOKER-365-user-poperties-from-pre-build}/verify.groovy (71%)
 create mode 100644 
src/main/java/org/apache/maven/plugins/invoker/InterpolatorUtils.java
 delete mode 100644 src/site/apt/examples/post-build-script.apt.vm
 create mode 100644 src/site/apt/examples/pre-post-build-script.apt.vm
 create mode 100644 
src/test/java/org/apache/maven/plugins/invoker/InterpolatorUtilsTest.java

Reply via email to