Describe the bug
When building exist I have two changed pom.xml files in my working directory.
- exist-core-jcstress/dependency-reduced-pom.xml
- exist-core-jmh/dependency-reduced-pom.xml
Expected behavior
Building exist from source does not add untracked files to the working directory. They should either be ignored or stay unchanged.
To Reproduce
- checkout develop
- run
mvn clean package
- run
git status
- the two poms mentioned above are shown as untracked files
Screenshots
When checking out the current master branch and building it both subprojects still show up as 6.1.0-SNAPSHOT (see screenshot below):

Context (please always complete the following information):
- Build: eXist-6.1.0-SNAPSHOT (b8e7349)
- Java: 1.8.0_352 (Azul Systems, Inc.)
- OS: Mac OS X 12.6.2 (aarch64)
Additional context
- How is eXist-db installed? built from source (develop, master)
- Any custom changes in e.g.
conf.xml? none