wojtek@atlantiscity.local ~/dev/tigase/tigase-xmltools $ git bisect bad
aff9d1de0c206531eb195006f4fe0c1b95723db2 is the first bad commit
commit aff9d1de0c206531eb195006f4fe0c1b95723db2
Author: Andrzej Wójcik <andrzej.wojcik@tigase.net>
Date: Fri Oct 27 19:10:36 2017 +0200
#6206: moving tigase.annotations package to tigase.xml.annotations and bumpting version to 4.0.0 to reflect change in API
:100644 100644 720b6c7d0b7b762ae1e3b7272d10831ad5dd7d88 f58128320fab143027cb59a3ce80717f4ae80377 M pom.xml
:040000 040000 d93ed6edc9ff8535804aae6aeea769bde311c78d 603a4d2e915a9cd958736087017d418ebc307629 M src
The issue was caused by requirement to change package type to bundle and in turn using maven-bundle-plugin@. Unfortunately it causes an issue with handling variables when @maven-jar-plugin is also configured. Removed the latter and fixed the problem.