Skip to content

Commit

Permalink
Shorten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jan 12, 2024
1 parent a4de2e5 commit 4216c00
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ private void processProject(MavenProject project, InstallRequest request) throws
// jar project: pomArtifact and projectArtifact are DIFFERENT
// incomplete project: is not pom project and projectArtifact has no file

// we must compare coordinates ONLY (as projectArtifact may not have file set, and Artifact.equals factors in
// file)
// we must compare coordinates ONLY (as projectArtifact may not have file, and Artifact.equals factors it in)
boolean pomArtifactIsMainArtifact = ArtifactIdUtils.equalsId(pomArtifact, projectArtifact);
if (pomArtifactIsMainArtifact) {
projectArtifact = null;
Expand Down

0 comments on commit 4216c00

Please sign in to comment.