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

pax-exam-helper should switch to offline mode when -o switch used #25

Open
bertfrees opened this issue Mar 10, 2016 · 1 comment
Open

Comments

@bertfrees
Copy link
Member

No description provided.

@bertfrees
Copy link
Member Author

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 )
private boolean offline;

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.

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

No branches or pull requests

1 participant