gavioto / m2e-extensions

Automatically exported from code.google.com/p/m2e-extensions
0 stars 0 forks source link

cache checkstyle results in target/ #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm pretty sure it's better to put this in target/ than at ${project_loc}

diff -r 3769fcc4dca9 
maven/ide/plugins/org.maven.ide.eclipse.extensions.project.configurators.checkst
yle/src/main/java/org/maven/ide/eclipse/extensions/project/configurators/checkst
yle/CheckstyleEclipseConstants.java
--- 
a/maven/ide/plugins/org.maven.ide.eclipse.extensions.project.configurators.check
style/src/main/java/org/maven/ide/eclipse/extensions/project/configurators/check
style/CheckstyleEclipseConstants.java    Tue Sep 21 17:05:50 2010 -0700
+++ 
b/maven/ide/plugins/org.maven.ide.eclipse.extensions.project.configurators.check
style/src/main/java/org/maven/ide/eclipse/extensions/project/configurators/check
style/CheckstyleEclipseConstants.java    Wed Sep 22 11:22:15 2010 -0700
@@ -11,7 +11,7 @@
     public static final String MAVEN_PLUGIN_ARTIFACTID = "maven-checkstyle-plugin";
     public static final String ECLIPSE_CS_PREFS_FILE = ".checkstyle";
     public static final String ECLIPSE_CS_PREFS_CONFIG_NAME = "maven-chekstyle-plugin";
-    public static final String ECLIPSE_CS_CACHE_FILENAME = 
"${project_loc}/checkstyle-cachefile";
+    public static final String ECLIPSE_CS_CACHE_FILENAME = 
"${project_loc}/target/checkstyle-cachefile";

     private CheckstyleEclipseConstants() {
         //no instantiation.

Original issue reported on code.google.com by jatw...@linuxstuff.org on 22 Sep 2010 at 6:25

GoogleCodeExporter commented 9 years ago
Thanks...will probably cache it in .settings..since that's the eclipse 
preferences area for project.

Original comment by mkann...@gmail.com on 28 Sep 2010 at 11:25

GoogleCodeExporter commented 9 years ago
put in target for f0453cdde3 - will revisit moving into .settings properly.

Original comment by mr.id...@gmail.com on 20 Dec 2010 at 5:18