Jeff Dasch created RYA-485:
------------------------------
Summary: fix maven-shade-plugin usage
Key: RYA-485
URL: https://issues.apache.org/jira/browse/RYA-485
Project: Rya
Issue Type: Bug
Components: build
Affects Versions: 3.2.12
Reporter: Jeff Dasch
Advertising
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:
{code:java}
[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]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)