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

Disable target platform for maven plugin projects #2

Open
ifedorenko opened this issue Oct 7, 2014 · 1 comment
Open

Disable target platform for maven plugin projects #2

ifedorenko opened this issue Oct 7, 2014 · 1 comment

Comments

@ifedorenko
Copy link
Contributor

Several possible ways to do this

  • List supported packaging types in target platform configuration. Most likely not a good idea because any new packaging types introduced at a later date will not be controlled by the target platform by default
  • List not-supported packaging types
  • List not-supported projects in target platform configuration
  • Project-level property to opt-out of target platform
    • will eventually need a report to list such projects
@ifedorenko
Copy link
Contributor Author

For now, hardcoded "not-supported packaging types" in target platform implementation.

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