Commit Graph

10827 Commits

Author SHA1 Message Date
Julian Hyde 99f860bb4f On Windows, use TLS 1.2
Github no longer supports TLS 1.0 or 1.1, but TLS 1.2 is not the default
version of TLS for PowerShell.
See https://github.com/cretueusebiu/valet-windows/issues/78#issuecomment-369824766

Also convert a couple of tabs to spaces, and remove a trailing space.
2020-06-21 11:19:52 +02:00
Manfred Moser 205fea1c9d updated to Maven 3.6.0, also in plugin 2020-06-21 11:19:51 +02:00
Manfred Moser 81ae8534b0 Added macOS as name 2020-06-21 11:19:50 +02:00
Vincent Jansen 7282ff8288 Update README.md 2020-06-21 11:19:48 +02:00
Vincent Jansen (v.jansen@blueriq.com) 7fb195ff5c Download using authentication with properties 2020-06-21 11:19:47 +02:00
Vincent Jansen (v.jansen@blueriq.com) a7b7273b7c Download maven wrapper with authentication if availble 2020-06-21 11:19:46 +02:00
Manfred Moser 026965ed9e Removed todo comment 2020-06-21 11:19:45 +02:00
Fred Bricon 8224098f77 Fixed typos 2020-06-21 11:19:44 +02:00
Manfred Moser ab4c534dfe [maven-release-plugin] prepare for next development iteration 2020-06-21 11:19:43 +02:00
Manfred Moser 27a9472c65 [maven-release-plugin] prepare release maven-wrapper-0.4.2 2020-06-21 11:19:42 +02:00
Manfred Moser 43bd236950 updated to wrapper 0.4.2 in prep of new release 2020-06-21 11:19:41 +02:00
Manfred Moser f1bc328dc2 added wrapper version in cmd 2020-06-21 11:19:39 +02:00
Manfred Moser d52a3e5722 [maven-release-plugin] prepare for next development iteration 2020-06-21 11:19:38 +02:00
Manfred Moser 3bf4aadb67 [maven-release-plugin] prepare release maven-wrapper-0.4.1 2020-06-21 11:19:37 +02:00
Manfred Moser c77c8eab30 updated static files to point to 0.4.1 release 2020-06-21 11:19:36 +02:00
Manfred Moser 6d207a2294 added changes 2020-06-21 11:19:35 +02:00
Manfred Moser 8b952b8d59 ant and commons-io upgrades 2020-06-21 11:19:34 +02:00
Manfred Moser 2e274f284e update to Maven 3.5.4 as default 2020-06-21 11:19:33 +02:00
Manfred Moser 3314c432b1 spelling fix 2020-06-21 11:19:32 +02:00
Manfred Moser 2297cc5007 updated to latest parent 2020-06-21 11:19:31 +02:00
Manfred Moser 7a13000420 added link to fixed issue 2020-06-21 11:19:30 +02:00
Manfred Moser 3ea2993c0b notes for next relase 2020-06-21 11:19:29 +02:00
Manfred Moser 1b71bf6782 [maven-release-plugin] prepare for next development iteration 2020-06-21 11:19:28 +02:00
Manfred Moser 0f47d07fa5 [maven-release-plugin] prepare release maven-wrapper-0.4.0 2020-06-21 11:19:26 +02:00
Manfred Moser 975bb6db9e added release date to changelog 2020-06-21 11:19:25 +02:00
Manfred Moser f10e57852c updated to new wrapper version in default URLs 2020-06-21 11:19:24 +02:00
Manfred Moser 6f57788264 dev and release help 2020-06-21 11:19:23 +02:00
Manfred Moser 2c0474785d adapted to honor the MVNW_VERBOSE flag 2020-06-21 11:19:22 +02:00
Manfred Moser 6aea81c049 added note about URL change 2020-06-21 11:19:21 +02:00
Manfred Moser b761d75d33 changed URL to official maven repo URL 2020-06-21 11:19:20 +02:00
Manfred Moser 6178de4d0f introduced intermediary var for path to jar since it didnt work without that in bash 2020-06-21 11:19:19 +02:00
Manfred Moser 8ea5449eb0 added author creds 2020-06-21 11:19:18 +02:00
Manfred Moser c0337e2ee9 added user doc for no jar approach 2020-06-21 11:19:16 +02:00
Manfred Moser 7de6277385 updated version 2020-06-21 11:19:15 +02:00
Manfred Moser 5e926af5d0 updated to wrapper jar 0.3.0 2020-06-21 11:19:14 +02:00
Christofer Dutz 85b58d9641 Updated to the latest maven-wrapper version. 2020-06-21 11:19:13 +02:00
Christofer Dutz 03b48aeca8 Updated the download url to the https version 2020-06-21 11:19:12 +02:00
Christofer Dutz b63badc11a Removed a hack to force the script to use curl or wget ... 2020-06-21 11:19:11 +02:00
Christofer Dutz 25f27fc501 Fixed the windows version of the script 2020-06-21 11:19:10 +02:00
Christofer Dutz 5a145c8759 - Made the wrapperUrl configurable from the maven-wrapper.properties file
- Updated and tested the linux/unix/mac version of the script
  - Updated and tested the Java downloader
  - Updated the windows cmd (but not tested yet)

(Need to test the changes to the windows command on a windows machine)
2020-06-21 11:19:09 +02:00
Christofer Dutz b5858c24bd - Changed the wget command to use "-O" instead of "--output-document=" 2020-06-21 11:19:07 +02:00
Christofer Dutz 1fd63e5aea - Changed the curl and wget detection to the "possix way" using "command" 2020-06-21 11:19:06 +02:00
Christofer Dutz 7ffeb1f5e1 - Added Apache header to the downloader java class 2020-06-21 11:19:05 +02:00
Christofer Dutz 70e5171270 - Added a download extension for windows 2020-06-21 11:19:04 +02:00
Christofer Dutz 69369d2ead - Made the script use curl or wget if available and fallback to java in case none of them are.
- Moved the Java source code to the filesystem.
2020-06-21 11:19:03 +02:00
Christofer Dutz 5a6e53da1c Cleaned up the code a little to not exit with 0 in case of an error. 2020-06-21 11:19:02 +02:00
Christofer Dutz bef721a75d - Added an initial version of an auto-downloader for the maven-wrapper.jar 2020-06-21 11:19:01 +02:00
Manfred Moser 0a5f3581d2 [maven-release-plugin] prepare for next development iteration 2020-06-21 11:18:59 +02:00
Manfred Moser b5838749c6 [maven-release-plugin] prepare release maven-wrapper-0.3.0 2020-06-21 11:18:58 +02:00
Manfred Moser 81ea5f200f added chunk size change 2020-06-21 11:18:57 +02:00