Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a948b38dd606055739271334f3521908e6bb1781
Authored by
dengming
2022-03-10 17:40:45 +0800
1 parent
f88c70d3
优化pom配置,解决编译Failed to perform fetch问题
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pom.xml
pom.xml
View file @
a948b38
...
...
@@ -272,6 +272,9 @@
272
272
<plugin>
273
273
<groupId>pl.project13.maven</groupId>
274
274
<artifactId>git-commit-id-plugin</artifactId>
275
+ <configuration>
276
+ <offline>true</offline>
277
+ </configuration>
275
278
</plugin>
276
279
277
280
<plugin>
...
...