diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-11 15:37:28 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-19 12:49:56 +0200 |
commit | d022ca8d078e1731435bf3e69a9a1ff85e7e0c63 (patch) | |
tree | 18beba24af06d237521ea7f96e8b45fd102e5ed7 /vpp-integration/pom.xml | |
parent | 54a3992118f4455b99fee8f3a648145bcf2b8e65 (diff) |
HONEYCOMB-21 Vpp-integration minimal distribution
Change-Id: I1a44028ae38c3ab70aa3a7b173cd0c81c820378a
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'vpp-integration/pom.xml')
-rw-r--r-- | vpp-integration/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 7b900e7ea..e087abd86 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -31,8 +31,9 @@ <maven>3.1.1</maven> </prerequisites> <modules> - <module>features</module> - <module>karaf</module> + <!--<module>features</module>--> + <!--<module>karaf</module>--> + <module>minimal-distribution</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> |