Manfred Moser
a71bd825ec
cleaned up version output
2020-05-23 09:56:51 +02:00
Chris Boudreau
578496fe2f
words are missing - I think this is what you mean...
2020-05-23 09:56:50 +02:00
Alexander Falb
e1613568ee
Fix typo
2020-05-23 09:56:49 +02:00
Manfred Moser
83d12ec075
added changelog entry, added Takari to output
2020-05-23 09:56:48 +02:00
Tadaya Tsuyukubo
2d87f1f673
Print out maven wrapper version at every invocation
2020-05-23 09:56:47 +02:00
Manfred Moser
567fccc729
formatting, added update via plugin
2020-05-23 09:56:46 +02:00
Manfred Moser
eae47793df
fixed version in changelog
2020-05-23 09:56:45 +02:00
Manfred Moser
8ab08b8c57
[maven-release-plugin] prepare for next development iteration
2020-05-23 09:56:44 +02:00
Manfred Moser
d3a389b57d
[maven-release-plugin] prepare release maven-wrapper-0.2.1
2020-05-23 09:56:43 +02:00
Manfred Moser
348ee530e5
added changelog entry for java 1.5 change and release
2020-05-23 09:56:42 +02:00
Manfred Moser
1b903e7e8a
added doc about Java version
2020-05-23 09:56:40 +02:00
Mark Chesney
c6b60b2eed
Ignore IntelliJ files
2020-05-23 09:56:39 +02:00
Mark Chesney
ab9742e594
Make artifact compatible with older Java
2020-05-23 09:56:38 +02:00
Manfred Moser
557c8f95c6
improved wording on supported systems
2020-05-23 09:56:37 +02:00
Manfred Moser
d104930a6b
[maven-release-plugin] prepare for next development iteration
2020-05-23 09:56:36 +02:00
Manfred Moser
c64b0f14ed
[maven-release-plugin] prepare release maven-wrapper-0.2.0
2020-05-23 09:56:35 +02:00
Manfred Moser
b0b56ae7d6
solaris support changelog entry and release date
2020-05-23 09:56:34 +02:00
Manfred Moser
a23522d4ce
added section about supported systems
2020-05-23 09:56:33 +02:00
Romain Pelisse
afbc151906
fixing issue on Solaris
...
- removed use of 'local' for Solaris 11
- switched $() to ...
2020-05-23 09:56:32 +02:00
Manfred Moser
feb37317e6
upgraded parent
2020-05-23 09:56:31 +02:00
Romain Pelisse
79fc2f2c20
Use of bashisms make this script fail in minimal /bin/sh implementations like dash
2020-05-23 09:56:29 +02:00
Manfred Moser
fc9c7743e3
added note about dash testing
2020-05-23 09:56:28 +02:00
Manfred Moser
f530a7fb83
ammeded changelog
2020-05-23 09:56:27 +02:00
Manfred Moser
92e34542a4
Upgraded default Maven version to 3.5.0
2020-05-23 09:56:26 +02:00
Fred Bricon
feac8c655c
Add .DS_Store to .gitignore
...
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2020-05-23 09:56:25 +02:00
Fred Bricon
449d0c70ac
updated wrapper maven version to 3.5.0
...
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2020-05-23 09:56:24 +02:00
Manfred Moser
437912bdf2
added changelog entry about spaces fix
2020-05-23 09:56:23 +02:00
Manfred Moser
fa9b9aba2f
support spaces in folder names on nix, simplified from https://github.com/takari/maven-wrapper/pull/25
2020-05-23 09:56:22 +02:00
Manfred Moser
4235271419
changelog updates
2020-05-23 09:56:21 +02:00
Manfred Moser
54b22829ce
fix to avoid usage of stale maven wrapper jar
2020-05-23 09:56:20 +02:00
Manfred Moser
3aeabdcd89
updated wrapper maven version to 3.3.9
2020-05-23 09:56:19 +02:00
Manfred Moser
55ee1e475c
updated parent to latest release
2020-05-23 09:56:18 +02:00
Manfred Moser
a3706dc378
updated to 0.2.0-SNAPSHOT as version due to number of changes
2020-05-23 09:56:17 +02:00
Manfred Moser
ddf2786e6d
upgraded provisio maven plugin
2020-05-23 09:56:15 +02:00
Manfred Moser
f2f18877d5
one more PR merge and changelog update
2020-05-23 09:56:14 +02:00
Luke Lu
2ccae98c41
Quote paths in commands
...
Fix issue #31
2020-05-23 09:56:13 +02:00
Manfred Moser
bf50858489
adding changelog
2020-05-23 09:56:12 +02:00
Michal Domagala
6d30420438
remove unused MAVEN_CMD_LINE_ARGS
2020-05-23 09:56:11 +02:00
Andreas Ahlenstorf
d3b347338a
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-05-23 09:56:10 +02:00
Dave Syer
022fedb1bf
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-05-23 09:56:09 +02:00
Manfred Moser
75a200a66e
upped version to new snapshot since 0.1.6 is already on central
2020-05-23 09:56:08 +02:00
Karsten Sperling
8a6480c20b
Use Apple-recommended strategy for locating JAVA_HOME.
...
This works correctly with both Oracle and Apple JDKs.
2020-05-23 09:56:07 +02:00
Jason van Zyl
79440c9f15
Update release version
2020-05-23 09:56:06 +02:00
Kay-Uwe Janssen
2d8f4c5e3d
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-05-23 09:56:05 +02:00
Jason van Zyl
a13b42e611
Update to release version of parent
2020-05-23 09:56:03 +02:00
Tadaya Tsuyukubo
6c57c4c242
Remove whitespace ( #22 )
2020-05-23 09:56:02 +02:00
Manfred Moser
295826d697
avoid using MAVEN_CMD_LINE_ARGS for invocation since that can losse parameter escaping
2020-05-23 09:56:01 +02:00
Anton Tanasenko
7fa99bcd49
handle MAVEN_PROJECTBASEDIR correctly in cygwin
2020-05-23 09:56:00 +02:00
Johnny Lim
7aacf412e5
Fix typo
2020-05-23 09:55:59 +02:00
Jason van Zyl
2d3acb12df
Use org.apache.ant
2020-05-23 09:55:58 +02:00