Coder Social home page Coder Social logo

jqassistant-tooling-common's Introduction

jQAssistant Tooling Common

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

<parent>
    <groupId>org.jqassistant.tooling.common</groupId>
    <artifactId>parent</artifactId>
    <version>${tooling.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

  • …​

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

jqassistant-tooling-common's People

Contributors

dirkmahler avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jqassistant-tooling-common's Issues

Naming convention

Hi all,

I suggest giving yourself a naming convention like Maven:

You will typically name your plugin <yourplugin>-maven-plugin.

Calling it maven-<yourplugin>-plugin (note "Maven" is at the beginning of the plugin name) is strongly discouraged since it's a reserved naming pattern for official Apache Maven plugins maintained by the Apache Maven team with groupId org.apache.maven.plugins. Using this naming pattern is an infringement of the Apache Maven Trademark.

The good thing: Many of your jqassistant-contrib projects already follow this convention.
The bad thing: Some of your projects don't follow this schema and you have to rename it.
The ugly thing: You should provide a documentation with this convention.

Regards,
Jürgen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.