Skip to content

Add default exclude / warning for ".m2" and/or "repository" #91

@jschneider

Description

@jschneider

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions