diff options
author | Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com> | 2017-08-15 23:40:34 +0530 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-08-18 10:47:29 -0700 |
commit | 5b7590935559fe9e286a703dc662a60b47b7ed1a (patch) | |
tree | a6047f527074406f30d0ba769a5c53a823e9c987 /pom.xml | |
parent | a76f088b28738b03d3b3f01c71f11429b135ee2c (diff) |
Initial commit for Sequence Generator
Added sequence generator for start and stop
action with dependency model
Removed java check style from json files
from license maven plugin
JIRA Issues : APPC-33,APPC-106
Issue-Id : APPC-106
Change-Id: I7f12d39b705d77d559790a10b914b8108f5faa5e
Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |