Description
There are a couple of executions (rya.mapreduce, and others) of the maven-shade-plugin where the shade goal is not specified. This will result the shade jar not being created. Use this grep to find them all:
grep -A 20 "maven-shade-plugin" -R .
While in there, remove any maven-shade-plugin version definition so we defer to the parent pom.
also fix this bug:
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:rya.streams.query-manager:jar:3.2.13-incubating-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:rpm-maven-plugin is missing. @ org.apache.rya:rya.streams.query-manager:[unknown-version], /Users/jdasch/github/incubator-rya/extras/rya.streams/query-manager/pom.xml, line 177, column 21 [WARNING]
Hat tip to Jorge Machado for reporting this regression.
Attachments
Issue Links
- is duplicated by
-
RYA-472 Shaded jars not being produced
- Resolved
- links to