You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/templates/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ The following environment variables can be used to influence the behaviour of th
14
14
***ARTIFACT_COPY_ARGS** Arguments to use when copying artifacts from the output dir to the application dir. Useful to specify which artifacts will be part of the image. It defaults to `-r hawt-app/*` when a `hawt-app` dir is found on the build directory, otherwise jar files only will be included (`*.jar`).
15
15
***MAVEN_CLEAR_REPO** If set then the Maven repository is removed after the artifact is built. This is useful for keeping
16
16
the created application image small, but prevents *incremental* builds. The default is `false`
17
+
***MAVEN_MIRROR_URL** If set then add a mirror with `<mirrorOf>external:*</mirrorOf>`. This should be a ULR of target Nexus mirror.
18
+
19
+
### Custom maven settings
20
+
21
+
If you want to use a custom maven settings.xml file. Please put it in your code repository. This template will take `configuration/settings.xml` as the custom config file.
0 commit comments