You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/02 22:51:15 UTC

[maven-invoker-plugin] annotated tag maven-invoker-plugin-1.2 updated (a9c9d91 -> 3a9a315)

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

hboutemy pushed a change to annotated tag maven-invoker-plugin-1.2
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


*** WARNING: tag maven-invoker-plugin-1.2 was modified! ***

    from a9c9d91  (tag)
      to 3a9a315  (tag)
 tagging 461df680c533800ecd918db3a24f5de390293f38 (commit)
 replaces maven-invoker-plugin-1.1
      by Hervé Boutemy
      on Mon May 26 17:33:05 2008 +0000

- Log -----------------------------------------------------------------
maven-invoker-plugin-1.2 reworked after migration from aggregate svn to split git
-----------------------------------------------------------------------

 discard 53eb237  [maven-release-plugin]  copy for tag maven-invoker-plugin-1.2
 discard c8038b2  o ignored IDE files
 discard 8ac6613  use released version
 discard 7e6c735  [MINVOKER-37] Stage Reactor Contents to IT Repo
 discard 94b5e66  o Fixed svn:keywords
 discard 531a2ed  o Removed svn:executable
 discard c69666d  o Polished site
 discard 5285860  [MINVOKER-22] Add feature to install plugin to a local repository.
 discard e274caa  [MINVOKER-35] Make run mojo bind to phase integration-test by default
 discard 726c8c3  [MINVOKER-6] Add current's project test classpath to the Bean Shell interpreter classpath
 discard fcb70fd  [MINVOKER-34] Warn about usage of platform encoding
 discard 9ea320d  [MINVOKER-30] Allow to configure file encoding for verifications scripts
 discard f2f70d4  fix checkstyle errors
 discard 93559f6  add documentation on how to have a faster build with the plugin
 discard e8fa609  [MINVOKER-22] Remove unused import.
 discard be478b9  [MINVOKER-22] Use ArtifactRepositoryFactory instead of calling the repository object constructor directly.
 discard f2e73aa  o Extended FAQ to mention possibility to assert build failures
 discard f9c6703  [MINVOKER-33] Allow to centrally configure invocation request per IT
 discard a5ae326  o Polished docs
 discard 93e4750  o Added @since tag
 discard d792d72  [MINVOKER-6] Add current's project test classpath to the Bean Shell interpreter classpath
 discard 6625fb2  [MINVOKER-27] Allow to set MAVEN_OPTS when invoking Maven
 discard 5d14ce0  o Fixed javadoc
 discard 3c3b9d7  [MINVOKER-22] Adding site documentation for install feature, and some other site improvements.
 discard 92ad5a5  Add target directory to svn:ignore
 discard 39a6f93  Small improvement to error handling.  If the local-repo does not exist, it should be created.
 discard 5339ba7  interpolate settings file add a new key/value localRepository with value settings.localRepository (will help to fix MINVOKER-26)
 discard 784465c  [MINVOKER-22] Add feature to install plugin to a local repository. Submitted by Paul Gier
 discard ddaa78f  o Polished site docs
 discard 615bcd5  o Added @since tag
 discard 8bc4cb2  o Fixed dependency declarations
 discard 6114870  [MINVOKER-30] Allow to configure file encoding for verifications scripts
 discard 153f1d8  [MINVOKER-32] Exclude some files by default when using "cloneProjectsTo" Submitted by Paul Gier
 discard 96ab145  [MINVOKER-31] Test failing because of system property Submitted by Paul Gier
 discard a1473f7  o Added bin to svn:ignore
 discard 6a25944  [MINVOKER-27] Allow to set MAVEN_OPTS when invoking Maven
 discard c6aa62b  don't fail if working directory path contains spaces (fixed by PLXUTILS-54 in plexus-utils 1.4.9)
 discard b051339  fixed encoding when writing interpolated POM file
 discard 5026386  removed tabs or unwanted spaces (no code change)
 discard 6c169eb  o Added svn:eol-style=native
 discard 5dd3b33  o Removed svn:executable
 discard f4417f3  [MINVOKER-24] add a parameter to use an alternate settings file
 discard c0a94cc  [MINVOKER-23] Use project.getProperties() when performing IT pom interpolations Submitted by John Allen
 discard 5879e6d  add license header
 discard 1e0137a  ignore eclipse files
 discard fda3a13  remove fix version
 discard f860a1a  [maven-release-plugin] prepare for next development iteration
 discard 5ec38dc  [maven-release-plugin] prepare release maven-invoker-plugin-1.1
 discard 5d05936  as the plugin depends on plexus-utils 1.4.7 the maven prerequisites version must be 2.0.6
 discard 87abe5b  lock maven-source-plugin to version 2.0.4
 discard 2fb7984  use released version of maven-invoker
 discard dab7683  [MINVOKER-18] two executions of the same pom causes a prooblem with interpolated-pom.xml Don't use the patch attached in the issue. Just delete the target file if exists before (re)creation.
 discard ce15826  [MINVOKER-20] Adding properties parameter to replace testProperties, and use the more standard <key>value</key> syntax for properties.
 discard 2644771  [MINVOKER-10] Capability to define different profiles per it test
 discard 4e8b8f6  [MINVOKER-15] fix issueManagement url
 discard ed67926  use deleteOnExit() for temporary interpolated  pom files
 discard fa99c3d  [MINVOKER-13] support a parameter "a la" -Dtest like in surefire
 discard c4eb8bb  [MINVOKER-12] Interpolate it pom with a different token ${..} -> @...@
 discard a174e86  add a documentation on goals files interpolation
 discard 643d8d5  [MINVOKER-11] In case of error in bsh evaluation the error must be display this error is displayed with getLog().error in the mojo
 discard 14816a5  [MINVOKER-9] Interpolate goal files with project and new properties field
 discard d31626a  remove System.out.println
 discard 4fe6579  add unit test
 discard 04441c3  add some @since
 discard 6c985d8  Adding skip flag to enable fine-grained control over existing plugin configurations from within a profile, simply by setting a flag.
 discard 82a089c  Adding support for profiles.
 discard 560f696  [MINVOKER-2] Applying patch to keep failures from being counted twice.
 discard 2dfe24f  Adding ability to clone the project(s) before invoking. This is useful when you actually want to run the main build twice (once nested within the other) without having any collisions on class output dir, etc.
 discard 3fb23d1  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
 discard efbb386  update parent
 discard 74ce6fe  [maven-release-plugin] prepare for next development iteration
 discard 9562738  [maven-release-plugin] prepare release maven-invoker-plugin-1.0
 discard 8f6160c  Fixing for released maven-invoker, and rolling back the parent pom version to avoid having to release it.
 discard 873778c  o fix reference
 discard d7f13fd  o udating the license headers
 discard 886d6fa  o correctly reference
 discard 76b2d9b  o rolling back some snapshots to releases to prepare for a release, the vote was in october so we'll need to do it again, but this is necessary for automating some non-standard builds for the ITs
 discard b505fe0  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
    omit 65bf500  o updating to latest released parent
    omit 59a22b7  Adding parameters to suppress summary and inject global test properties for all IT builds.
    omit 7f5f4d0  o adding prereq
    omit 6104c1c  o inherit the SCM element
    omit 59931b9  o adding documentation for the invoker plugin
    omit 694825a  o adding a faq
    omit b6b9d9c  o starting site for invoker plugin
    omit c56c0d1  moved to sandbox
    omit 1c9e4c3  Updating the parent-pom version.
    omit 610c654  MNG-2587: [maven-invoker-plugin] build.log file should not be placed inside the target/ directory
    omit f7bd57a  Changing verification script to be more general-purpose, as a post-build hook.
    omit c9d8e23  Adding option to stream build logs to the mojo output.
    omit c3d96d3  ...and fixing SCM info for the sandbox location.
    omit b866164  Adding SCM info for the sandbox location.
    omit 444329b  Cleaning up output and fixing single-pom override parameter.
    omit 6f921e1  Adding ability to specify a single POM to build as an override to the scanning behavior.
    omit 9545d35  changing pom to use new parent, and added sysout/syserr handling for scripts.
    omit 840fd36  Initial pass at a maven-forking plugin...uses the maven-invoker API from maven/shared.
     add a34c055  moved to sandbox
     add 2210e10  o starting site for invoker plugin
     add 102a1c5  o adding a faq
     add f969fcd  o adding documentation for the invoker plugin
     add 611f64b  o inherit the SCM element
     add 7b390fe  o adding prereq
     add a7ee668  Adding parameters to suppress summary and inject global test properties for all IT builds.
     add 50bea81  o updating to latest released parent
     add 6abd365  - move plugin-plugin out of 'reporting' for plugins. It's a required part of the site, and does not cause any issues with the reactor or site generation - update to snapshots
     add 30f1e00  o rolling back some snapshots to releases to prepare for a release, the vote was in october so we'll need to do it again, but this is necessary for automating some non-standard builds for the ITs
     add 1dc80d7  o correctly reference
     add 8f4fe7b  o udating the license headers
     add 253d934  o fix reference
     add 061aad0  Fixing for released maven-invoker, and rolling back the parent pom version to avoid having to release it.
     add 6f92f42  [maven-release-plugin] prepare release maven-invoker-plugin-1.0
     add 78c82f8  [maven-release-plugin] prepare for next development iteration
     add 8abbfbd  update parent
     add 93a96d7  Update parent version to 8, as 8-SNAPSHOT is never deployed and 8 is released
     add 4035c8b  Adding ability to clone the project(s) before invoking. This is useful when you actually want to run the main build twice (once nested within the other) without having any collisions on class output dir, etc.
     add f907bbe  [MINVOKER-2] Applying patch to keep failures from being counted twice.
     add 14c8db5  Adding support for profiles.
     add e9e865f  Adding skip flag to enable fine-grained control over existing plugin configurations from within a profile, simply by setting a flag.
     add 10f2aef  add some @since
     add c450cd2  add unit test
     add 6ef2cca  remove System.out.println
     add 5e46e81  [MINVOKER-9] Interpolate goal files with project and new properties field
     add 7d8c66f  [MINVOKER-11] In case of error in bsh evaluation the error must be display this error is displayed with getLog().error in the mojo
     add 0457812  add a documentation on goals files interpolation
     add d7dc87e  [MINVOKER-12] Interpolate it pom with a different token ${..} -> @...@
     add 12734e2  [MINVOKER-13] support a parameter "a la" -Dtest like in surefire
     add 69567e8  use deleteOnExit() for temporary interpolated  pom files
     add 8ddabe2  [MINVOKER-15] fix issueManagement url
     add 155cc7e  [MINVOKER-10] Capability to define different profiles per it test
     add e2b694d  [MINVOKER-20] Adding properties parameter to replace testProperties, and use the more standard <key>value</key> syntax for properties.
     add 65cf57a  [MINVOKER-18] two executions of the same pom causes a prooblem with interpolated-pom.xml Don't use the patch attached in the issue. Just delete the target file if exists before (re)creation.
     add f07a633  use released version of maven-invoker
     add 0e7fa4f  lock maven-source-plugin to version 2.0.4
     add fc6f59e  as the plugin depends on plexus-utils 1.4.7 the maven prerequisites version must be 2.0.6
     add cf1ec65  [maven-release-plugin] prepare release maven-invoker-plugin-1.1
     add 0ce6381  [maven-release-plugin] prepare for next development iteration
     add b7dd190  remove fix version
     add 9c132db  add license header
     add 3240aad  [MINVOKER-23] Use project.getProperties() when performing IT pom interpolations Submitted by John Allen
     add e568d27  [MINVOKER-24] add a parameter to use an alternate settings file
     add bc91c48  o Removed svn:executable
     add 9c0b85f  o Added svn:eol-style=native
     add bc2014b  removed tabs or unwanted spaces (no code change)
     add 30efbc6  fixed encoding when writing interpolated POM file
     add c4cf392  don't fail if working directory path contains spaces (fixed by PLXUTILS-54 in plexus-utils 1.4.9)
     add 88682f4  [MINVOKER-27] Allow to set MAVEN_OPTS when invoking Maven
     add 351fd46  [MINVOKER-31] Test failing because of system property Submitted by Paul Gier
     add 4b02eba  [MINVOKER-32] Exclude some files by default when using "cloneProjectsTo" Submitted by Paul Gier
     add 085984c  [MINVOKER-30] Allow to configure file encoding for verifications scripts
     add 760af14  o Fixed dependency declarations
     add 8fbbacd  o Added @since tag
     add 4b4346c  o Polished site docs
     add 25bf8d3  [MINVOKER-22] Add feature to install plugin to a local repository. Submitted by Paul Gier
     add 3d7da97  interpolate settings file add a new key/value localRepository with value settings.localRepository (will help to fix MINVOKER-26)
     add e5cd021  Small improvement to error handling.  If the local-repo does not exist, it should be created.
     add 0a4a359  [MINVOKER-22] Adding site documentation for install feature, and some other site improvements.
     add fe4511c  o Fixed javadoc
     add 84dc643  [MINVOKER-27] Allow to set MAVEN_OPTS when invoking Maven
     add 1c8eac2  [MINVOKER-6] Add current's project test classpath to the Bean Shell interpreter classpath
     add bf72799  o Added @since tag
     add 38faef9  o Polished docs
     add b753861  [MINVOKER-33] Allow to centrally configure invocation request per IT
     add ea19baa  o Extended FAQ to mention possibility to assert build failures
     add 1d3fff9  [MINVOKER-22] Use ArtifactRepositoryFactory instead of calling the repository object constructor directly.
     add 3fadefa  [MINVOKER-22] Remove unused import.
     add c873e71  add documentation on how to have a faster build with the plugin
     add f07931b  fix checkstyle errors
     add 3e49083  [MINVOKER-30] Allow to configure file encoding for verifications scripts
     add aba479d  [MINVOKER-34] Warn about usage of platform encoding
     add 4b61e3e  [MINVOKER-6] Add current's project test classpath to the Bean Shell interpreter classpath
     add 86af92f  [MINVOKER-35] Make run mojo bind to phase integration-test by default
     add 57f906d  [MINVOKER-22] Add feature to install plugin to a local repository.
     add bc78161  o Polished site
     add 58ea6c0  o Removed svn:executable
     add 8e774c9  [MINVOKER-37] Stage Reactor Contents to IT Repo
     add 0eba059  use released version
     add 461df68  [maven-release-plugin] prepare release maven-invoker-plugin-1.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (a9c9d91)
            \
             N -- N -- N   refs/tags/maven-invoker-plugin-1.2 (3a9a315)

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.

No new revisions were added by this update.

Summary of changes:

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].