We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0600 commit 8ad4436Copy full SHA for 8ad4436
server/api-service/lowcoder-server/pom.xml
@@ -233,7 +233,6 @@
233
<phase>pre-integration-test</phase>
234
<configuration>
235
<target>
236
- <echo message="copy-plugins-jar-for-integration-tests started"/>
237
<copy todir="../lowcoder-plugins/plugins">
238
<fileset dir="../lowcoder-plugins" includes="/*/target/*shaded.jar" />
239
<mapper type="flatten"/>
@@ -249,7 +248,6 @@
249
248
<phase>post-integration-test</phase>
250
251
252
- <echo message="delete-plugins-after-integration-tests-phase started"/>
253
<delete dir="../lowcoder-plugins/plugins"/>
254
</target>
255
</configuration>
0 commit comments