-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
alexsuter
commented
Oct 27, 2023
- 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
<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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for verifying though 👍