You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "stefanzilske (via GitHub)" <gi...@apache.org> on 2023/04/18 10:11:49 UTC

[GitHub] [maven-mvnd] stefanzilske opened a new issue, #839: Custom settings file not found

stefanzilske opened a new issue, #839:
URL: https://github.com/apache/maven-mvnd/issues/839

   I have a `settings.xml` and a `maven.config`, which references the settings file with the `-s` option file in a central directory. I symlink the maven.config to the `.mvn/` of my project.
   
   `mvnd` cannot build the project anymore, it keeps telling me that the settings file cannot be found. `mvn` itself can build it.
   
   I am using `mvnd` 1.0-m6 darwin-aarch64 native client.
   
   Any hint is appreciated!


-- 
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] stefanzilske commented on issue #839: Custom settings file not found

Posted by "stefanzilske (via GitHub)" <gi...@apache.org>.
stefanzilske commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1590555046

   @yanivnahoum yes that's the issue. I even came across the change with Maven 3.9 but I didn't grasp that it was per argument and not per flag. Thanks a lot for pointing that out!


-- 
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] yanivnahoum commented on issue #839: Custom settings file not found

Posted by "yanivnahoum (via GitHub)" <gi...@apache.org>.
yanivnahoum commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1566199694

   @stefanzilske just guessing here - does your maven.config file adhere to the [new format required by maven 3.9.x](https://github.com/apache/maven-site/pull/380)?
   One arg per line? So for example this:
   `--threads 4`
   becomes:
   ```
   --threads
   4
   ```
   


-- 
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] brundabharadwaj commented on issue #839: Custom settings file not found

Posted by "brundabharadwaj (via GitHub)" <gi...@apache.org>.
brundabharadwaj commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1528971414

   > Hm, this might actually be an issue with Maven 3.9.1 🤔
   Hi @stefanzilske 
   I am not sure if any other file is being referred here, I recently downloaded maven 3.9.1 and I am able to see settings.xml in the conf folder.. if u are taking about .m2 repo's settings.xml , then it would be a custom defined one and will not be present. it needs to be configured by the user.
   ![image](https://user-images.githubusercontent.com/49773125/235343829-05eb4c80-190c-488a-829e-85d573944637.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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-mvnd] stefanzilske commented on issue #839: Custom settings file not found

Posted by "stefanzilske (via GitHub)" <gi...@apache.org>.
stefanzilske commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1543928494

   Sorry, all I cannot say for now is that it is still an issue and it also exists with using Maven 3.9.1 and also 3.9.2 without mvnd.
   
   I will setup a small example project and share it with you.


-- 
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] stefanzilske closed issue #839: Custom settings file not found

Posted by "stefanzilske (via GitHub)" <gi...@apache.org>.
stefanzilske closed issue #839: Custom settings file not found
URL: https://github.com/apache/maven-mvnd/issues/839


-- 
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 #839: Custom settings file not found

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1543857074

   @stefanzilske do you have any more info ?


-- 
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] stefanzilske commented on issue #839: Custom settings file not found

Posted by "stefanzilske (via GitHub)" <gi...@apache.org>.
stefanzilske commented on issue #839:
URL: https://github.com/apache/maven-mvnd/issues/839#issuecomment-1512859453

   Hm, this might actually be an issue with Maven 3.9.1 🤔 


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