-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
I hat the issue that my build failed when using "-Dmaven.repo.local=.m2/repository".
This parameter is suggested when using docker to build.
Unfortunately jgitver modifies files stored within the repository.
Adding exclusions to the jtiver-config.xml solves this issue. But it has been very hard for me to diagnose this problem.
Could you add these default exclusions:
<exclusion>.repository</exclusion> <!-- often used by jenkins -->
<exclusion>target</exclusion>
<exclusion>.m2</exclusion>
</exclusions>
or at least add warnings when entering a directory that is called "repository"?