summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 638a50de0..e0914db2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,6 +555,11 @@
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
+ <configuration>
+ <excludes>
+ <exclude>*.json</exclude>
+ </excludes>
+ </configuration>
</execution>
</executions>
</plugin>
@@ -641,6 +646,7 @@
<module>appc-directed-graph</module>
<module>appc-outbound</module>
<module>appc-inbound</module>
+ <module>appc-sequence-generator</module>
</modules>
</profile>
<profile>