Skip to content

Commit 0dfd50c

Browse files
pzygieloslachiewicz
authored andcommitted
(doc) Fix iterated collection
1 parent 13a2acd commit 0dfd50c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ private void processArtifactSelectors( Set<File> artifacts, Set<String> artifact
785785
{
786786
getLog().warn( "Skipping empty test jar " + artifactId + "." );
787787
}
788-
for ( String artifactId : emptyTestArtifacts )
788+
for ( String artifactId : emptyTestSourceArtifacts )
789789
{
790790
getLog().warn( "Skipping empty test source jar " + artifactId + "." );
791791
}

0 commit comments

Comments
 (0)