Skip to content

Commit e6399b1

Browse files
iloveeclipserubenporras
authored andcommitted
fix: provide lsp4j source bundles on p2 update site
Fixes #1519
1 parent 971e6e0 commit e6399b1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@
202202
</baselineRepositories>
203203
</configuration>
204204
</plugin>
205+
<plugin>
206+
<groupId>org.eclipse.tycho</groupId>
207+
<artifactId>tycho-p2-repository-plugin</artifactId>
208+
<version>${tycho-version}</version>
209+
<configuration>
210+
<includeAllSources>true</includeAllSources>
211+
</configuration>
212+
</plugin>
205213
</plugins>
206214
</pluginManagement>
207215
</build>

0 commit comments

Comments
 (0)