File tree 1 file changed +0
-61
lines changed
services/tools/wanaku-routing-tavily-service
1 file changed +0
-61
lines changed Original file line number Diff line number Diff line change 125
125
</build >
126
126
127
127
<profiles >
128
- <profile >
129
- <id >native</id >
130
- <activation >
131
- <property >
132
- <name >native</name >
133
- </property >
134
- </activation >
135
- <properties >
136
- <skipITs >false</skipITs >
137
- <quarkus .native.enabled>true</quarkus .native.enabled>
138
- </properties >
139
- </profile >
140
128
<profile >
141
129
<id >dist</id >
142
130
<build >
170
158
</plugins >
171
159
</build >
172
160
</profile >
173
- <profile >
174
- <id >dist-native</id >
175
- <activation >
176
- <property >
177
- <name >native</name >
178
- </property >
179
- </activation >
180
- <build >
181
- <plugins >
182
- <plugin >
183
- <groupId >org.apache.maven.plugins</groupId >
184
- <artifactId >maven-assembly-plugin</artifactId >
185
- <version >${maven-assembly-plugin.version} </version >
186
- <configuration >
187
- <attach >false</attach >
188
- <appendAssemblyId >false</appendAssemblyId >
189
- <outputDirectory >${distribution.directory} </outputDirectory >
190
- <workDirectory >${project.build.directory} /assembly/work</workDirectory >
191
- </configuration >
192
- <executions >
193
- <execution >
194
- <id >make-native-distribution</id >
195
- <phase >package</phase >
196
- <goals >
197
- <goal >single</goal >
198
- </goals >
199
- <configuration >
200
- <finalName >${project.artifactId} -${project.version} -${os.detected.classifier} </finalName >
201
- <descriptors >
202
- <descriptor >src/main/assembly/assembly-native.xml</descriptor >
203
- </descriptors >
204
- </configuration >
205
- </execution >
206
- </executions >
207
- </plugin >
208
- </plugins >
209
- </build >
210
- </profile >
211
- <profile >
212
- <id >dist-windows</id >
213
- <activation >
214
- <os >
215
- <family >windows</family >
216
- </os >
217
- </activation >
218
- <properties >
219
- <executable-suffix >.exe</executable-suffix >
220
- </properties >
221
- </profile >
222
161
</profiles >
223
162
</project >
You can’t perform that action at this time.
0 commit comments