Version 2

    This page contains information about creating custom maven plugins.

     

    Naming conventions

     

    Maven plugins should have the following groupId

     

    org.jboss.maven.plugins

     

    The artifactId of a new plugin should be

     

    maven-jboss-$-plugin

     

    So for example, the jboss deployment plugin should be called:

     

    maven-jboss-deploy-plugin