Skip to content

Commit

Permalink
language.server: make sure the sources are also signed
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Mar 15, 2024
1 parent 4a9a49b commit b374bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/de.cau.cs.kieler.pragmatics.language.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
</execution>
</executions>
</plugin>
<!-- make sure the source jar is also signed, putting the signing after it. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>

<!-- Build an uber jar with Maven Shade -->
<plugin>
Expand Down

0 comments on commit b374bfc

Please sign in to comment.