Skip to content

Commit

Permalink
Remove TODO comment in DockerAssemblyManager
Browse files Browse the repository at this point in the history
This TODO doesn't make any sense and this could make
build scripts unpredictable.
  • Loading branch information
rohanKanojia committed Feb 28, 2018
1 parent 8ade1e2 commit 9d244fc
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 9d244fc

Please sign in to comment.