Skip to content

Commit

Permalink
Remove unnecessary dependecies packing, fixes eclipse-archived#2128
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal committed Jul 22, 2021
1 parent 86630ab commit f08b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeAllDependencies>true</includeAllDependencies>
<includeAllDependencies>false</includeAllDependencies>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f08b483

Please sign in to comment.