Skip to content
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

Use latest web-tester for connectivity-demos #477

Merged
merged 5 commits into from
Oct 27, 2023
Merged

Use latest web-tester for connectivity-demos #477

merged 5 commits into from
Oct 27, 2023

Conversation

alexsuter
Copy link
Member

  • Use latest web-testr but ommit conflicting guava
  • Fix formatting
  • Auto-update web-tester for connectivy-demo-test
  • Remove legacy m2e lifecycle mapping for maven-dependency-plugin

@alexsuter alexsuter requested a review from ivy-rew October 27, 2023 07:43
@alexsuter alexsuter changed the title fix2 Use latest web-tester for connectivity-demos Oct 27, 2023
@alexsuter alexsuter merged commit f166f41 into master Oct 27, 2023
1 check passed
@alexsuter alexsuter deleted the fix2 branch October 27, 2023 07:49
Comment on lines -78 to -88
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[2.8,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we added this once; because we hand endless running maven-dependency-plugin copy executions in the designer ... you can see them in the console-view -> switching it to maven-console ... if this is no longer a problem, its good to run them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could not reproduce the problem in Axon Ivy Designer.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for verifying though 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants