1.5 is specified as target release for compiler, while jdk 11 supports only 6 and above.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: Source option 5 is no longer supported. Use 6 or later.
[ERROR] error: Target option 1.5 is no longer supported. Use 1.6 or later.
1.5 is specified as target release for compiler, while jdk 11 supports only 6 and above.