Merge pull request #8579 from kwoyke/BAEL-21498

BAEL-21498: Fix quarkus-maven-plugin setup
This commit is contained in:
kwoyke 2020-01-25 10:00:32 +01:00 committed by GitHub
commit af62c2fc91
1 changed files with 1 additions and 1 deletions

View File

@ -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>