Skip to content

Commit

Permalink
Don't attach source jar
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Nov 8, 2024
1 parent b10ace9 commit 9c7735f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/samm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,14 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<attach>false</attach>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9c7735f

Please sign in to comment.