Skip to content

Commit 3cfcf7c

Browse files
committed
Add new profile dependency-check to verify dependency ranges
1 parent e2368ee commit 3cfcf7c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,26 @@
889889
</repository>
890890
</repositories>
891891
</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>
892912
<profile>
893913
<id>api-check</id>
894914
<activation>

0 commit comments

Comments
 (0)