diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-07-24 16:00:25 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-07-24 16:47:22 -0400 |
commit | b04bc83edd05933c5740ca295852e30ef6c479e8 (patch) | |
tree | 542dafa769fccf0e5218f4c581c5d30373d05a17 /pom.xml | |
parent | 962b3af81f730f849cf66122a70e5e1a2fe2a64e (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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |