You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/26 20:06:26 UTC

[maven-artifact-transfer] branch pzygielo-missingplaceholder updated (bd3481b -> ad17d3e)

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

khmarbaise pushed a change to branch pzygielo-missingplaceholder
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


 discard bd3481b  Add missing placeholder
 discard 18f8a06  [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin
     add a669e10  [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin
     new ad17d3e  Add missing placeholder

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   (bd3481b)
            \
             N -- N -- N   refs/heads/pzygielo-missingplaceholder (ad17d3e)

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:


[maven-artifact-transfer] 01/01: Add missing placeholder

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch pzygielo-missingplaceholder
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit ad17d3e97f3d586f867b79dafb4107ec29d7bbbd
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sun Apr 26 20:34:52 2020 +0200

    Add missing placeholder
---
 .../transfer/project/install/internal/DefaultProjectInstaller.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/shared/transfer/project/install/internal/DefaultProjectInstaller.java b/src/main/java/org/apache/maven/shared/transfer/project/install/internal/DefaultProjectInstaller.java
index 02ec826..41a61c8 100644
--- a/src/main/java/org/apache/maven/shared/transfer/project/install/internal/DefaultProjectInstaller.java
+++ b/src/main/java/org/apache/maven/shared/transfer/project/install/internal/DefaultProjectInstaller.java
@@ -130,7 +130,7 @@ class DefaultProjectInstaller
 
         for ( Artifact attached : attachedArtifacts )
         {
-            LOGGER.debug( "Installing artifact: ", attached.getId() );
+            LOGGER.debug( "Installing artifact: {}", attached.getId() );
             installer.install( buildingRequest, Collections.singletonList( attached ) );
             addMetaDataFilesForArtifact( buildingRequest, attached, metadataFiles );
         }