You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "yanivnahoum (via GitHub)" <gi...@apache.org> on 2023/05/28 16:59:39 UTC

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

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