Brian O'Connor
Committed by Gerrit Code Review

Hooking learning-switch app into the Maven build

Change-Id: Ie4fc2e92ce84680ba8a5bcc93bde17568829e172
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
15 */ 15 */
16 16
17 /** 17 /**
18 - * Learning Switch Tutorial 18 + * Learning Switch Tutorial.
19 */ 19 */
20 package org.onosproject.learningswitch; 20 package org.onosproject.learningswitch;
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
77 <module>bmv2-demo</module> 77 <module>bmv2-demo</module>
78 <module>yms</module> 78 <module>yms</module>
79 <module>rabbitmq</module> 79 <module>rabbitmq</module>
80 + <module>learning-switch</module>
80 </modules> 81 </modules>
81 82
82 83
......