Commit a948b38dd606055739271334f3521908e6bb1781

Authored by dengming
1 parent f88c70d3

优化pom配置,解决编译Failed to perform fetch问题

Showing 1 changed file with 3 additions and 0 deletions
@@ -272,6 +272,9 @@ @@ -272,6 +272,9 @@
272 <plugin> 272 <plugin>
273 <groupId>pl.project13.maven</groupId> 273 <groupId>pl.project13.maven</groupId>
274 <artifactId>git-commit-id-plugin</artifactId> 274 <artifactId>git-commit-id-plugin</artifactId>
  275 + <configuration>
  276 + <offline>true</offline>
  277 + </configuration>
275 </plugin> 278 </plugin>
276 279
277 <plugin> 280 <plugin>