HannesWell commented on issue #912:
URL: https://github.com/apache/maven-mvnd/issues/912#issuecomment-4092055920

   > Hm, it is not trivial experiment.... can you give me step-by-step 
reproducer instead? (the experiment needs rebuilt maven/mvnd).
   
   Yes. It can be rather simple and just needs two files:
   - `.mvn/extensions.xml`
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <extensions>
        <extension>
                <groupId>org.eclipse.tycho</groupId>
                <artifactId>tycho-build</artifactId>
                <version>5.0.2</version>
        </extension>
   </extensions>
   ```
   - `pom.xml`:
   ```
   <project xmlns="http://maven.apache.org/POM/4.0.0";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
   
        <groupId>a-group</groupId>
        <artifactId>art</artifactId>
        <version>4.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
   </project>
   ```
   
   I've attached it as zipped 'project' (it also has the `tycho-maven-plugin` 
configured too, but that's not necessary for reproduction):
   
[mvnd-tycho-minimal-reproducer.zip](https://github.com/user-attachments/files/26123085/mvnd-tycho-minimal-reproducer.zip)


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