Details
Description
In Linux, with Java7, build is failing on shared-all.
Error description:
shared-all-sources.jar is created with empty content, not even META-INF.So maven-geronimo plugin stops the build because of missing licensing in this source jar.
Error Output:
[ERROR] Failed to execute goal org.apache.geronimo.genesis.plugins:tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) on project shared-all: Artifact does not contain any legal files: shared-all-1.0.0-M10-SNAPSHOT-sources.jar -> [Help 1]
Can be bypassed by, either making shared-all to not to generate source jar, or by changing geronimo plugin configuration in the top level pom to don't stop when licensing error occured.