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 CA5951856C for ; Tue, 30 Jun 2015 00:47:39 +0000 (UTC) Received: (qmail 77081 invoked by uid 500); 30 Jun 2015 00:47:39 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 76971 invoked by uid 500); 30 Jun 2015 00:47:39 -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 76960 invoked by uid 99); 30 Jun 2015 00:47:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2015 00:47:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 08F5DE35D2; Tue, 30 Jun 2015 00:47:39 +0000 (UTC) From: lamyaa To: dev@maven.apache.org Reply-To: dev@maven.apache.org Message-ID: Subject: [GitHub] maven-surefire pull request: [SUREFIRE-964] TEST-*.xml files gener... Content-Type: text/plain Date: Tue, 30 Jun 2015 00:47:39 +0000 (UTC) GitHub user lamyaa opened a pull request: https://github.com/apache/maven-surefire/pull/99 [SUREFIRE-964] TEST-*.xml files generated by Surefire throw validation warnings in Eclipse for no grammer constraints (DTD or XML schema) referenced in the document This pull request adds an XSD schema for the surefire XML reports. I added a link to the XSD in `index.apt.vm`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lamyaa/maven-surefire surefire-964 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/99.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #99 ---- commit 7aab7899dd22cf401fcc1f47a2cca135bf5de1ee Author: lamyaa Date: 2015-06-30T00:41:39Z [SUREFIRE-964] TEST-*.xml files generated by Surefire throw validation warnings in Eclipse for no grammer constraints (DTD or XML schema) referenced in the document ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org