We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e6e0 commit e6399b1Copy full SHA for e6399b1
1 file changed
pom.xml
@@ -202,6 +202,14 @@
202
</baselineRepositories>
203
</configuration>
204
</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>
213
</plugins>
214
</pluginManagement>
215
</build>
0 commit comments