Skip to content

execution stuck #95

@delanym

Description

@delanym

Hi. I tried this basic config on my project.

    <plugin>
      <groupId>se.bjurr.gitchangelog</groupId>
      <artifactId>git-changelog-maven-plugin</artifactId>
      <version>1.64</version>
      <executions>
        <execution>
          <id>GenerateGitChangelog</id>
          <phase>generate-sources</phase>
          <goals>
            <goal>git-changelog</goal>
          </goals>
          <configuration>
            <templateContent>
              <![CDATA[
# Changelog
Changelog of My Project.
              ]]>
            </templateContent>
            <skip>false</skip>
          </configuration>
        </execution>
      </executions>
    </plugin>

When I run mvn clean install -e -X the output goes on ad infinitum.

...
[main] [DEBUG] Work left: 12892
[main] [DEBUG] Work left: 13001
[main] [DEBUG] Work left: 13106
[main] [DEBUG] Work left: 13226
[main] [DEBUG] Work left: 13323
[main] [DEBUG] Work left: 13401
[main] [DEBUG] Work left: 13480
[main] [DEBUG] Work left: 13790
[main] [DEBUG] Work left: 13763
[main] [DEBUG] Work left: 13830
[main] [DEBUG] Work left: 13901
[main] [DEBUG] Work left: 13986
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions