Skip to content

jazzmuesli/ck-mvn-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ck-mvn-plugin

Chidamber-Kemerer metrics maven plugin.

This plugin uses https://github.com/mauricioaniche/ck and can be used as:

git clone https://github.com/mauricioaniche/ck
cd ck && mvn clean install
cd ../ck-mvn-plugin
mvn clean install
mvn com.github.jazzmuesli:ck-mvn-plugin:metrics

Thereafter you will find class.csv, method.csv, variable.csv, field.csv in every folder with source code (such as src/main/java, src/test/java).

You can use this plugin in command-line mode without modifying pom.xml in any project:

mvn com.github.jazzmuesli:ck-mvn-plugin:metrics

MetricsWriter can be extended to write into MongoDB or elsewhere.

About

maven plugin to calculate Chidamber-Kemerer metrics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages