diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2016-08-31 07:46:41 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-31 11:10:32 +0000 |
commit | 34f77c9cfc6ebfa265866b654990ae9ca55cc451 (patch) | |
tree | c762f55df811360162e831be7f2b8b5d1c563346 /lisp/pom.xml | |
parent | e36f307df4125f16484fff7a656e3302b831f311 (diff) |
HONEYCOMB-75 - Lisp implemetation
Rebased on final minimal distro
Change-Id: Ib71fc59e62dda4633f4f79c5c7417a4aaf02a177
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Signed-off-by: Florin Coras <fcoras@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'lisp/pom.xml')
-rwxr-xr-x[-rw-r--r--] | lisp/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pom.xml b/lisp/pom.xml index fadaf4008..466e5689b 100644..100755 --- a/lisp/pom.xml +++ b/lisp/pom.xml @@ -34,6 +34,7 @@ </prerequisites> <modules> <module>api</module> + <module>lisp2vpp</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> @@ -55,4 +56,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |