git-build-hook
git-build-hook copied to clipboard
A maven plugin for managing client side (local) git configuration for those working on your project. Including but not limited to setting git config, installing hooks, validating the local repository.
We are building additional jars to aid in testing. These jars are being deployed when a new version of the application is deployed to Nexus. We should remove these test...
I was testing out a way to use git notes to maintain a changelog (https://dev.to/leehambley/effortlessly-maintain-a-high-quality-change-log-with-git-notes-4bm5) So I used the plugin to set +refs/notes/changelog:refs/notes/changelog But this overwrote the default remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* So...
JUnit v5 doesn't support @Rules, this refactors the usage for @TemporaryFolder, so @TempDir can be used once @Test upgraded to junit v5.
Update GitConfigMojoTest to use JUnit v5 assertions.
Update GitConfigMojoTest to use JUnit v5 assertions and assertThrows.
Update InitializeMojoTest to use JUnit v5 assertions.
Update AbstractMojoTest to use JUnit v5 assertions.
When running mvn compile I receive the following error [ERROR] Failed to execute goal com.rudikershaw.gitbuildhook:git-build-hook-maven-plugin:3.4.1:configure (default) on project recap-parent: Could not find or initialise a local git repository. A repository...
It would be nice to have a `skip` option on both Mojos. We have a Maven archetype for a Maven project that uses this git hooks plugin, but the Maven...
Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.1.202206130422-r to 6.6.1.202309021850-r. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...