This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a change to branch maven-metrics in repository https://gitbox.apache.org/repos/asf/maven-studies.git.
discard ae5a477 separate metrics api discard c6a369b Add metrics discard 8762bbc Add metrics description discard d32a31e Fix checkstyle discard 32be729 Clean up checkstyle discard d2b2954 Use Injection in order to load MetricsSystem from extensions discard 90cd0a6 Move DefaultMetricsSystem to the right directory discard c5cddee Add MetricsSystem components discard 0174885 Start Metrics Module new af1bf4c [MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId (#335) new 8f6e02f update xmlunit (#336) new 0efaf46 README improvement new e22b055 added Jira badge new ec92934 [MNG-4660] --resume-from flag resolves inter-module dependencies new f6c07d9 [MNG-6863] --also-make is being ignored when calling --resume-from new ca62152 apache-rat-plugin - section not needed after upgrading the parent pom new 672041e [MNG-6897] Upgrade Maven Wagon to 3.4.0 new ecf8573 [MNG-6672] Upgrade Maven Resolver to 1.4.2 new be16fc6 [MNG-2478] add "resources-filtered" filtered resource directories to super POM new 70cee55 [MNG-6891] Improve user-friendliness --fail-on-severity new eda1b92 [MNG-6856] Remove dependency to Powermock new 5cf6d6b [MNG-6893] Super POM - upgrade maven-antrun-plugin to 3.0.0 new 5397fb6 [MNG-6873] Align JUnit version to 4.13 new 869a35b Start Metrics Module new 06a6a89 Add MetricsSystem components new 4588862 Move DefaultMetricsSystem to the right directory new 8006798 Use Injection in order to load MetricsSystem from extensions new 463ff04 Clean up checkstyle new 5d5f8f3 Fix checkstyle new 52fc1da Add metrics description new d2e1d55 Add metrics new b2db5fd separate metrics api 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 (ae5a477) \ N -- N -- N refs/heads/maven-metrics (b2db5fd) 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 23 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: README.md | 14 +- apache-maven/pom.xml | 4 + maven-compat/pom.xml | 5 + maven-core/pom.xml | 5 + .../main/java/org/apache/maven/ReactorReader.java | 105 +++++++- .../org/apache/maven/execution/MavenSession.java | 2 +- .../apache/maven/graph/DefaultGraphBuilder.java | 135 +++++----- .../project/artifact/MavenMetadataSource.java | 9 +- .../maven/graph/DefaultGraphBuilderTest.java | 290 +++++++++++++++++++++ .../apache/maven/project/PomConstructionTest.java | 2 +- .../project-with-inheritance/pom.xml | 2 +- .../project-with-inheritance/pom.xml | 2 +- .../dependency-inheritance/pom.xml | 2 +- .../dependency-inheritance/sub/pom.xml | 2 +- .../resources-project-builder/micromailer/pom.xml | 2 +- .../resources/org/apache/maven/lifecycle/pom.xml | 2 +- maven-embedder/pom.xml | 2 +- maven-embedder/src/examples/simple-project/pom.xml | 2 +- maven-model-builder/pom.xml | 5 - .../resources/org/apache/maven/model/pom-4.0.0.xml | 10 +- .../StringSearchModelInterpolatorTest.java | 52 ++-- .../apache/maven/logwrapper/LogLevelRecorder.java | 27 +- .../maven/logwrapper/LogLevelRecorderTest.java | 21 +- pom.xml | 82 +++--- 24 files changed, 627 insertions(+), 157 deletions(-) create mode 100644 maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java