Skip to content

Commit 9fecfd6

Browse files
Fix 'Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.11.2:check-local-modification' (Comment out check-local-modification on pom.xml)
1 parent 171cef6 commit 9fecfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<executions>
202202
<execution>
203203
<goals>
204-
<goal>check-local-modification</goal>
204+
<!-- <goal>check-local-modification</goal> -->
205205
</goals>
206206
<phase>verify</phase>
207207
</execution>

0 commit comments

Comments
 (0)