summaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2022-11-14 23:20:17 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2022-11-14 23:20:17 +0100
commit79cebfaac6e5fb89a943a7579ab8c5974cee6b3d (patch)
treefb4c84204e119ced6ee28114f456d9aee91884de /maven-plugins
parentd9394d9c527ff1ef36729861eb29a2da76768fde (diff)
Support super-pom with dependency enforcer
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index d71e1a0f068..f12731ba9da 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -48,6 +48,7 @@
<configuration>
<rules>
<enforceDependencies implementation="com.yahoo.vespa.maven.plugin.enforcer.EnforceDependenciesAllProjects">
+ <rootProjectId>com.yahoo.vespa:maven-plugins</rootProjectId>
<specFile>allowed-maven-dependencies.txt</specFile>
<ignored>
<i>com.yahoo.vespa:*:*</i>