Skip to content

Commit

Permalink
lsp: include the META-INF/services folder in maven artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed May 7, 2024
1 parent 63887e5 commit 7d5799f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/de.cau.cs.kieler.klighd.lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@

<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src/resources</directory>
</resource>
</resources>
<plugins>
<!-- Compile Xtend code -->
<plugin>
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,15 @@

<!-- Modify the build process to add Tycho and configure some utility plug-ins. -->
<build>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>META-INF/services/**</include>
</includes>
</resource>
</resources>

<sourceDirectory>src</sourceDirectory>
<plugins>
<!-- we need tycho plugin to build eclipse plugins -->
Expand Down

0 comments on commit 7d5799f

Please sign in to comment.