Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiskasoft/hsk-maven-plugin
Quality Code pre configuration on maven plugin
https://github.com/hiskasoft/hsk-maven-plugin
formatter-maven-plugin license-maven-plugin maven-pmd-plugin mojo-executor qa quality quality-code quality-control
Last synced: about 2 months ago
JSON representation
Quality Code pre configuration on maven plugin
- Host: GitHub
- URL: https://github.com/hiskasoft/hsk-maven-plugin
- Owner: hiskasoft
- License: apache-2.0
- Created: 2017-09-26T20:10:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T12:24:17.000Z (over 3 years ago)
- Last Synced: 2024-04-24T12:27:59.971Z (9 months ago)
- Topics: formatter-maven-plugin, license-maven-plugin, maven-pmd-plugin, mojo-executor, qa, quality, quality-code, quality-control
- Language: Java
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HSK Maven Plugin
You can control of java code from one plugin that embebed other plugin with pre configurations.
The **hiska-maven-plugin** encapsule the plugin:
1 mojo-executor
Executor of other plugin in one plugin
2. formatter-maven-plugin
Formater source code for JS/JAVA/HTML/XML
3. license-maven-plugin
Add Header Licence for copyrigth
4. maven-pmd-plugin
Check of quality code### Configuration
Include the hiska-maven-plugin in your project and compile your project
### pom.xml
```...
...
...
com.hiskasoft.maven
hiska-maven-plugin
${last-version}
process-resources
process
...
...
...```
### Contact