Initial commit for Sequence Generator
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4b27582..e0914db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <goal>update-file-header</goal>
                         </goals>
                         <phase>process-sources</phase>
+                        <configuration>
+                            <excludes>
+                                <exclude>*.json</exclude>
+                            </excludes>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
                 <module>appc-lifecycle-management</module>
                 <module>appc-oam</module>
                 <module>appc-config</module>
+                <module>appc-directed-graph</module>
                 <module>appc-outbound</module>
                 <module>appc-inbound</module>
+                <module>appc-sequence-generator</module>
             </modules>
         </profile>
         <profile>