[infinispan-issues] [JBoss JIRA] (ISPN-10149) Keep only one checkstyle plugin configuration

Diego Lovison (Jira) issues at jboss.org
Thu Apr 25 18:43:00 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-10149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diego Lovison reassigned ISPN-10149:
------------------------------------

    Assignee: Diego Lovison


> Keep only one checkstyle plugin configuration
> ---------------------------------------------
>
>                 Key: ISPN-10149
>                 URL: https://issues.jboss.org/browse/ISPN-10149
>             Project: Infinispan
>          Issue Type: Bug
>            Reporter: Diego Lovison
>            Assignee: Diego Lovison
>            Priority: Major
>
> Today the checkstyle configuration is duplicated or using a different configuration file across multiple projects
> For hibernate/pom.xml we have
> {code:xml}
>             <plugin>
>                <groupId>org.apache.maven.plugins</groupId>
>                <artifactId>maven-checkstyle-plugin</artifactId>
>                <configuration>
>                   <configLocation>checkstyle-hibernate-cache.xml</configLocation>
>                </configuration>
>             </plugin>
> {code}
> For hibernate/cache-v53/pom.xml and hibernate/cache-v51/pom.xml we have
> {code:xml}
>          <plugin>
>             <groupId>org.apache.maven.plugins</groupId>
>             <artifactId>maven-checkstyle-plugin</artifactId>
>             <configuration>
>                <configLocation>checkstyle.xml</configLocation>
>             </configuration>
>          </plugin>
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list