You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/02 23:17:50 UTC

[jira] [Commented] (ACCUMULO-2120) Fix maven warnings introduced declaration of mavanagaiata

    [ https://issues.apache.org/jira/browse/ACCUMULO-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860861#comment-13860861 ] 

ASF subversion and git services commented on ACCUMULO-2120:
-----------------------------------------------------------

Commit adaf0579035508b23bb96427832513dfd32cdfaf in branch refs/heads/1.4.5-SNAPSHOT from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=adaf057 ]

ACCUMULO-2120 Plugin declarations belong in pluginManagement not as a dependency.

Move the delcaration of the plugin out of dependencyManagement
and into pluginManagement. Pull the configuration (skipNoGit)
into that plugin declaration in pluginManagement.


> Fix maven warnings introduced declaration of mavanagaiata
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-2120
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2120
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: build
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.4.5, 1.5.1, 1.6.0
>
>
> Lots of warnings from mavanagaiata not having the version properly declared.
> From 1.4:
> {noformat}
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:cloudtrace:jar:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-core:jar:1.4.5-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.accumulo:cloudtrace:jar -> duplicate declaration of version (?) @ line 153, column 17
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-server:jar:1.4.5-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.mortbay.jetty:jetty:jar -> duplicate declaration of version (?) @ line 107, column 17
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-start:jar:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:examples-simple:jar:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-examples:pom:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-proxy:jar:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo-minicluster:jar:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ org.apache.accumulo:accumulo:1.4.5-SNAPSHOT, /home/elserj/projects/accumulo.git/pom.xml, line 99, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.accumulo:accumulo:pom:1.4.5-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for com.github.koraktor:mavanagaiata is missing. @ line 99, column 15
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)