Hide Forgot
Description of problem: 1. google-collection has been renamed to guava needs to be changed in pom.xml accordingly 2. The jakarta to apache rename needs to be done in the checkstyle wrapper script as well. Patches against a "fedpkg clone checkstyle" git repo are attached
Created attachment 510739 [details] Jakarta -> Apache Rename in Wrapper
Created attachment 510740 [details] google-collection -> guava rename
http://koji.fedoraproject.org/koji/buildinfo?buildID=251210 If fixed the script (in a different way so I didn't use your patch). Plus I fixed a few more problems. As for the pom dependency on google-collections, if you checkout guava in Fedora you will see it has two calls: %add_to_maven_depmap com.google.guava %{name} %{version} JPP %{name} %add_to_maven_depmap com.google.collections google-collections 1.0 JPP %{name} This tells our maven that both group/artifact ids point to same jar file and thus for us this is not a problem. It should be reported upstream though so that they can use up-to-date artifacts. You want to do it or should I? Thanks for the bugreport and patches!