You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/07/29 08:36:41 UTC

[GitHub] [phoenix] stoty commented on a change in pull request #1276: PHOENIX-6450 Checkstyle creating warnings for line length > 80 but < 100

stoty commented on a change in pull request #1276:
URL: https://github.com/apache/phoenix/pull/1276#discussion_r678944457



##########
File path: pom.xml
##########
@@ -99,7 +99,7 @@
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>
     <antlr-output.dir>target/generated-sources/antlr3</antlr-output.dir>
     <test.output.tofile>true</test.output.tofile>
-    <top.dir>${project.basedir}</top.dir>
+    <top.dir>${project.basedir}/..</top.dir>

Review comment:
       top.dir in the submodules doesn't seem to do anything.
   I suggest that you delete it from those to simplify the maven setup.




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

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