I am a Java and Maven newbie. There, I said it :-)
I am also responsible for an open source Java/maven project called LibrePlan.
When building ubuntu packages all works fine and I get deb's. When building Ubuntu packages on Launchpad only the build for Trusty works. All others fail and the build process complains about a missing maven-site-plugin.
Why? I do not use that plugin at all anywhere in any of the pom files.
The log for one of the failed builds is here:
Can somebody please give me a hint where I should look into? I increased verbosity, added the option to display the dependency tree, but I still can not see why this is going wrong.
It could be something incredably simple, but the question remains; what?
Any and all help is greatly appreciated.