Reinhold Degenfellner
aa7c22e809
remove unintended line
2020-06-21 11:20:03 +02:00
Reinhold Degenfellner
f06e657178
use warning instead of info
...
also remove unintended spaces
2020-06-21 11:20:02 +02:00
Reinhold Degenfellner
ffc8cc20ca
use MVNW_USER and MVNW_PASSWORD instead of system properties
...
fix distribution naming
add readme entry
2020-06-21 11:20:01 +02:00
Reinhold Degenfellner
e9d72b79f6
add basic auth support
2020-06-21 11:20:00 +02:00
Vincent Jansen (v.jansen@blueriq.com)
7fb195ff5c
Download using authentication with properties
2020-06-21 11:19:47 +02:00
Manfred Moser
3aed953813
much less verbose progress reporting since it is now a new line each
2020-06-21 11:18:55 +02:00
Konstantin Sobolev
db83880114
fix to actually read the environment variable value
2020-06-21 11:18:42 +02:00
Konstantin Sobolev
cd4c904218
respect MVNW_VERBOSE when printing diagnostic stuff
2020-06-21 11:18:41 +02:00
Tadaya Tsuyukubo
b77616c591
Fix NPE due to missing MVNW_VERBOSE
2020-06-21 11:18:34 +02:00
Manfred Moser
70f1adc9f8
added verbose mode activated with MVNW_VERBOSE set to true
2020-06-21 11:18:29 +02:00
Manfred Moser
59ffd080f5
cleaned up version output
2020-06-21 11:18:28 +02:00
Manfred Moser
96eae5daa0
added changelog entry, added Takari to output
2020-06-21 11:18:25 +02:00
Tadaya Tsuyukubo
1859142a15
Print out maven wrapper version at every invocation
2020-06-21 11:18:24 +02:00
Manfred Moser
65fd2ba0fc
fix to avoid usage of stale maven wrapper jar
2020-06-21 11:17:56 +02:00
Dave Syer
9621b2aaff
Be defensive about creating directories for files
...
Maven 3.4 snapshots are now being published with invalid
zip files, where the entries are listed before their parent.
So the logic in the Installer is faulty: you have to mkdirs()
on all entries to be sure that the directory exists before you
write the file.
2020-06-21 11:17:45 +02:00
Jason van Zyl
978ad9ea34
Use working files to create wrapper jar
...
We had working copies and files in src/main/wrapper. People have been
patching the working copies and it's easier to just have the one copy.
2020-06-21 11:17:30 +02:00
Andreas Gudian
ccf486b9e5
Remove some unused parts of the windows scripts and rename them to .cmd
2020-06-21 11:17:19 +02:00
Jason van Zyl
79e6e17f7f
Update properties path
...
Whatever
2020-06-21 11:17:11 +02:00
Jason van Zyl
8d82d0e0fb
Update location for searching for the version
2020-06-21 11:17:07 +02:00
Jason van Zyl
8e97812c60
Use provisio packaging to produce an archive that can be deployed for use in a Maven plugin
2020-06-21 11:17:03 +02:00
Jason van Zyl
073ed72c89
Use the Maven 3.3.1 startup scripts to account for jvm.config and maven.config
2020-06-21 11:17:02 +02:00
Jason van Zyl
1cd6b2f185
Make sure the maven.multiModuleProjectDirectory envar is set for proper 3.3.1+ execution
2020-06-21 11:16:58 +02:00
Jason van Zyl
f18d4302c0
Formatting
2020-06-21 11:16:57 +02:00
bdemers
a850495296
A copy of the gradle wrapper ported for use with maven
...
Lightly touched to better mesh with current maven builds. (some of which my not have been necessary in hind sight)
Test it out with this build, run: "./mvnw clean install" at the root of this repo
This will download, install, and run maven 3.0.5 (as configured in maven/wrapper/maven-wrapper.properties)
NOTE: windows batch file is NOT tested
TODO:
* Possibly extract these bits out into something both gradle and maven (and others) can use
* Port gradle IT's to this build
* See if anyone is interested in this project
2020-06-21 11:16:52 +02:00