damage 1dd3a9898e
All checks were successful
continuous-integration/drone Build is passing
wrong repo
2024-12-23 13:33:35 +01:00
2024-12-22 12:21:47 +01:00
2024-12-23 13:25:47 +01:00
2024-12-23 13:20:55 +01:00
2024-12-23 13:33:35 +01:00
2024-12-22 12:18:57 +01:00
2024-12-23 13:20:55 +01:00

mavor

download a maven artifact and all its dependencies as zip

Environment Variables

all environemnt variables are required

  • MAVOR_MAVEN_EXECUTABLE: path to the maven executable, e.g. /usr/bin/mvn
  • MAVOR_TEMP_DIR: path to a readable and writeable directory to temporarily store files, e.g. /home/damage/Temp

Development

To avoid setting environment variables during devleopment, create src/main/resources/development.properties with content like:

MAVOR_MAVEN_EXECUTABLE=/usr/bin/mvn
MAVOR_TEMP_DIR=/home/damage/Temp
Description
download a maven artifact and all its dependencies as zip
Readme GPL-3.0 131 KiB
Languages
Java 96.8%
Dockerfile 1.8%
CSS 1.4%