You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/04/27 06:08:21 UTC

[GitHub] [rocketmq] andotorg opened a new issue #2841: 因为 checkstyle 的xml 的 dtds 路径失效,导致mvn操作无法运行成功

andotorg opened a new issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841


   该地址已经失效
   http://www.puppycrawl.com/dtds/configuration_1_3.dtd
   直接访问则是404
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] panzhi33 commented on issue #2841: Because checkstyle's xml dtds path is invalid, the mvn operation cannot be successful.

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841#issuecomment-827403830


   你是用的那个分支,使用的打包命令是啥呀,我试下


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] vongosling commented on issue #2841: Because checkstyle's xml dtds path is invalid, the mvn operation cannot be successful.

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841#issuecomment-828101648


   You are correct. Would you like to pr it ? Maybe you need to update the Maven plug-in[1].
   
   [1] https://github.com/checkstyle/checkstyle/blob/master/config/suppressions.xml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] andotorg commented on issue #2841: Because checkstyle's xml dtds path is invalid, the mvn operation cannot be successful.

Posted by GitBox <gi...@apache.org>.
andotorg commented on issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841#issuecomment-837633684


   > 你是用的那个分支,使用的打包命令是啥呀,我试下
   
   mvn -Prelease-all -DskipTests clean install -U  这个命令我试了下,没有报错


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] andotorg commented on issue #2841: Because checkstyle's xml dtds path is invalid, the mvn operation cannot be successful.

Posted by GitBox <gi...@apache.org>.
andotorg commented on issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841#issuecomment-837651133


   我在注释掉
   `<plugin>
                   <artifactId>maven-checkstyle-plugin</artifactId>
                   <version>2.17</version>
                   <executions>
                       <execution>
                           <id>verify</id>
                           <phase>verify</phase>
                           <configuration>
                               <configLocation>style/rmq_checkstyle.xml</configLocation>
                               <encoding>UTF-8</encoding>
                               <consoleOutput>true</consoleOutput>
                               <failsOnError>true</failsOnError>
                               <includeTestSourceDirectory>false</includeTestSourceDirectory>
                           </configuration>
                           <goals>
                               <goal>check</goal>
                           </goals>
                       </execution>
                   </executions>
               </plugin>`
   mvn -Prelease-all -DskipTests clean install -U
   就可以正常成功的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] andotorg commented on issue #2841: Because checkstyle's xml dtds path is invalid, the mvn operation cannot be successful.

Posted by GitBox <gi...@apache.org>.
andotorg commented on issue #2841:
URL: https://github.com/apache/rocketmq/issues/2841#issuecomment-837651336


   我在注释掉
   `<plugin>
                   <artifactId>maven-checkstyle-plugin</artifactId>
                   <version>2.17</version>
                   <executions>
                       <execution>
                           <id>verify</id>
                           <phase>verify</phase>
                           <configuration>
                               <configLocation>style/rmq_checkstyle.xml</configLocation>
                               <encoding>UTF-8</encoding>
                               <consoleOutput>true</consoleOutput>
                               <failsOnError>true</failsOnError>
                               <includeTestSourceDirectory>false</includeTestSourceDirectory>
                           </configuration>
                           <goals>
                               <goal>check</goal>
                           </goals>
                       </execution>
                   </executions>
               </plugin>`
   mvn -Prelease-all -DskipTests clean install -U
   就可以正常成功的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org