Manfred Moser
312fcd2886
upgraded parent
2020-06-21 11:18:07 +02:00
Romain Pelisse
2ffb15c84a
Use of bashisms make this script fail in minimal /bin/sh implementations like dash
2020-06-21 11:18:06 +02:00
Manfred Moser
1f66af513f
added note about dash testing
2020-06-21 11:18:05 +02:00
Manfred Moser
33ded77c02
ammeded changelog
2020-06-21 11:18:04 +02:00
Manfred Moser
57557a1803
Upgraded default Maven version to 3.5.0
2020-06-21 11:18:03 +02:00
Fred Bricon
2daa97829f
Add .DS_Store to .gitignore
...
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2020-06-21 11:18:01 +02:00
Fred Bricon
6fb2b29420
updated wrapper maven version to 3.5.0
...
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2020-06-21 11:18:00 +02:00
Manfred Moser
b18f554a74
added changelog entry about spaces fix
2020-06-21 11:17:59 +02:00
Manfred Moser
bd285306d5
support spaces in folder names on nix, simplified from https://github.com/takari/maven-wrapper/pull/25
2020-06-21 11:17:58 +02:00
Manfred Moser
5e42c7c631
changelog updates
2020-06-21 11:17:57 +02:00
Manfred Moser
65fd2ba0fc
fix to avoid usage of stale maven wrapper jar
2020-06-21 11:17:56 +02:00
Manfred Moser
241aa78725
updated wrapper maven version to 3.3.9
2020-06-21 11:17:55 +02:00
Manfred Moser
20149576e9
updated parent to latest release
2020-06-21 11:17:54 +02:00
Manfred Moser
a0f66ebd56
updated to 0.2.0-SNAPSHOT as version due to number of changes
2020-06-21 11:17:52 +02:00
Manfred Moser
ef9cbe6aaa
upgraded provisio maven plugin
2020-06-21 11:17:51 +02:00
Manfred Moser
cc4f84b123
one more PR merge and changelog update
2020-06-21 11:17:50 +02:00
Luke Lu
9d47c124ec
Quote paths in commands
...
Fix issue #31
2020-06-21 11:17:49 +02:00
Manfred Moser
c3d69ec5b5
adding changelog
2020-06-21 11:17:48 +02:00
Michal Domagala
27eabec6c6
remove unused MAVEN_CMD_LINE_ARGS
2020-06-21 11:17:47 +02:00
Andreas Ahlenstorf
c61dabfe94
Fix path escaping
...
If `%MAVEN_PROJECTBASEDIR%` contained whitespaces, Windows couldn't find the maven-wrapper.jar because the whitespaces were considered as argument separators.
2020-06-21 11:17:46 +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
Manfred Moser
ec6db49837
upped version to new snapshot since 0.1.6 is already on central
2020-06-21 11:17:44 +02:00
Karsten Sperling
b952d3628d
Use Apple-recommended strategy for locating JAVA_HOME.
...
This works correctly with both Oracle and Apple JDKs.
2020-06-21 11:17:42 +02:00
Jason van Zyl
8a3714dd09
Update release version
2020-06-21 11:17:41 +02:00
Kay-Uwe Janssen
636a1a6a66
use @REM instead of # ( #27 )
...
using # in .cmd files as comment issues the following error: `Der Befehl "#" ist entweder falsch geschrieben oder konnte nicht gefunden werden.` aka command not found
2020-06-21 11:17:40 +02:00
Jason van Zyl
999b2e8b84
Update to release version of parent
2020-06-21 11:17:39 +02:00
Tadaya Tsuyukubo
b1564e34aa
Remove whitespace ( #22 )
2020-06-21 11:17:38 +02:00
Manfred Moser
7589e43f57
avoid using MAVEN_CMD_LINE_ARGS for invocation since that can losse parameter escaping
2020-06-21 11:17:37 +02:00
Anton Tanasenko
b55dfdd479
handle MAVEN_PROJECTBASEDIR correctly in cygwin
2020-06-21 11:17:36 +02:00
Johnny Lim
325dd71901
Fix typo
2020-06-21 11:17:35 +02:00
Jason van Zyl
9649876244
Use org.apache.ant
2020-06-21 11:17:34 +02:00
Jason van Zyl
a9de0f7074
[maven-release-plugin] prepare for next development iteration
2020-06-21 11:17:32 +02:00
Jason van Zyl
781551133f
[maven-release-plugin] prepare release maven-wrapper-0.1.4
2020-06-21 11:17:31 +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
Jason van Zyl
c3629669d2
[maven-release-plugin] prepare for next development iteration
2020-06-21 11:17:29 +02:00
Jason van Zyl
9959135cf1
[maven-release-plugin] prepare release maven-wrapper-0.1.3
2020-06-21 11:17:28 +02:00
Dave Syer
218ebcaea8
Use basedir location instead of "." to locate wrapper jar
...
The wrapper script has detected a .mvn directory, so it would be
better to assume that this is the location of the wrapper jar,
rather than the current directory (.). This change could be
enhanced by adding a separate detection loop for the jar itself
as opposed to the .mvn directory, but this is the smallest
possible change that fixes the bug.
Fixes gh-5
2020-06-21 11:17:27 +02:00
Dave Syer
b607a31165
Align Un*x and Windows scripts to both use MAVEN_CONFIG consistently
...
Tested on Ubuntu 14.04 and Windows 7 64bit.
Fixes gh-3
2020-06-21 11:17:26 +02:00
Dan Rollo
763a2b2a9b
super-mega minor typo
2020-06-21 11:17:25 +02:00
Dave Syer
a31d5b0323
Correct name of Windows script in README
...
Also adds a short section on how to fix the Maven version
2020-06-21 11:17:23 +02:00
Dave Syer
10296a8036
Fix while loop so that basedir is detected in current dir
...
There was a problem with the logic in the while loop that detects
the base dir - it should first look in the current directory,
otherwise you can't build in a directory with local settings because
it will always climb up and find .mvn in a parent directory (e.g. user's
home).
2020-06-21 11:17:22 +02:00
Jason van Zyl
252caf7fa0
Add license stanza to POM
2020-06-21 11:17:21 +02:00
Jason van Zyl
2d36e2a420
Add license file
2020-06-21 11:17:20 +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
a111c65d5c
Fix typo
2020-06-21 11:17:18 +02:00
Jason van Zyl
8b5a696806
Add a note about using the windows script
2020-06-21 11:17:17 +02:00
Jason van Zyl
00c691df85
Fix a few typos
2020-06-21 11:17:16 +02:00
Jason van Zyl
90b5c10bf6
Update the README.md with instructions
2020-06-21 11:17:14 +02:00
Jason van Zyl
fc68fd6faa
[maven-release-plugin] prepare for next development iteration
2020-06-21 11:17:13 +02:00
Jason van Zyl
e630603439
[maven-release-plugin] prepare release maven-wrapper-0.1.2
2020-06-21 11:17:12 +02:00