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

Exclude package private classe references from entry points assertions #58

Open
remibantos opened this issue Mar 10, 2019 · 0 comments
Open

Comments

@remibantos
Copy link

Since 2.2.0, when includePackagePrivateClasses option is enabled, package private assertions classes are referenced in the entry points assertions classes, like BddAssertions...
Which can cause compilation errors when these entry points classes are not generated in the same package.

As workarounds, the following plugin configurations can be applied :

  • entryPointClassPackage configuration could match the package which contains assertions for package private classes
  • entry points assertions classes generation should be disabled

Ideally, package private classes should not be referenced in entry points classes

@remibantos remibantos changed the title Exclude package private classes references from entry points assertions Exclude package private classe references from entry points assertions (>= 2.2.0) Mar 10, 2019
@remibantos remibantos changed the title Exclude package private classe references from entry points assertions (>= 2.2.0) Exclude package private classe references from entry points assertions Mar 10, 2019
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