Skip to content

Commit

Permalink
[MINOR] Delete the mvn config file
Browse files Browse the repository at this point in the history
Windows update for Maven apparently did not like the config file at all. Therefore we now delete it, at the cost of parallelization of maven build phases.
  • Loading branch information
Baunsgaard authored Feb 9, 2023
1 parent 1643a12 commit 5bc0778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .mvn/maven.config

This file was deleted.

2 comments on commit 5bc0778

@j143
Copy link
Contributor

@j143 j143 commented on 5bc0778 Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for removing this, I faced issues in Linux machine also with Maven 3.9

$ mvn -v
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /usr/local/sdkman/candidates/maven/current
Java version: 17.0.6, vendor: Microsoft, runtime: /usr/local/sdkman/candidates/java/17.0.6-ms
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-1103-azure", arch: "amd64", family: "unix"

@Baunsgaard
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for removing this, I faced issues in Linux machine also with Maven 3.9

$ mvn -v
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /usr/local/sdkman/candidates/maven/current
Java version: 17.0.6, vendor: Microsoft, runtime: /usr/local/sdkman/candidates/java/17.0.6-ms
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-1103-azure", arch: "amd64", family: "unix"

but it is unfortunate since it removes parallelism. but i guess i was wrong in my conclusion. and the issue is maven 3.9 not windows.
thanks for the comment and clarification

Please sign in to comment.