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.
2 parents b3f70e2 + 30391f0 commit 798b2b6Copy full SHA for 798b2b6
1 file changed
package/pom.xml
@@ -203,7 +203,7 @@
203
<goal>copy-resources</goal>
204
</goals>
205
<configuration>
206
- <outputDirectory>${project.build.directory}/arcadedb-package-${project.version}.dir
+ <outputDirectory>${project.build.directory}/arcadedb-${project.version}.dir
207
</outputDirectory>
208
<resources>
209
<resource>
@@ -284,7 +284,7 @@
284
<image>
285
<name>arcadedata/arcadedb</name>
286
<build>
287
- <contextDir>${project.build.directory}/arcadedb-package-${project.version}.dir
+ <contextDir>${project.build.directory}/arcadedb-${project.version}.dir
288
</contextDir>
289
<buildx>
290
<platforms>
0 commit comments