diff --git a/deployment/pom.xml b/deployment/pom.xml index 8d6f0d45d5efcbb7f2fb79ce88fba0e1fb1d7fd8..5bea71c93d2bcc382bb1a0ad8ae4f75922405c99 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -18,7 +18,7 @@ <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> - <descriptor>assembly-ansible.xml</descriptor> + <descriptor>../packaging/assembly-deployment.xml</descriptor> </descriptors> </configuration> <executions>