We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e6e0 commit cdd48b9Copy full SHA for cdd48b9
1 file changed
pom.xml
@@ -254,6 +254,14 @@
254
<defaultP2Metadata>false</defaultP2Metadata>
255
</configuration>
256
</plugin>
257
+ <plugin>
258
+ <groupId>org.eclipse.tycho</groupId>
259
+ <artifactId>tycho-p2-repository-plugin</artifactId>
260
+ <version>${tycho-version}</version>
261
+ <configuration>
262
+ <includeAllSources>true</includeAllSources>
263
+ </configuration>
264
+ </plugin>
265
</plugins>
266
</build>
267
</profile>
0 commit comments