KingBuzzer commented on issue #11596:
URL: https://github.com/apache/maven/issues/11596#issuecomment-3681860504

   Thanks! 
   
   Our internal nexus instance has this G-level metadata for avro, which seems 
to be the culprit:
   ```
   <metadata>
    <plugins>
     <plugin>
      <name>Apache Avro Maven Plugin</name>
      <prefix>avro</prefix>
      <artifactId>avro-maven-plugin</artifactId>
     </plugin>
     <plugin>
      <name>Apache Avro Maven Plugin</name>
       <prefix>spotless</prefix>
       <artifactId>avro-maven-plugin</artifactId>
     </plugin>
    </plugins>
   </metadata>
   ```
   
   I have no idea how it got there (but will try to get someone to help me get 
it synced from central again).
   
   So in 3.9.12 this entry is preferred over ${prefix}-maven-plugin ?


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