From notifications-return-14446-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Thu Jan 2 21:45:51 2014 Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B0241065F for ; Thu, 2 Jan 2014 21:45:51 +0000 (UTC) Received: (qmail 10713 invoked by uid 500); 2 Jan 2014 21:45:51 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 10670 invoked by uid 500); 2 Jan 2014 21:45:51 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 10592 invoked by uid 99); 2 Jan 2014 21:45:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 21:45:51 +0000 Date: Thu, 2 Jan 2014 21:45:51 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ACCUMULO-2120) Fix maven warnings introduced declaration of mavanagaiata MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned ACCUMULO-2120: ------------------------------------ Assignee: Josh Elser > 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)