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/14 18:53:19 UTC

[maven] branch MNG-7448 updated (18d7e7623 -> d0eedf44f)

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


 discard 18d7e7623 [MNG-7448] - if we delete bin directory in apache-maven/src, we can not find because git has ignore it .
     add 643d1e782 [MNG-7438] add execution id to "configuring mojo" debug message
     add 551009ab4 [MNG-7454] Include resolver-transport-http in Maven (#720)
     add 3fef9c685 [MNG-7453] Update Resolver to 1.8.0 (#723)
     add bdfd8de96 Drop Java 16 from matrix
     add 9ac2d08dc [MNG-5222] Improvement in deprecated params detection
     add 702f52d0e [MNG-7457] Warn about deprecated plugin Mojo
     add ca9aa8f4f [MNG-7466] Align assembly XSD version with plugin used (#728)
     add 93196d4bb [MNG-7404] Drop deprecated prefixless expressions
     add 1e95011a3 configure Jira integration
     add 3dd0afd89 [MNG-7464] Warn about using read-only parameters for Mojo in configuration
     add 1c22f9452 [MNG-7459] Revert "[MNG-7347] SessionScoped beans should be singletons for a given session (#621)"
     add a83ed86c4 [MNG-7471] Make Resolver util and connector-basic provided (#732)
     new d0eedf44f [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   (18d7e7623)
            \
             N -- N -- N   refs/heads/MNG-7448 (d0eedf44f)

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:
 .asf.yaml                                          |   9 ++
 .gitignore                                         |   1 -
 Jenkinsfile                                        |   2 +-
 apache-maven/src/assembly/bin.xml                  |   4 +-
 apache-maven/src/assembly/dir.xml                  |   4 +-
 .../maven/conf/logging/simplelogger.properties     |   6 +-
 apache-maven/src/assembly/src.xml                  |   4 +-
 .../DefaultRepositorySystemSessionFactory.java     |  35 ++---
 .../lifecycle/internal/LifecycleModuleBuilder.java |  13 +-
 .../maven/lifecycle/internal/LifecycleStarter.java |   3 +-
 .../maven/lifecycle/internal/ReactorContext.java   |  14 +-
 .../AbstractMavenPluginParametersValidator.java    | 152 +++++++++++++++++++++
 .../plugin/internal/DefaultMavenPluginManager.java |  26 ++--
 .../plugin/internal/DeprecatedPluginValidator.java | 100 ++++++++++++++
 ...java => MavenPluginConfigurationValidator.java} |  21 +--
 .../ReadOnlyPluginParametersValidator.java         |  80 +++++++++++
 .../internal/ValidatingConfigurationListener.java  | 117 +---------------
 .../maven/session/scope/internal/SessionScope.java | 137 +++++++++++--------
 .../main/resources/META-INF/maven/extension.xml    |   5 +
 .../apache/maven/project/PomConstructionTest.java  |  34 -----
 .../session/scope/internal/SessionScopeTest.java   |  81 -----------
 .../child/pom.xml                                  | 104 --------------
 .../unprefixed-expression-interpolation/pom.xml    |  36 -----
 .../AbstractStringBasedModelInterpolator.java      |  15 +-
 .../interpolation/ProblemDetectingValueSource.java |  86 ------------
 .../StringSearchModelInterpolator.java             |   2 +-
 .../StringVisitorModelInterpolator.java            |   2 +-
 .../AbstractModelInterpolatorTest.java             |  16 +--
 pom.xml                                            |   2 +-
 29 files changed, 511 insertions(+), 600 deletions(-)
 create mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator.java
 create mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/DeprecatedPluginValidator.java
 copy maven-core/src/main/java/org/apache/maven/plugin/internal/{MavenPluginValidator.java => MavenPluginConfigurationValidator.java} (60%)
 create mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/ReadOnlyPluginParametersValidator.java
 delete mode 100644 maven-core/src/test/java/org/apache/maven/session/scope/internal/SessionScopeTest.java
 delete mode 100644 maven-core/src/test/resources-project-builder/unprefixed-expression-interpolation/child/pom.xml
 delete mode 100644 maven-core/src/test/resources-project-builder/unprefixed-expression-interpolation/pom.xml
 delete mode 100644 maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ProblemDetectingValueSource.java


[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 d0eedf44ffebac528c17c8b4ec96d3c91305d789
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