diff options
Diffstat (limited to 'infra')
-rw-r--r-- | infra/minimal-distribution-core/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/minimal-distribution-core/pom.xml b/infra/minimal-distribution-core/pom.xml index 4e74dc481..fb2541c4d 100644 --- a/infra/minimal-distribution-core/pom.xml +++ b/infra/minimal-distribution-core/pom.xml @@ -34,6 +34,8 @@ <properties> <commons-io.version>2.5</commons-io.version> <osgi.core.version>5.0.0</osgi.core.version> + <!-- Core guice modules does not need any yang modules itself --> + <skip.module.list.generation>true</skip.module.list.generation> </properties> <dependencies> |