Skip to content

Commit

Permalink
Do not build the default source jar for sshd-osgi
Browse files Browse the repository at this point in the history
It causes problems during the release and causes two different sources jars to be generated, and a wrong signature at the end.
  • Loading branch information
gnodet committed Jun 19, 2024
1 parent 31a2ddc commit 50d1d9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sshd-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<skipSource>true</skipSource>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 50d1d9f

Please sign in to comment.