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 1535217293 for ; Mon, 21 Sep 2015 18:21:17 +0000 (UTC) Received: (qmail 28591 invoked by uid 500); 21 Sep 2015 18:21:17 -0000 Delivered-To: apmail-shiro-dev-archive@shiro.apache.org Received: (qmail 28556 invoked by uid 500); 21 Sep 2015 18:21:17 -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 28544 invoked by uid 99); 21 Sep 2015 18:21:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 18:21:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 43BDFF4FE8 for ; Mon, 21 Sep 2015 18:21:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.2 X-Spam-Level: ** X-Spam-Status: No, score=2.2 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id iWT177SfPVzC for ; Mon, 21 Sep 2015 18:21:11 +0000 (UTC) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 9244E42B78 for ; Mon, 21 Sep 2015 18:21:11 +0000 (UTC) Received: by iofh134 with SMTP id h134so128910768iof.0 for ; Mon, 21 Sep 2015 11:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uIPle/VT/gpQYgS7NgKGHyGj03eEwukWPptHcBQG7UM=; b=oUNWOJgYfJvoxKslVUmoiZ8Fqt61NwV4B0awKqz9Wcr/eqG5KH3Vw/xRble5BNIx5V +Dt9NbHye514JFaHl8S1x9AewLefkNT5mIRLbAHBWaZ2JvVe1XN28lR2dN3qte5su/d/ 6Lx81ILhMkrz9Ii29XnVT2JUTfJ5rW3Xw+5g8LL+ec+ZnTYIBJj69jtt9YDLY/W7Q21/ 25wmYtCuPKW+ft96uYLXWXeCl3j8st4vKMZ5CKNKRkpwgBOBorv3IdnrEK4jgY2R0JsW wGKTn3lSUNH//bhVHkZfbd8SVyqV8OrhUTFGrLQVA2l2AQr7Ih9D11xJQU26YJAtUR2/ XMFQ== MIME-Version: 1.0 X-Received: by 10.107.27.8 with SMTP id b8mr26755816iob.114.1442859670000; Mon, 21 Sep 2015 11:21:10 -0700 (PDT) Received: by 10.64.76.46 with HTTP; Mon, 21 Sep 2015 11:21:09 -0700 (PDT) Received: by 10.64.76.46 with HTTP; Mon, 21 Sep 2015 11:21:09 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Sep 2015 23:51:09 +0530 Message-ID: Subject: Re: [jira] [Created] (SHIRO-543) Make build NOT require build requires ~/.m2/toolchains.xml by default From: Abhishek Taula To: dev@shiro.apache.org Content-Type: multipart/alternative; boundary=001a113feec6175e5f052045f251 --001a113feec6175e5f052045f251 Content-Type: text/plain; charset=UTF-8 Problem solved found a solution on the net. http://www.jevon.org/wiki/Maven On 21-Sep-2015 11:47 pm, "Brian Demers (JIRA)" wrote: > Brian Demers created SHIRO-543: > ---------------------------------- > > Summary: Make build NOT require build requires > ~/.m2/toolchains.xml by default > Key: SHIRO-543 > URL: https://issues.apache.org/jira/browse/SHIRO-543 > Project: Shiro > Issue Type: Bug > Affects Versions: 1.2.4, 2.0.0 > Reporter: Brian Demers > Assignee: Brian Demers > > > Reported on mailing list. > Users cannot build samples (or anything from the Shiro source tree) > without a ~/.m2/toolchains.xml file. > > This plugin requirement was added to work around CI / release issues. It > looks like a valid fix, but the plugin def should likely be moved to a > maven profile so a basic checkout and build will work. > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > --001a113feec6175e5f052045f251--