gradle-maven-exec-plugin icon indicating copy to clipboard operation
gradle-maven-exec-plugin copied to clipboard

Gradle plugin which provides an Maven exec task

Results 31 gradle-maven-exec-plugin issues
Sort by recently updated
recently updated
newest added

Bumps com.github.ben-manes.versions from 0.42.0 to 0.44.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.versions&package-manager=gradle&previous-version=0.42.0&new-version=0.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps com.gradle.enterprise from 3.11.1 to 3.11.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterprise&package-manager=gradle&previous-version=3.11.1&new-version=3.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps license-gradle-plugin from 0.15.0 to 0.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin&package-manager=gradle&previous-version=0.15.0&new-version=0.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Support using a custom toolchain when running the MavenExec task ``` task('createWebstart', type: MavenExec) { javaLauncher = javaToolchains.launcherFor { languageVersion = JavaLanguageVersion.of(8) } goals 'clean', 'install' } ``` As documentet...

After upgrading the Gradle Version from 4.x to 7.x , I am facing the below issue while doing the build. Kindly help me on this if any one faced the...

@dkorotych Greetings, I am getting the below error when I try to execute the 'clean package' maven command. Any ideas why the stream is closed ? My task: ``` task...

I'm having trouble trying to use this plugin to embed the jsch lib from the repository https://github.com/insinfo/jsch in a project of mine as described by https://stackoverflow.com/questions/63634740/git-repository -with-maven-project-as-a-gradle-source-dependency ```console PS C:\MyJavaProjects\java_native>...

Hi I'm using this plugin to build my gradle task from a Jenkins pipeline. But the gradle task execution gets blocked because of the below error. The environment is a...

**Error:** `A problem occurred starting process 'command 'mvn''` Environment: **Red Hat 7.7** Gradle wrapper version: **5.2.1** Maven and Maven Wrapper version : **3.6.3** gradle-maven-exec-plugin version : **2.2.1** It is working...

Hi I'm on gradle 6.2.1 and using the kotlin DSL. I'm trying to setup this plugin but having issues getting access to be able to set goals. register("mytask")` { goals(listOf(""))...