BAEL-21498: Fix quarkus-maven-plugin setup
This commit is contained in:
parent
4f33cb1667
commit
9c7d0ed7af
|
@ -42,7 +42,7 @@
|
|||
<goal>extension-descriptor</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}
|
||||
<deployment>${project.groupId}:quarkus-liquibase-deployment:${project.version}
|
||||
</deployment>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue