summaryrefslogtreecommitdiffstats
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:51:00 -0800
commit4ded082af666709ed546a1e48bd201dd1a435819 (patch)
tree6161baffd3af7ac1c9f35f52d40043e7e8158fc5
parentd3eaf0aec6d0d1cc271c5f56888ca59887cef8f6 (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 a326d63..bc87ba0 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>