You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2019/04/21 12:38:37 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-366 updated: drop nb file

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch MCHECKSTYLE-366
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/MCHECKSTYLE-366 by this push:
     new 36ae8ed  drop nb file
36ae8ed is described below

commit 36ae8edc318cfb1c863551bc14a132c0465d5c63
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Sun Apr 21 14:38:25 2019 +0200

    drop nb file
---
 .../empty-logging-check/nb-configuration.xml           | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/src/it/MCHECKSTYLE-338/empty-logging-check/nb-configuration.xml b/src/it/MCHECKSTYLE-338/empty-logging-check/nb-configuration.xml
deleted file mode 100644
index ec4540c..0000000
--- a/src/it/MCHECKSTYLE-338/empty-logging-check/nb-configuration.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-shared-configuration>
-    <!--
-This file contains additional configuration written by modules in the NetBeans IDE.
-The configuration is intended to be shared among all the users of project and
-therefore it is assumed to be part of version control checkout.
-Without this configuration present, some functionality in the IDE may be limited or fail altogether.
--->
-    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
-        <!--
-Properties that influence various parts of the IDE, especially code formatting and the like. 
-You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
-That way multiple projects can share the same settings (useful for formatting rules for example).
-Any value defined here will override the pom.xml file value but is only applicable to the current project.
--->
-        <netbeans.compile.on.save>none</netbeans.compile.on.save>
-    </properties>
-</project-shared-configuration>