summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-07-24 16:00:25 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-07-24 16:47:22 -0400
commitb04bc83edd05933c5740ca295852e30ef6c479e8 (patch)
tree542dafa769fccf0e5218f4c581c5d30373d05a17 /pom.xml
parent962b3af81f730f849cf66122a70e5e1a2fe2a64e (diff)
[AAI-57] First LF commit of auth library
Change-Id: Ia4c57cdc7ba34ce59076ffac75d947b5b601cade Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1643f178..8f74dbd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
<module>aai-schema</module>
<module>aai-annotations</module>
<module>aai-core</module>
+ <module>auth</module>
</modules>
<properties>
@@ -63,10 +64,13 @@
<include>**/*aaiconfig*.properties</include>
<include>**/*titan*.properties</include>
</includes>
+ <excludes>
+ <exclude>ecomp-auth/*</exclude>
+ </excludes>
</configuration>
<executions>
<execution>
- <id>first</id>
+ <id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>