setup-maven icon indicating copy to clipboard operation
setup-maven copied to clipboard

Set up your GitHub Actions workflow with a specific version of Apache Maven

Results 15 setup-maven issues
Sort by recently updated
recently updated
newest added

After looking through the sources I have a question / problem witht the code. In general it is a bad practice to add executables to your sources. Especially in the...

If a version 3.9.x is requested (as per marketplace installation comment), the execution hangs indefinitely. Output: {code} downloading https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.x/apache-maven-3.9.x-bin.tar.gz Error: Unexpected HTTP response: 404 {code} Sample build: https://github.com/basilevs/jstackfilter/actions/runs/7861035494

Hi, I am using self-hosted runners with no internet connection. It would be nice to be able to download maven package from my internal artifactory with your github aciton. Thank...

- Remove unused dependencies - Use `ncc` to compile project into a single file - Optimize the source code - Integrate `eslint` and `jest` frameworks - Upgrade and optimize dependencies...

I’m writing regarding the GH Action setup-maven with link https://github.com/stCarolas/setup-maven Our project is starting to migrate the CI/CD to GH Actions and we are interested to use your Actions. Providing...

I am facing the following issue while running GitHub Actions. ``` Prepare all required actions Getting action download info Error: Unable to resolve action `stCarolas/[email protected]`, unable to find version `v4.5`...

I’m writing regarding the GH Action stCatolas/setup Our project is starting to migrate the CI/CD to GH Actions and we are interested to use your Actions. Providing some context, our...

Since some time, my builds always fail for MacOS with the following error: ``` downloading https://archive.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz Error: connect ETIMEDOUT 138.201.131.134:443 ``` For example in https://github.com/DaGeRe/peass/runs/5331041741?check_suite_focus=true for macos and Java 11...

Optionally a `settings.xml` should be set up with server settings for GPG and Maven deployment. This is necessary as the setup-java action will most likely no longer set up Maven...

In some case I want test my build with latest snapshot version of Maven. So it be useful when I can setup such version. Snapshot can be download from: https://repository.apache.org/content/groups/snapshots/org/apache/maven/maven/