commit | b7d8b97e10c62ef446b28fc071bb7536a248a304 | [log] [tgz] |
---|---|---|
author | Patrick Brady <pb071s@att.com> | Thu Oct 26 09:12:23 2017 -0700 |
committer | Patrick Brady <pb071s@att.com> | Thu Oct 26 11:27:33 2017 -0700 |
tree | f7fcff57512caf0bf7ddc6e3638e39f8a59a2809 | |
parent | 172e0a20ac4557716ec780843253383772557aee [diff] [blame] |
Fixing problems with features files In progress. Change-Id: Idb0d3f13eaa89d9241f4c543f1222c14ea288f2f Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-296
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 35aea7e..3452e4f 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml
@@ -105,7 +105,7 @@ <configuration> <artifacts> <artifact> - <file>${project.build.directory}/classes/initial/artifact-handler-provider.xml</file> + <file>${project.build.directory}/classes/initial/appc-artifact-handler-provider.xml</file> <type>xml</type> <classifier>config</classifier> </artifact>