You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by bwzhang2011 <gi...@git.apache.org> on 2016/08/21 13:28:59 UTC

[GitHub] activemq-artemis issue #579: Remove redundant type arguments, add sevntu-che...

Github user bwzhang2011 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/579
  
    @clebertsuconic, sevntu checkstyle plugin address was wrong that we could not simply build it right for I could not access the url http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2. and it's better that the dependency for maven-checkstyle-plugin should be dsm-maven-plugin. so if it was replaced by as follows:
    <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <version>2.17</version>
                <dependencies>
                   <dependency>
                      <groupId>com.github.sevntu-checkstyle</groupId>
                      <artifactId>dsm-maven-plugin</artifactId>
                      <version>2.1.4</version>
                   </dependency>
                </dependencies>
    
    and comment out the sevntu url . the 1.4 release could be built as expected.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---