11 Commits

Author SHA1 Message Date
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
a84a48feb2 Use the now standard .mvn directory 2020-06-21 11:17:01 +02:00
Jason van Zyl
1c97b4025b Update the wrapper jar 2020-06-21 11:17:00 +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
Jason van Zyl
c4ab161b7d Update to Maven 3.3.1 which resides in Maven Central 2020-06-21 11:16:56 +02:00
David Carver
5136195fbe Update properties file to point to maven 3.2.3
The properties file was pointing to 3.0.5 of maven, and the
latest version is now 3.2.3.  This commit updates to make sure
maven 3.2.3 is downloaded if if doesn't already exist.
2020-06-21 11:16:55 +02:00
bdemers
d9c472da6c correcting README formatting 2020-06-21 11:16:54 +02:00
bdemers
fbcb4e967c Adding simple README 2020-06-21 11:16:53 +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