# notecount
**Repository Path**: fat-rabbit-1987/notecount
## Basic Information
- **Project Name**: notecount
- **Description**: count our project note lines.
I using the maven plugin do it.
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-12-29
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
That is Maven plugins.
You can count your project note if you use it.
First, you want to configuration you project in pom.xml file.
stu
cn.haohaowo
maven-notecount-plugin
java
${project.basedir}
${project.build.sourceDirectory}
${project.build.testSourceDirectory}
${project.build.resources}
${project.build.testResources}
Parameter
include, that is type file you want to count. Default type, java, xml, properties.
basedir, your project base directory.
sourceDirectory, your project code directory.
testSourceDirectory, your project test code directory.
resources, your project resource directory. Example, xml, properties.
testResources, your project test resource directory. Example, xml, properties.
Run mvn command.
mvn cn.haohaowo:maven-notecount-plugin:0.0.1:notecount -e
If you want to run short mvn commad. You would configuration setting.xml, not gobal, only yourself.
cn.haohaowo
But, I does not upload that plugin on maven repo.