Skip to content

Commit 85509b1

Browse files
peterdemaeyerhboutemy
authored andcommitted
[MSHADE-339] use "test-jar" type with its default classifier
more concise than using "jar" type with "tests" classifier
1 parent 069c7c9 commit 85509b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -579,7 +579,7 @@ else if ( !renamed )
579579

580580
replaceFile( shadedTests, testJar );
581581

582-
projectHelper.attachArtifact( project, "jar", "tests", shadedTests );
582+
projectHelper.attachArtifact( project, "test-jar", shadedTests );
583583
}
584584

585585
if ( createTestSourcesJar )

0 commit comments

Comments
 (0)