Skip to content

jqassistant-plugin/jqassistant-plugin-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQAssistant Plugin Common

This project provides the parent pom.xml for jQAssistant plugin projects:

<parent>
    <groupId>org.jqassistant.plugin</groupId>
    <artifactId>parent</artifactId>
    <version>${plugin.parent.version}</version>
</parent>

It contains a configuration for jQAssistant to verify common constraints related to:

  • Maven and Java package naming conventions

  • Test naming conventions

  • Plugin structure

  • …​

The rules are located in the folder rules/src/main/resources/META-INF/jqassistant-rules/

About

Maven parent project including rules for jQAssistant plugin projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published