This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch MSHARED-656
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.
discard e36d9e5 Improved comment in the integration tests projects.
discard 019a3c8 Reformatted code Added null checks for parameters in
ProjectDeployer and ProjectInstaller including tests to check this.
new 68e2faa Reformatted code * Added null checks for parameters in
ProjectDeployer and ProjectInstaller included tests to check this. * Added
working IT for ProjectInstaller.
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 (e36d9e5)
\
N -- N -- N refs/heads/MSHARED-656 (68e2faa)
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:
src/it/maven-artifact-deployer-plugin/pom.xml | 6 +-
.../artifact/deployer/ArtifactDeployerMojo.java | 6 +-
.../artifact/deployer/ArtifactDeployerTest.java | 48 +++++----
src/it/maven-artifact-installer-plugin/pom.xml | 6 +-
.../artifact/installer/ArtifactInstallerMojo.java | 4 +-
.../artifact/installer/ArtifactInstallerTest.java | 58 +++++++----
.../pom.xml | 10 +-
.../project/install/ProjectInstallerMojo.java} | 57 +++++------
.../project/install/ProjectInstallerTest.java | 110 +++++++++++++++++++++
.../src/test/projects/example/pom.xml | 9 +-
10 files changed, 227 insertions(+), 87 deletions(-)
copy src/it/{maven-artifact-deployer-plugin =>
maven-project-installer-plugin}/pom.xml (93%)
copy
src/it/{maven-artifact-installer-plugin/src/main/java/org/apache/maven/plugin/artifact/installer/ArtifactInstallerMojo.java
=>
maven-project-installer-plugin/src/main/java/org/apache/maven/plugin/project/install/ProjectInstallerMojo.java}
(64%)
create mode 100644
src/it/maven-project-installer-plugin/src/test/java/org/apache/maven/plugin/project/install/ProjectInstallerTest.java
copy src/it/{maven-artifact-deployer-plugin =>
maven-project-installer-plugin}/src/test/projects/example/pom.xml (88%)
--
To stop receiving notification emails like this one, please contact
[email protected].