Bug 1278 - Build the MD-SAL Archetype automatically 50/8550/4
authorDevin Avery <devin.avery@brocade.com>
Wed, 2 Jul 2014 12:40:34 +0000 (08:40 -0400)
committerDevin Avery <devin.avery@brocade.com>
Wed, 2 Jul 2014 18:18:44 +0000 (14:18 -0400)
This way new developers can get access to the archetype automatically
without having to build the toolkit source code.

Change-Id: I8d64eddb8081982b14f8ec8c5dc509af8f5b9b5a
Signed-off-by: Devin Avery <devin.avery@brocade.com>
main/pom.xml

index 2ed26fcda4fedd209d36a3a678da048ecb28044c..0650e5ac2e9620db7f0d08aaf7687d17126fb856 100644 (file)
       </plugins>
     </pluginManagement>
   </build>
+
+ <modules>
+    <module>archetypes/archetype-md-sal-app-simple</module>
+ </modules>
+
 </project>