Skip to content

How to configure plugin execution so that maven sequence do not break? #392

@dishesh

Description

@dishesh

Description

Hi I am using git commit plugin to store details of commit in a properties file and then read this file to compute some logic. I am using jgit flow plugin to manage git cycles in my development process. When I feature finish my branch it does all the process but it throws exception as the plugin have changed the file which is not committed and hence breaks the process. I can not ignore the file as I need it inside some specific resources package.

Expected behavior

  • I want the plugin to update the file without breaking the process, as I will need updated commit details when feature finish or release finish.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions