Skip to content

Exclude package private classe references from entry points assertions #58

Description

@remibantos

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions