[ 
https://issues.apache.org/jira/browse/RYA-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Dasch updated RYA-485:
---------------------------
    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:
{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}
 

Hat tip to Jorge Machado for reporting this regression.

  was:
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}


> 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
>            Priority: Major
>
> 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}
>  
> Hat tip to Jorge Machado for reporting this regression.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to