Skip to content
Snippets Groups Projects
Commit 3463268f authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

[TECH] Fix deployment maven build

parent 8733765b
No related branches found
No related tags found
1 merge request!1Feature/design/1
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>assembly-ansible.xml</descriptor> <descriptor>../packaging/assembly-deployment.xml</descriptor>
</descriptors> </descriptors>
</configuration> </configuration>
<executions> <executions>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment