Return-Path: X-Original-To: apmail-shiro-dev-archive@www.apache.org Delivered-To: apmail-shiro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93890BA21 for ; Wed, 4 Jan 2012 05:13:33 +0000 (UTC) Received: (qmail 9453 invoked by uid 500); 4 Jan 2012 05:13:33 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 9358 invoked by uid 500); 4 Jan 2012 05:13:26 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 9350 invoked by uid 99); 4 Jan 2012 05:13:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 05:13:24 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 05:13:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2E34D137613 for ; Wed, 4 Jan 2012 05:12:39 +0000 (UTC) Date: Wed, 4 Jan 2012 05:12:39 +0000 (UTC) From: "Jared Bunting (Created) (JIRA)" To: dev@shiro.apache.org Message-ID: <326447431.3438.1325653959190.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (SHIRO-335) Build with Maven 3 generates a multitude of warnings. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Build with Maven 3 generates a multitude of warnings. ----------------------------------------------------- Key: SHIRO-335 URL: https://issues.apache.org/jira/browse/SHIRO-335 Project: Shiro Issue Type: Bug Affects Versions: 1.1.0, 1.2.0 Reporter: Jared Bunting Assignee: Jared Bunting Priority: Minor We see multiple warnings like this: (one for each module) [WARNING] Some problems were encountered while building the effective model for org.apache.shiro:shiro-core:bundle:1.2.0-SNAPSHOT [WARNING] The expression ${scm.url} is deprecated. Please use ${project.scm.url} instead. And then we also see: [WARNING] Some problems were encountered while building the effective model for org.apache.shiro:shiro-features:pom:1.2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 74, column 21 and [WARNING] Some problems were encountered while building the effective model for org.apache.shiro.samples:samples-spring:war:1.2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:dependency-maven-plugin is missing. @ line 72, column 21 These are simple things that should be fixable with some minor pom updates and shouldn't break compatibility with Maven 2. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira