Skip to content

Commit

Permalink
Install available sources with the SDK product
Browse files Browse the repository at this point in the history
Currently only some sources are included in the SDK product these are
those that explicitly specified in source features. As removing more and
more third party dependencies from features, they will also vanish from
source features and therefore missing in the SDK product. Beside that,
managing source features itself is a tedious task.

This enables the <installSources> option for the SDK product that will
install any available source with a bundle automatically.
  • Loading branch information
laeubi authored and akurtakov committed Feb 12, 2024
1 parent b90ebe8 commit 867f22b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ UNmHBQdtflW5G1L5fQggWG7V
</goals>
<configuration>
<profile>SDKProfile</profile>
<installSources>true</installSources>
</configuration>
</execution>
<execution>
Expand Down Expand Up @@ -514,4 +515,4 @@ UNmHBQdtflW5G1L5fQggWG7V
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 867f22b

Please sign in to comment.