Skip to content

Add Support For Integration Testing Pf4j Plugins With The ServerApplication ( API-SERVICE ) #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove debug echo statements from antrun-plugin
  • Loading branch information
aq-ikhwa-tech committed Jul 19, 2023
commit 9a1da01bad2dd068d554d6ea02d1862559bf4b9d
2 changes: 0 additions & 2 deletions server/api-service/lowcoder-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
<phase>pre-integration-test</phase>
<configuration>
<target>
<echo message="copy-plugins-jar-for-integration-tests started"/>
<copy todir="../lowcoder-plugins/plugins">
<fileset dir="../lowcoder-plugins" includes="/*/target/*shaded.jar" />
<mapper type="flatten"/>
Expand All @@ -249,7 +248,6 @@
<phase>post-integration-test</phase>
<configuration>
<target>
<echo message="delete-plugins-after-integration-tests-phase started"/>
<delete dir="../lowcoder-plugins/plugins"/>
</target>
</configuration>
Expand Down