aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Hay <aaron.hay@att.com>2018-11-13 15:36:28 -0500
committerPatrick Brady <patrick.brady@att.com>2018-11-13 12:53:21 -0800
commit7c561ecbee21b98e270c0c6628fc845d549578d2 (patch)
treeaa591cff17564e4d71e69136f297ce189d16c521
parentc68f1ea85f2786f065b25d2cd91b71d43de258b7 (diff)
Update APPC for Casablanca AAF support
Update pom.xml to add the bath_config.csv file. Change-Id: Ic9a475a338ccfdf0a1f05c9369dc3ac0a945cce7 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay <aaron.hay@att.com>
-rw-r--r--installation/appc/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 25f552a..44d9f27 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -157,6 +157,7 @@ limitations under the License.
<directory>../src/main/properties</directory>
<includes>
<include>*.properties</include>
+ <include>*.csv</include>
</includes>
<filtering>false</filtering>
</resource>
@@ -359,7 +360,7 @@ limitations under the License.
<include>*.dump</include>
<include>*.sh</include>
<include>*.cfg</include>
- <include>*.xml</include>
+ <include>*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
@@ -402,6 +403,7 @@ limitations under the License.
<directory>../src/main/properties</directory>
<includes>
<include>*.properties</include>
+ <include>*.csv</include>
</includes>
<filtering>false</filtering>
</resource>