File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
server/api-service/lowcoder-server Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 270270 <configuration >
271271 <outputDirectory >${assembly.lib.directory} </outputDirectory >
272272 <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 >
273293 </configuration >
274294 </execution >
275295 </executions >
You can’t perform that action at this time.
0 commit comments