File tree 2 files changed +17
-1
lines changed
quarkus-solace-messaging-connector
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 16
16
</dependency >
17
17
<dependency >
18
18
<groupId >com.solace.quarkus</groupId >
19
- <artifactId >quarkus-solace-client-deployment </artifactId >
19
+ <artifactId >quarkus-solace-messaging-connector </artifactId >
20
20
<version >${project.version} </version >
21
21
</dependency >
22
22
</dependencies >
Original file line number Diff line number Diff line change 146
146
</resource >
147
147
</resources >
148
148
<plugins >
149
+ <plugin >
150
+ <groupId >io.quarkus</groupId >
151
+ <artifactId >quarkus-extension-maven-plugin</artifactId >
152
+ <version >${quarkus.version} </version >
153
+ <executions >
154
+ <execution >
155
+ <phase >compile</phase >
156
+ <goals >
157
+ <goal >extension-descriptor</goal >
158
+ </goals >
159
+ <configuration >
160
+ <deployment >${project.groupId} :${project.artifactId} -deployment:${project.version} </deployment >
161
+ </configuration >
162
+ </execution >
163
+ </executions >
164
+ </plugin >
149
165
<plugin >
150
166
<groupId >org.apache.maven.plugins</groupId >
151
167
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments