Skip to content

Commit

Permalink
(doc) Fix iterated collection
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and slachiewicz committed Nov 3, 2022
1 parent 13a2acd commit 0dfd50c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ private void processArtifactSelectors( Set<File> artifacts, Set<String> artifact
{
getLog().warn( "Skipping empty test jar " + artifactId + "." );
}
for ( String artifactId : emptyTestArtifacts )
for ( String artifactId : emptyTestSourceArtifacts )
{
getLog().warn( "Skipping empty test source jar " + artifactId + "." );
}
Expand Down

0 comments on commit 0dfd50c

Please sign in to comment.