Chia-Ping Tsai created HBASE-18088:
--------------------------------------
Summary: The version of scala plugin in the reporting section is
missing
Key: HBASE-18088
URL: https://issues.apache.org/jira/browse/HBASE-18088
Project: HBase
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Chia-Ping Tsai
Priority: Trivial
Fix For: 2.0.0
I just noticed the following warns.
{code}
[WARNING] Some problems were encountered while building the effective model for
org.apache.hbase:hbase-resource-bundle:jar:2.0.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.scala-tools:maven-scala-plugin is missing. @
org.apache.hbase:hbase:2.0.0-SNAPSHOT, /home/chia7712/apache/hbase/pom.xml,
line 3212, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hbase:hbase-server:jar:2.0.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.scala-tools:maven-scala-plugin is missing. @
org.apache.hbase:hbase:2.0.0-SNAPSHOT, /home/chia7712/apache/hbase/pom.xml,
line 3212, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hbase:hbase-thrift:jar:2.0.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.scala-tools:maven-scala-plugin is missing. @
org.apache.hbase:hbase:2.0.0-SNAPSHOT, /home/chia7712/apache/hbase/pom.xml,
line 3212, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hbase:hbase-shell:jar:2.0.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.scala-tools:maven-scala-plugin is missing. @
org.apache.hbase:hbase:2.0.0-SNAPSHOT, /home/chia7712/apache/hbase/pom.xml,
line 3212, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hbase:hbase-protocol-shaded:jar:2.0.0-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.scala-tools:maven-scala-plugin is missing. @
org.apache.hbase:hbase:2.0.0-SNAPSHOT, /home/chia7712/apache/hbase/pom.xml,
line 3212, column 15
{code}
We should add the version of the plugin to eliminate the warning.
{code:title=pom.xml#3212|borderStyle=solid}
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
</plugin>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)