Skip to content

No recompilation if the dependencies have changed #1087

Description

@anthonyvdotbe

Affected version

3.15.0

Bug description

To reproduce:

  • unzip sample.zip
  • run mvn compile
  • delete the dependencies section from the POM
  • run mvn compile

Expected: the last step fails because the dependencies have changed and thus recompilation is triggered and thus compilation fails due to missing classes

Actual: the last step succeeds and the compiler plugin says "Nothing to compile - all classes are up to date."

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

    3.xbugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions