You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by GitBox <gi...@apache.org> on 2021/10/17 21:05:02 UTC

[GitHub] [maven-site] slawekjaranowski opened a new pull request #269: [MNGSITE-465] Java Code Convention - import layouts

slawekjaranowski opened a new pull request #269:
URL: https://github.com/apache/maven-site/pull/269


   It is the most used layout in Maven core project.


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] apeteri commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
apeteri commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-945622992


   It is possible to match "everything else" by setting `*` as the package, so the same import order can be set up within Eclipse:
   
   ![import_config](https://user-images.githubusercontent.com/1411829/137713111-9aa7728c-bd7a-4fb0-a6c1-d5cf82a05785.png)
   
   
   


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] hboutemy merged pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
hboutemy merged pull request #269:
URL: https://github.com/apache/maven-site/pull/269


   


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] slawekjaranowski commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-945618941


   by the way Eclipse formatter was last updated in 2016 .... but it is another issue to refresh it


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] slawekjaranowski commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-976326372


   @hboutemy Kindly reminder 


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] cstamas commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
cstamas commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-945588118


   If eclipse code format is like this (as change is about IDEA only), then I think no need for consensus.


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] slawekjaranowski commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-945616398


   I don't use eclipse currently - so I can't confirm if Eclipse format support such things ... 
   Here is kindly request for Eclipse users to verify it.


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] slawekjaranowski commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-945371761


   @elharo - you are right ... I send post with reminder to dev list .. 
   I waiting long time so to help with decision I prepare this PR.


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-site] hboutemy commented on pull request #269: [MNGSITE-465] Java Code Convention - import layouts

Posted by GitBox <gi...@apache.org>.
hboutemy commented on pull request #269:
URL: https://github.com/apache/maven-site/pull/269#issuecomment-968073411


   it seems reasonable


-- 
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: dev-unsubscribe@maven.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org