https://github.com/maciejwalkowiak/start-spring-io-default-maven-extension
Chrome extension that switches default build tool to Maven at start.spring.io
https://github.com/maciejwalkowiak/start-spring-io-default-maven-extension
Last synced: 3 months ago
JSON representation
Chrome extension that switches default build tool to Maven at start.spring.io
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/start-spring-io-default-maven-extension
- Owner: maciejwalkowiak
- License: mit
- Created: 2022-10-20T08:47:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T11:11:41.000Z (over 2 years ago)
- Last Synced: 2025-05-27T00:05:57.566Z (4 months ago)
- Language: Makefile
- Size: 18.6 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# start.spring.io default to Maven
On the 18th of October 2022 [https://start.spring.io](start.spring.io) switched the default build tool from Maven to Gradle https://github.com/spring-io/start.spring.io/issues/1012.
By adding this extension to a Chromium (Chrome, Brave etc) or Firefox browser, the default build tool switches back to Maven.
## How to add this extension to your browser?
This extension is not published (yet) to Chrome Store. To add it to your browser:
1. Clone the repo:
```
$ git clone https://github.com/maciejwalkowiak/start-spring-io-default-maven-extension
```2. Run `make build`
3. Install extension:
- **Chrome**: Go to `chrome://extensions`, enable "Developer Mode" and load the unpacked extension from `build/chrome` directory.
- **Firefox**: Go to `about:debugging#/runtime/this-firefox` and load the temporary add-on from `build/firefox` directory.Enjoy!
