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
If pax-exam-helper were a Maven plugin this would be possible:
/** * Flag whether Maven is currently in online/offline mode. */@Parameter( defaultValue = "${settings.offline}", readonly = true )
privatebooleanoffline;
however it is not a plugin so somehow another plugin (e.g. build-helper in pipeline-mod-braille) should inject this parameter into the test and the test should pass it to the bundlesAndDependencies.
No description provided.
The text was updated successfully, but these errors were encountered: