Skip to content

Commit

Permalink
fix: maven,版本号要是读不出来,就算了,累了,能用就得了
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jul 9, 2024
1 parent bef9e5d commit 5e61caa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions module/maven/backup_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ func BackupResolve(ctx context.Context, projectDir string) (*DepsMap, error) {
}
for _, pom := range poms {
coordinate := pom.Coordinate()
if !coordinate.Complete() {
logger.Warn("Incomplete coordinate, skip", zap.Any("coordinate", coordinate))
continue
}
logger.Sugar().Infof("Build dependency tree: %s", pom.Coordinate())
tree := BuildDepTree(ctx, resolver, coordinate)
relPath, e := filepath.Rel(projectDir, pom.Path)
Expand Down

0 comments on commit 5e61caa

Please sign in to comment.