After some analysis, I discovered the problem was related to the tools.deps version (0.16.1264) being used that does not support the usage of the :pom-data.
So I'm bumping the tools.build version to generate the correct POM file. I could verify that everything was correct by executing bb jar and checking the file on target/classes/META-INF/maven/nubank/matcher-combinators/pom.xml
Even after adding the license to the POM file, we still can not deploy to clojars.
After some analysis, I discovered the problem was related to the
tools.deps
version (0.16.1264
) being used that does not support the usage of the:pom-data
.So I'm bumping the
tools.build
version to generate the correct POM file. I could verify that everything was correct by executingbb jar
and checking the file ontarget/classes/META-INF/maven/nubank/matcher-combinators/pom.xml