Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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