summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index da0df1270a..e99789d08c 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -769,7 +769,9 @@
<configuration>
<finalName>normatives</finalName>
<appendAssemblyId>false</appendAssemblyId>
- <descriptor>${project.basedir}/normatives.xml</descriptor>
+ <descriptors>
+ <descriptor>${project.basedir}/normatives.xml</descriptor>
+ </descriptors>
</configuration>
</execution>
</executions>