-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Affected version
3.9.11
Bug description
- I generated the maven wrapper by executing
mvn wrapper:wrappercommand. - Used the generated wrapper to clean the project using
./mvnw cleancommand and it worked. - I formatted my code from my IDE and as part of it, the
maven-wrapper.propertiesfile also got formatted like below.
Before formatting:
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
After formatting:
distributionType = only-script
distributionUrl = https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
- Space added before and after the
=symbol. ./mvnw cleandoes not work now sayingcannot read distributionUrl property in ./.mvn/wrapper/maven-wrapper.properties
Note:
I use macos 15.5 Sequoia.
I use maven 3.9.11.
I use JDK 21.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working