"mvn package" command does not include complete source code

I am trying “mvn package” command in the engine module locally on my system. The source jar does not contain org folder, although it is present in the maven central builds. Could you please shed more light on this?

  • Source code is picked up from github repo - camunda/camunda-bpm-platform
  • Version - 7.16.0

//creates sources jar with missing org directory
…/camunda-bpm-platform/engine> mvn package

Is this intentional or am I missing something?

@Niall Is it possible for you to review this? Thanks.