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

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


Diego Lovison created ISPN-10149:
------------------------------------

             Summary: 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


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