cstamas commented on PR #900:
URL: https://github.com/apache/maven/pull/900#issuecomment-1336258963

   Excercise: build this PR (will produce Maven 3.9.0-SNAPSHOT distro), then 
use same distro to build itself (or just maven.3.9.x, does not matter) using 
these:
   ```
   mvn clean install -Dmaven.repo.local=local 
-Dmaven.repo.local.recordReverseTree -Drat.skip
   ```
   (rat is dumb to inspect "local" where local repository is and fail, so we 
skip it).
   
   Q1: why is maven-core 2.2.1 in local repo?
   ```
   [cstamas@infinity maven (maven-3.9.x +%)]$ tree -L 1 
local/org/apache/maven/maven-core/2.2.1/.tracking/
   local/org/apache/maven/maven-core/2.2.1/.tracking/
   ├── org.apache.maven.plugins_maven-remote-resources-plugin_jar_1.7.0
   ├── org.codehaus.mojo_build-helper-maven-plugin_jar_1.12
   └── org.codehaus.mojo_buildnumber-maven-plugin_jar_1.4
   
   0 directories, 3 files
   [cstamas@infinity maven (maven-3.9.x +%)]$ cat 
local/org/apache/maven/maven-core/2.2.1/.tracking/org.codehaus.mojo_build-helper-maven-plugin_jar_1.12
 
   org.apache.maven:maven-core:jar:2.2.1 (compile) (plugin)
     org.codehaus.mojo:build-helper-maven-plugin:jar:1.12 () (plugin)
   [cstamas@infinity maven (maven-3.9.x +%)]$
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to