We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27db9ee commit cbf546aCopy full SHA for cbf546a
pom.xml
@@ -52,8 +52,8 @@
52
<phase>package</phase>
53
<configuration>
54
<descriptors>
55
- <descriptor>bundle.xml</descriptor>
56
- <descriptor>migrations.xml</descriptor>
+ <descriptor>${basedir}/src/main/assembly/bundle.xml</descriptor>
+ <descriptor>${basedir}/src/main/assembly/migrations.xml</descriptor>
57
</descriptors>
58
</configuration>
59
</execution>
bundle.xml renamed to src/main/assembly/bundle.xml
migrations.xml renamed to src/main/assembly/migrations.xml
0 commit comments