Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector runtime module missing Quarkus plugin configuration #51

Closed
cescoffier opened this issue Feb 5, 2024 · 0 comments · Fixed by #52
Closed

Connector runtime module missing Quarkus plugin configuration #51

cescoffier opened this issue Feb 5, 2024 · 0 comments · Fixed by #52

Comments

@cescoffier
Copy link
Collaborator

The runtime module from the reactive messaging connector module is missing the following plugin:

 <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>
@cescoffier cescoffier changed the title Connecto runtime module missing Quarkus plugin configuration Connector runtime module missing Quarkus plugin configuration Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant