File tree 1 file changed +20
-0
lines changed
server/api-service/lowcoder-server
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 270
270
<configuration >
271
271
<outputDirectory >${assembly.lib.directory} </outputDirectory >
272
272
<includeScope >runtime</includeScope >
273
+ <excludeArtifactIds >rjson</excludeArtifactIds >
274
+ </configuration >
275
+ </execution >
276
+ <execution >
277
+ <id >copy-rjson-snapshot</id >
278
+ <phase >package</phase >
279
+ <goals >
280
+ <goal >copy</goal >
281
+ </goals >
282
+ <configuration >
283
+ <artifactItems >
284
+ <artifactItem >
285
+ <groupId >tv.twelvetone.rjson</groupId >
286
+ <artifactId >rjson</artifactId >
287
+ <version >LATEST</version >
288
+ <overWrite >true</overWrite >
289
+ <outputDirectory >${assembly.lib.directory} </outputDirectory >
290
+ </artifactItem >
291
+ </artifactItems >
292
+ <useBaseVersion >false</useBaseVersion >
273
293
</configuration >
274
294
</execution >
275
295
</executions >
You can’t perform that action at this time.
0 commit comments