vertx-maven-plugin icon indicating copy to clipboard operation
vertx-maven-plugin copied to clipboard

A Maven plugin for pimping the build of your Vert.x applications

Results 33 vertx-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps `maven-plugin-plugin.version` from 3.11.0 to 3.13.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.11.0 to 3.13.0 Release notes Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases. 3.12.0 Release Notes - Maven Plugin Tools - Version 3.12.0 Commits 7a9ba2a...

dependencies
java

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.17.0&new-version=2.17.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...

dependencies
java

Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.74 to 1.78. Changelog Sourced from org.bouncycastle:bcprov-jdk18on's changelog. 2.1.1 Version Date:      2024, TBD. 2.2.1 Version Date:      2024, 18th April. 2.3.1 Version Release: 1.78 Date:      2024, 7th April....

dependencies
java

Bumps `jline.version` from 3.25.1 to 3.26.1. Updates `org.jline:jline-reader` from 3.25.1 to 3.26.1 Release notes Sourced from org.jline:jline-reader's releases. JLine 3.26.1 What's Changed Fix interrupt signal killing application (#958) by @​gnodet...

dependencies
java

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies
java

Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. Commits f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1 7626998 Bump apache/maven-gh-actions-shared from 3 to 4 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18) 40ae495 Bump org.codehaus.plexus:plexus-archiver...

dependencies
java

Bumps commons-io:commons-io from 2.16.0 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.16.0&new-version=2.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

It would be nice to be able to add dependencies in the plugin configuration that are added to the CP when running or debugging the Vert.x app

enhancement
help wanted

The online doc doesn't have a link to the GH project

bug
documentation

``` $ mvn clean vertx:run [INFO] Scanning for projects... [INFO] [INFO] -----------------< io.vertx.example:my-vertx-project >------------------ [INFO] Building my-vertx-project 1.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean)...

bug