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
In our repository, we have several *.launch files used to execute various unit test.
The problem is that m2e (I think so) tries to reconfigures the *.launch vmargs due to a conditional profile specific to m2e because of #1916 (comment) : we simply add JVM option in a m2e specific profile so that we can load Mockito Agent without warnings about dynamic agent (and -Xshare:off for the very same reason)
The problem with this, is that the vmargs are:
overwritten if there were already set in the launch file
hard coded to the user home because ${org.mockito_mockito-core_jar} translate to C:/Users/user.name/.m2/repository/org/mockito/mockito-core/X.Y.Z/mockito-core-X.Y.Z.jar
Is there a way to tell m2e or Eclipse to ignore those launch file or at least to not make the launch file environmental specific ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In our repository, we have several
*.launchfiles used to execute various unit test.The problem is that m2e (I think so) tries to reconfigures the *.launch vmargs due to a conditional profile specific to m2e because of #1916 (comment) : we simply add JVM option in a m2e specific profile so that we can load Mockito Agent without warnings about dynamic agent (and
-Xshare:offfor the very same reason)The problem with this, is that the vmargs are:
${org.mockito_mockito-core_jar}translate toC:/Users/user.name/.m2/repository/org/mockito/mockito-core/X.Y.Z/mockito-core-X.Y.Z.jarIs there a way to tell m2e or Eclipse to ignore those launch file or at least to not make the launch file environmental specific ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions