michael-o commented on PR #250:
URL: 
https://github.com/apache/maven-integration-testing/pull/250#issuecomment-1453741841

   I get this:
   ```
   [INFO] Error stacktraces are turned on.
   [INFO] Scanning for projects...
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO]
   [INFO] settings                                                           
[jar]
   [INFO] base                                                               
[pom]
   [INFO] Downloading from central: 
file:target/null/org/codehaus/mojo/maven-metadata.xml
   [INFO] Downloading from central: 
file:target/null/org/apache/maven/plugins/maven-metadata.xml
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO]
   [INFO] settings 0.0.1-SNAPSHOT ............................ SKIPPED
   [INFO] base 1.2.3 ......................................... SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.131 s (Wall Clock)
   [INFO] Finished at: 2023-03-03T16:22:05+01:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] No plugin found for prefix 'versions' in the current project and in 
the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from 
the repositories [local (/net/home/osipovmi/var/Projekte
   org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin 
found for prefix 'versions' in the current project and in the plugin groups 
[org.apache.maven.plugins, org.codehaus.mojo] available from
       at 
org.apache.maven.plugin.prefix.internal.DefaultPluginPrefixResolver.resolve 
(DefaultPluginPrefixResolver.java:94)
       at 
org.apache.maven.lifecycle.internal.MojoDescriptorCreator.findPluginForPrefix 
(MojoDescriptorCreator.java:243)
       at 
org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor 
(MojoDescriptorCreator.java:205)
       at 
org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
 (DefaultLifecycleTaskSegmentCalculator.java:100)
       at 
org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
 (DefaultLifecycleTaskSegmentCalculator.java:82)
       at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:98)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:313)
       at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:228)
   ```
   
   because:
   ```
   osipovmi@deblndw011x:~/var/Projekte/mit (MNG-7716 *=)
   $ find repo/ -name maven-metadata\*.xml | grep versions
   osipovmi@deblndw011x:~/var/Projekte/mit (MNG-7716 *=)
   $ find . -name versions-maven-plugin -type d
   ./repo/org/codehaus/mojo/versions-maven-plugin
   ```
   
   @gnodet Any idea why the metadata isn't present? It contains the plugin, but 
the metadata for groupIds aren't registered.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to