Add maven wrapper and mvn install gradle task

This commit is contained in:
Bogdan Mukvich
2023-06-19 17:17:43 +02:00
committed by Space Team
parent 5f431e4e87
commit 1458c81094
7 changed files with 408 additions and 5 deletions
+1 -3
View File
@@ -20,8 +20,6 @@ You can work with the maven modules of this maven project in IDEA from the [root
### Building
You need to install a recent (at least 3.3) [Maven](https://maven.apache.org/) distribution.
Before building this Maven project you need to build and install the required artifacts built with Gradle to the local maven repository, by issuing the following command in the root project:
./gradlew install
@@ -34,7 +32,7 @@ See also [root ReadMe.md, section "Building"](../ReadMe.md#building).
Then you can build maven artifacts with Maven:
mvn install
./mvnw install
If your maven build is failing with Out-Of-Memory errors, set JVM options for maven in `MAVEN_OPTS` environment variable like this: