We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2368ee commit 3cfcf7cCopy full SHA for 3cfcf7c
eclipse-platform-parent/pom.xml
@@ -889,6 +889,26 @@
889
</repository>
890
</repositories>
891
</profile>
892
+ <profile>
893
+ <id>dependency-check</id>
894
+ <build>
895
+ <plugins>
896
+ <plugin>
897
+ <groupId>org.eclipse.tycho</groupId>
898
+ <artifactId>tycho-baseline-plugin</artifactId>
899
+ <version>${tycho.version}</version>
900
+ <executions>
901
+ <execution>
902
+ <id>check-dependencies</id>
903
+ <goals>
904
+ <goal>check-dependencies</goal>
905
+ </goals>
906
+ </execution>
907
+ </executions>
908
+ </plugin>
909
+ </plugins>
910
+ </build>
911
+ </profile>
912
<profile>
913
<id>api-check</id>
914
<activation>
0 commit comments