Skip to content

Commit 9c7735f

Browse files
committed
Don't attach source jar
1 parent b10ace9 commit 9c7735f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/samm-cli/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,14 @@
533533
</execution>
534534
</executions>
535535
</plugin>
536+
537+
<plugin>
538+
<groupId>org.apache.maven.plugins</groupId>
539+
<artifactId>maven-source-plugin</artifactId>
540+
<configuration>
541+
<attach>false</attach>
542+
</configuration>
543+
</plugin>
536544
</plugins>
537545
</build>
538546

0 commit comments

Comments
 (0)