Skip to content

Commit

Permalink
Fix 'Failed to execute goal org.apache.maven.plugins:maven-scm-plugin…
Browse files Browse the repository at this point in the history
…:1.11.2:check-local-modification' (Comment out check-local-modification on pom.xml)
  • Loading branch information
robertoffmoura committed Oct 6, 2024
1 parent 171cef6 commit 9fecfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<executions>
<execution>
<goals>
<goal>check-local-modification</goal>
<!-- <goal>check-local-modification</goal> -->
</goals>
<phase>verify</phase>
</execution>
Expand Down

0 comments on commit 9fecfd6

Please sign in to comment.