Skip to content

Commit 8ad4436

Browse files
aq-ikhwa-techludomikula
authored andcommitted
Remove debug echo statements from antrun-plugin
1 parent 07f0600 commit 8ad4436

File tree

1 file changed

+0
-2
lines changed
  • server/api-service/lowcoder-server

1 file changed

+0
-2
lines changed

server/api-service/lowcoder-server/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233
<phase>pre-integration-test</phase>
234234
<configuration>
235235
<target>
236-
<echo message="copy-plugins-jar-for-integration-tests started"/>
237236
<copy todir="../lowcoder-plugins/plugins">
238237
<fileset dir="../lowcoder-plugins" includes="/*/target/*shaded.jar" />
239238
<mapper type="flatten"/>
@@ -249,7 +248,6 @@
249248
<phase>post-integration-test</phase>
250249
<configuration>
251250
<target>
252-
<echo message="delete-plugins-after-integration-tests-phase started"/>
253251
<delete dir="../lowcoder-plugins/plugins"/>
254252
</target>
255253
</configuration>

0 commit comments

Comments
 (0)