Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 28748200BAE for ; Fri, 28 Oct 2016 23:56:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 272E6160AE4; Fri, 28 Oct 2016 21:56:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 70C2B160ACA for ; Fri, 28 Oct 2016 23:56:29 +0200 (CEST) Received: (qmail 53486 invoked by uid 500); 28 Oct 2016 21:56:28 -0000 Mailing-List: contact commits-help@bval.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@bval.apache.org Delivered-To: mailing list commits@bval.apache.org Received: (qmail 53477 invoked by uid 99); 28 Oct 2016 21:56:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 21:56:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 499AB1A9ADA for ; Fri, 28 Oct 2016 21:56:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id JDTuF5NT-1-j for ; Fri, 28 Oct 2016 21:56:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E42295F54E for ; Fri, 28 Oct 2016 21:56:26 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 12414E00E9 for ; Fri, 28 Oct 2016 21:56:24 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 11ADB3A0056 for ; Fri, 28 Oct 2016 21:56:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1767084 - /bval/trunk/bval-json/pom.xml Date: Fri, 28 Oct 2016 21:56:24 -0000 To: commits@bval.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161028215624.11ADB3A0056@svn01-us-west.apache.org> archived-at: Fri, 28 Oct 2016 21:56:30 -0000 Author: mbenson Date: Fri Oct 28 21:56:23 2016 New Revision: 1767084 URL: http://svn.apache.org/viewvc?rev=1767084&view=rev Log: undo freemarker shading in tiny optional module Modified: bval/trunk/bval-json/pom.xml Modified: bval/trunk/bval-json/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bval-json/pom.xml?rev=1767084&r1=1767083&r2=1767084&view=diff ============================================================================== --- bval/trunk/bval-json/pom.xml (original) +++ bval/trunk/bval-json/pom.xml Fri Oct 28 21:56:23 2016 @@ -72,45 +72,5 @@ - - install - - - - src/main/resources - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - org.freemarker:* - - - - - freemarker - org.apache.bval.json._fm - - - true - true - true - true - - - - - shade - - - - - -