You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/09 01:11:36 UTC

[GitHub] [maven-mvnd] walnut-tom opened a new issue, #665: can mvnd support remote daemon?

walnut-tom opened a new issue, #665:
URL: https://github.com/apache/maven-mvnd/issues/665

   for example: 
      the deamon use -Dmvnd.bind=127.0.0.1:1234
      the client use -Dmvnd.demon=127.0.0.1:1234


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

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


[GitHub] [maven-mvnd] ppalaga commented on issue #665: can mvnd support remote daemon?

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #665:
URL: https://github.com/apache/maven-mvnd/issues/665#issuecomment-1180050963

   Currently, it is not possible. There is some related discussion in https://github.com/apache/maven-mvnd/issues/496.
   Adding the config params for a fixed port is doable.
   If you really want to run daemon on a remote machine, you'd also have to figure out how to share your workspace with that machine.
   


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

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


[GitHub] [maven-mvnd] gnodet closed issue #665: can mvnd support remote daemon?

Posted by GitBox <gi...@apache.org>.
gnodet closed issue #665: can mvnd support remote daemon?
URL: https://github.com/apache/maven-mvnd/issues/665


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

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


[GitHub] [maven-mvnd] walnut-tom commented on issue #665: can mvnd support remote daemon?

Posted by GitBox <gi...@apache.org>.
walnut-tom commented on issue #665:
URL: https://github.com/apache/maven-mvnd/issues/665#issuecomment-1240234446

   Is it possible to send workspace content to daemon like docker build?


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

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


[GitHub] [maven-mvnd] gnodet commented on issue #665: can mvnd support remote daemon?

Posted by GitBox <gi...@apache.org>.
gnodet commented on issue #665:
URL: https://github.com/apache/maven-mvnd/issues/665#issuecomment-1240249577

   > Is it possible to send workspace content to daemon like docker build?
   
   No.


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

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