diff options
-rw-r--r-- | installation/appc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index efaed22..3d2689a 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -355,7 +355,7 @@ limitations under the License. <include>*.dump</include> <include>*.sh</include> <include>*.cfg</include> - <include>*.ini</include> + <include>*.xml</include> </includes> <filtering>false</filtering> </resource> |