We use the maven-jar-plugin and use the ${scmBranch} variable to derive the branch name to put into the META-INF/MANIFEST.MF files of jars. But then in travis builds, it looks like git branch is not available.
We should use TRAVIS_BRANCH in the travis CI builds instead of scmBranch provided by the plugin
We use the maven-jar-plugin and use the ${scmBranch} variable to derive the branch name to put into the META-INF/MANIFEST.MF files of jars. But then in travis builds, it looks like git branch is not available.
We should use TRAVIS_BRANCH in the travis CI builds instead of scmBranch provided by the plugin