You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/27 20:05:54 UTC

[maven] branch MNG-7448 updated (d0eedf44f -> 3ad4fe5a1)

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

michaelo pushed a change to branch MNG-7448
in repository https://gitbox.apache.org/repos/asf/maven.git


    omit d0eedf44f [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded
     add ef1c17f62 [MNG-7405] Update animal-sniffer to 1.21 (#671)
     add fc1962e65 [MNG-7478] Transport selection should use config properties (#739)
     new 3ad4fe5a1 [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded

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   (d0eedf44f)
            \
             N -- N -- N   refs/heads/MNG-7448 (3ad4fe5a1)

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:
 .../DefaultRepositorySystemSessionFactory.java     | 27 +++++++++++++++++++---
 pom.xml                                            |  2 +-
 2 files changed, 25 insertions(+), 4 deletions(-)


[maven] 01/01: [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded

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

michaelo pushed a commit to branch MNG-7448
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 3ad4fe5a1a3fe803e1372d9093a8ea27e95fc34c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 15 16:45:17 2022 +0200

    [MNG-7448] Don't ignore bin/ otherwise bin/ in apache-maven module cannot be readded
    
    This closes #742
---
 .gitignore | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0a2cc2d71..69c3758e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,12 +3,10 @@ target/
 .classpath
 .settings/
 .svn/
-bin/
 # Intellij
 *.ipr
 *.iml
 .idea
-out/
 .DS_Store
 /bootstrap
 /dependencies.xml