Skip to content

Commit

Permalink
Add missing quarkus extension plugin to the connector runtime module
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Feb 5, 2024
1 parent d86ea3f commit 893d6f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions quarkus-solace-messaging-connector/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,22 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>extension-descriptor</goal>
</goals>
<configuration>
<deployment>${project.groupId}:${project.artifactId}-deployment:${project.version}</deployment>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 893d6f6

Please sign in to comment.