You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Aaron Mihalik (JIRA)" <ji...@apache.org> on 2016/10/24 18:55:58 UTC

[jira] [Created] (RYA-216) Clean up Maven Warnings

Aaron Mihalik created RYA-216:
---------------------------------

             Summary: Clean up Maven Warnings
                 Key: RYA-216
                 URL: https://issues.apache.org/jira/browse/RYA-216
             Project: Rya
          Issue Type: Bug
    Affects Versions: 3.2.10
            Reporter: Aaron Mihalik


During the evaluation of Rya 3.2.10-RC3, it was noted that maven generates a lot of warnings during the build.  We should resolve these in order to reduce the likelihood of build issues from users.  Here's the example of some warnings:

{code}
% mvn install -DskipTests                                                                                                                                                                                                                                                                          -
[INFO] Scanning for projects...
Downloading: http://repository.codehaus.org/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
Downloading: http://nexus.codehaus.org/snapshots/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
[WARNING] Could not transfer metadata org.codehaus.groovy:groovy-eclipse-batch/maven-metadata.xml from/to codehaus.org (http://repository.codehaus.org): repository.codehaus.org: unknown error
[WARNING] Could not transfer metadata org.codehaus.groovy:groovy-eclipse-batch/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): nexus.codehaus.org: unknown error
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:rya.prospector:jar:3.2.10-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shade-plugin is missing. @ org.apache.rya:rya.prospector:[unknown-version], /Users/jelser/rya-3.2.10-rc3/rya-project-3.2.10-incubating/extras/rya.prospector/pom.xml, line 107, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:rya.indexing:jar:3.2.10-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shade-plugin is missing. @ org.apache.rya:rya.indexing:[unknown-version], /Users/jelser/rya-3.2.10-rc3/rya-project-3.2.10-incubating/extras/indexing/pom.xml, line 135, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:rya.reasoning:jar:3.2.10-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shade-plugin is missing. @ org.apache.rya:rya.reasoning:[unknown-version], /Users/jelser/rya-3.2.10-rc3/rya-project-3.2.10-incubating/extras/rya.reasoning/pom.xml, line 98, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:rya.benchmark:jar:3.2.10-incubating
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:jaxb2-maven-plugin is missing. @ org.apache.rya:rya.benchmark:[unknown-version], /Users/jelser/rya-3.2.10-rc3/rya-project-3.2.10-incubating/extras/rya.benchmark/pom.xml, line 81, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.rya:accumulo.pig:jar:3.2.10-incubating
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shade-plugin is missing. @ org.apache.rya:accumulo.pig:[unknown-version], /Users/jelser/rya-3.2.10-rc3/rya-project-3.2.10-incubating/pig/accumulo.pig/pom.xml, line 82, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)