Skip to content

Commit

Permalink
Generate sources jar for VSCode extension
Browse files Browse the repository at this point in the history
See gh-142
  • Loading branch information
philwebb committed Feb 21, 2023
1 parent 4723610 commit 9b14d5c
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 9b14d5c

Please sign in to comment.