Skip to content

Commit

Permalink
Merge pull request #959 from rohanKanojia/fixedTODO1
Browse files Browse the repository at this point in the history
Remove TODO comment in DockerAssemblyManager
  • Loading branch information
rhuss authored Feb 28, 2018
2 parents 8ade1e2 + 9d244fc commit 73433ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ private File ensureThatArtifactFileIsSet(MavenProject project) {
}
File artifactFile = new File(target, finalName + "." + project.getPackaging());
if (artifactFile.exists() && artifactFile.isFile()) {
// TODO: Maybe check also that the artifact file is 'young' ? (so that it could be assumed that
// it has been created recently by a 'package' in the same run.)
setArtifactFile(project, artifactFile);
}
return null;
Expand Down

0 comments on commit 73433ff

Please sign in to comment.