From 2fb4aa668ae8c6697387fe1549d5b349075992ba Mon Sep 17 00:00:00 2001 From: Zack Teater Date: Sat, 15 Feb 2020 13:45:12 -0500 Subject: [PATCH] add maven-settings-xml-action to build section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60c3f47..390cf31 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [run-cmake](https://github.com/lukka/run-cmake) - Multi platform action to build C/C++ software with [CMake](https://cmake.org) and [Ninja](https://ninja-build.org/). - [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) +- [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) ### Cheat Sheet