aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-08-16 16:23:43 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-08-16 16:23:43 +0200
commit27cf4637958855cb2c5f7fe092fe7fee60b5dbf2 (patch)
tree76a9a07fbd1b6ef658b3c659e41ca22442b43fd1 /pom.xml
parentaaa166d1fd35fa712f20623a12ecb088fb9051bf (diff)
Adding directionality and aai-keystore fix
Adding directionality of associations based on an edgerules property and enabling GrapGraph to be started locally without needing to copy keystore information for local use Change-Id: I8fe2523cb6a9c23806647d2da23998172d6d7296 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-531
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d360960..dd2eae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,16 @@
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
+ <excludes>
+ <exclude>etc/auth/aai_keystore</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <filtering>false</filtering>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>etc/auth/aai_keystore</include>
+ </includes>
</resource>
</resources>
<plugins>