Skip to content

Commit

Permalink
Made mvn force pull.rebase on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 13, 2024
1 parent 93bd412 commit 3e74e11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<gitConfig>
<pull.rebase>true</pull.rebase>
</gitConfig>
</configuration>
<executions>
<execution>
<goals>
<goal>configure</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 3e74e11

Please sign in to comment.