Git Product home page Git Product logo

codecleaner's Introduction

CodeCleaner

What is it ?

CodeCleaner is a Maven plugin which allows you control eclipse setting for all your maven based projects.

Type of settings

  • Code Formatter
  • Save Actions
  • Clean up settings
  • Compiler Error/Warning level
  • JSP/XML/XSD/HTML Validation

How to use ?

use codecleaner from central repository

in your main pom.xm file add:

<plugins>
  ....
    <plugin>
    <groupId>com.outbrain</groupId>
    <artifactId>codecleaner-maven-plugin</artifactId>
    <version>1.0.2</version>
    <configuration>
      <corePrefsFile>devtools/eclipse/settings/org.eclipse.jdt.core.prefs</corePrefsFile>
      <uiPrefsFile>devtools/eclipse/settings/org.eclipse.jdt.ui.prefs</uiPrefsFile>
      <validationPrefsFile>devtools/eclipse/settings/org.eclipse.wst.validation.prefs</validationPrefsFile>
      <htmlValidationPrefsFile>devtools/eclipse/settings/org.eclipse.wst.html.core.prefs</htmlValidationPrefsFile>
      <jspValidationPrefsFile>devtools/eclipse/settings/org.eclipse.jst.jsp.core.prefs</jspValidationPrefsFile>
      <findbugsFile>devtools/eclipse/settings/.fbprefs</findbugsFile>
      <pmdFileName>devtools/eclipse/settings/.pmd</pmdFileName>
      <pmdRuleFileName>devtools/eclipse/settings/.ruleset</pmdRuleFileName>
    </configuration>
  </plugin>
  ....
</plugins>

and run

  • set formatter, save action and code cleanup settings:

    $ mvn com.outbrain:codecleaner-maven-plugin:style

    $ mvn com.outbrain:codecleaner-maven-plugin:compiler

    $ mvn com.outbrain:codecleaner-maven-plugin:validation

under devtools/eclipse/settings/ put the eclipse settings file (as taken frm one of your well-configured-project) org.eclipse.jdt.core.prefs - error/warning level and formatter settings org.eclipse.jdt.ui.prefs - cleanup and save action settings org.eclipse.wst.validation.prefs - main validation settings org.eclipse.wst.html.core.prefs - HTML validation settings org.eclipse.jst.jsp.core.prefs - JSP validation settings .fbprefs - find bugs settings (not fully supported) .pmd - PMD settings (not fully supported) .ruleset - PMD rule sets (not fully supported)

codecleaner's People

Contributors

yonatanm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.