You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simple way to have multiple MavenDependencyAppender and to switch between them at the test level?
I'm looking for something to be able to run one test with default libs, then run one test with jpa related libs, then run one test with web services related lib and so on.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
Thanks for your response. You're right, it doesn't cause much trouble but sometimes, you want your test configuration to be as clear as possible and your execution as fast as possible ;)
The adapter will then correctly restructure deployment to exploded format. As for the additionalLibrary parameter, you can resolve a library with Maven using the ShrinkWrap Resolvers. We are actually using this tool to resolve MavenDependencyAppender libraries here.
Is there a simple way to have multiple
MavenDependencyAppender
and to switch between them at the test level?I'm looking for something to be able to run one test with default libs, then run one test with jpa related libs, then run one test with web services related lib and so on.
Thanks for your work!
The text was updated successfully, but these errors were encountered: