Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 5E1B017D56 for ; Mon, 19 Jan 2015 17:51:57 +0000 (UTC) Received: (qmail 67090 invoked by uid 500); 19 Jan 2015 17:51:59 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 67014 invoked by uid 500); 19 Jan 2015 17:51:59 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 67003 invoked by uid 99); 19 Jan 2015 17:51:59 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 17:51:59 +0000 Received: from robertscholte.dynamic.ziggo.nl (5248749D.cm-4-1b.dynamic.ziggo.nl [82.72.116.157]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 2CFF11A012A for ; Mon, 19 Jan 2015 17:51:57 +0000 (UTC) Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: dev@maven.apache.org Subject: Re: svn commit: r1652861 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/it: MCHECKSTYLE-169/pom.xml check-fail/pom.xml turbine-checks/pom.xml References: <20150118214837.5930BAC0059@hades.apache.org> Date: Mon, 19 Jan 2015 18:51:52 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Message-ID: In-Reply-To: <20150118214837.5930BAC0059@hades.apache.org> User-Agent: Opera Mail/12.17 (Win32) I really like this solution Robert Op Sun, 18 Jan 2015 22:48:37 +0100 schreef : > Author: hboutemy > Date: Sun Jan 18 21:48:36 2015 > New Revision: 1652861 > > URL: http://svn.apache.org/r1652861 > Log: > [MCHECKSTYLE-249] updated ITs to not fail when distribution created on > Unix and ITs run on Windows > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-169/pom.xml > maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/pom.xml > maven/plugins/trunk/maven-checkstyle-plugin/src/it/turbine-checks/pom.xml > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-169/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-169/pom.xml?rev=1652861&r1=1652860&r2=1652861&view=diff > ============================================================================== > --- > maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-169/pom.xml > (original) > +++ > maven/plugins/trunk/maven-checkstyle-plugin/src/it/MCHECKSTYLE-169/pom.xml > Sun Jan 18 21:48:36 2015 > @@ -21,16 +21,20 @@ under the License. > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > 4.0.0 > + > com.company > parent > pom > 1.0.0 > + > > UTF-8 > @project.version@ > + > NewlineAtEndOfFile > > + > > > > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/pom.xml?rev=1652861&r1=1652860&r2=1652861&view=diff > ============================================================================== > --- > maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/pom.xml > (original) > +++ > maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/pom.xml > Sun Jan 18 21:48:36 2015 > @@ -32,6 +32,7 @@ > > UTF-8 > + > NewlineAtEndOfFile > > > > Modified: > maven/plugins/trunk/maven-checkstyle-plugin/src/it/turbine-checks/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/turbine-checks/pom.xml?rev=1652861&r1=1652860&r2=1652861&view=diff > ============================================================================== > --- > maven/plugins/trunk/maven-checkstyle-plugin/src/it/turbine-checks/pom.xml > (original) > +++ > maven/plugins/trunk/maven-checkstyle-plugin/src/it/turbine-checks/pom.xml > Sun Jan 18 21:48:36 2015 > @@ -20,7 +20,7 @@ > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > 4.0.0 > org.apache.maven.plugins.checkstyle > @@ -32,6 +32,7 @@ > > UTF-8 > + > NewlineAtEndOfFile > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org